@threenine/nuxstr-comments 1.0.4 → 1.0.6

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.
Files changed (2) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +3 -4
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.4",
4
+ "version": "1.0.6",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threenine/nuxstr-comments",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Nuxstr Comments",
5
5
  "repository": "threenine/nuxstr-comments",
6
6
  "license": "MIT",
@@ -26,7 +26,6 @@
26
26
  "@nostr-dev-kit/ndk": "^2.14.33",
27
27
  "@nuxt/kit": "^4.0.3",
28
28
  "defu": "^6.1.4",
29
- "dompurify": "^3.2.6",
30
29
  "marked": "^16.2.1",
31
30
  "nostr-tools": "^2.16.2"
32
31
  },
@@ -52,10 +51,10 @@
52
51
  "vue-tsc": "^3.0.5"
53
52
  },
54
53
  "scripts": {
55
- "dev": "npm run dev:prepare && nuxi dev playground",
54
+ "dev": "pnpm run dev:prepare && nuxi dev playground",
56
55
  "dev:build": "nuxi build playground",
57
56
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
58
- "release": "npm run lint && npm run test && npm run prepack && changelogen --release && git push --follow-tags",
57
+ "release": "pnpm run lint && pnpm run test && pnpm run prepack && changelogen --release && git push --follow-tags",
59
58
  "lint": "eslint .",
60
59
  "test": "vitest run",
61
60
  "test:watch": "vitest watch",