Browse Source
deps: updated `nostr-tools` and import
pull/124/head
No known key found for this signature in database
GPG Key ID: 1A12361012426318
2 changed files with
2 additions and
12 deletions
-
package.json
-
src/views/NewEditProjectView.vue
|
|
@ -58,7 +58,7 @@ |
|
|
|
"lru-cache": "^10.2.0", |
|
|
|
"luxon": "^3.4.4", |
|
|
|
"merkletreejs": "^0.3.11", |
|
|
|
"nostr-tools": "^2.7.2", |
|
|
|
"nostr-tools": "^2.10.4", |
|
|
|
"notiwind": "^2.0.2", |
|
|
|
"papaparse": "^5.4.1", |
|
|
|
"pina": "^0.20.2204228", |
|
|
|
|
|
@ -230,17 +230,7 @@ import "leaflet/dist/leaflet.css"; |
|
|
|
import { AxiosError, AxiosRequestHeaders } from "axios"; |
|
|
|
import { DateTime } from "luxon"; |
|
|
|
import { hexToBytes } from "@noble/hashes/utils"; |
|
|
|
// these core imports could also be included as "import type ..." |
|
|
|
import { |
|
|
|
EventTemplate, |
|
|
|
UnsignedEvent, |
|
|
|
VerifiedEvent, |
|
|
|
} from "nostr-tools/lib/types/core"; |
|
|
|
import { |
|
|
|
accountFromExtendedKey, |
|
|
|
extendedKeysFromSeedWords, |
|
|
|
} from "nostr-tools/nip06"; |
|
|
|
import { finalizeEvent, serializeEvent } from "nostr-tools/pure"; |
|
|
|
import { finalizeEvent, serializeEvent } from "nostr-tools"; |
|
|
|
import { Component, Vue } from "vue-facing-decorator"; |
|
|
|
import { LMap, LMarker, LTileLayer } from "@vue-leaflet/vue-leaflet"; |
|
|
|
import { RouteLocationNormalizedLoaded, Router } from "vue-router"; |
|
|
|