@threenine/nuxstr-comments 1.3.0 → 1.5.0

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.3.0",
4
+ "version": "1.5.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import { useNuxstr } from "../composables/useNuxstr";
3
3
  import { useReplies } from "../composables/useReplies";
4
- import { onMounted } from "vue";
4
+ import { onMounted, ref } from "vue";
5
5
  const props = defineProps({
6
6
  contentId: { type: String, required: true }
7
7
  });
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { useReplies } from "../composables/useReplies";
3
+ import { ref } from "vue";
3
4
  const props = defineProps({
4
5
  rootId: { type: String, required: true }
5
6
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threenine/nuxstr-comments",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "Nuxt module to enable Nostr Comments on Nuxt 4 based websites",
5
5
  "repository": "threenine/nuxstr-comments",
6
6
  "license": "MIT",