@threenine/nuxstr-comments 1.0.15 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@threenine/nuxstr-comments",
3
3
  "configKey": "nuxstrComments",
4
- "version": "1.0.15",
4
+ "version": "1.1.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -8,7 +8,7 @@ const module = defineNuxtModule({
8
8
  },
9
9
  // Default configuration options of the Nuxt module
10
10
  defaults: {
11
- relays: ["wss://relay.damus.io", "wss://relay.nostr.band", "wss://relay.primal.net"],
11
+ relays: ["wss://relay.damus.io", "wss://relay.primal.net", "wss://a.nos.lol", "wss://freelay.sovbit.host", "wss://nos.lol", "wss://nostr.dodge.me.uk"],
12
12
  tagStrategy: "path",
13
13
  tagPrefix: "comment:"
14
14
  },
@@ -1,5 +1,5 @@
1
1
  import { computed, ref } from "vue";
2
- import { useRoute, useRuntimeConfig } from "#imports";
2
+ import { useRoute, useRuntimeConfig, useRequestURL } from "#imports";
3
3
  import { useNuxstr } from "./useNuxstr.js";
4
4
  import { NDKEvent, NDKKind } from "@nostr-dev-kit/ndk";
5
5
  export function useNuxstrComments(customContentId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threenine/nuxstr-comments",
3
- "version": "1.0.15",
3
+ "version": "1.1.1",
4
4
  "description": "Nuxstr Comments",
5
5
  "repository": "threenine/nuxstr-comments",
6
6
  "license": "MIT",