@sfxcode/nuxt-ui-mongocamp 1.1.0 → 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.
Files changed (2) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +7 -25
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
- "version": "1.1.0",
7
+ "version": "1.1.1",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfxcode/nuxt-ui-mongocamp",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A Nuxt module that wraps @sfxcode/nuxt-mongocamp-server with ready-made UI components, composables, and a runtime plugin",
5
5
  "repository": "sfxcode/nuxt-ui-mongocamp",
6
6
  "homepage": "https://sfxcode.github.io/nuxt-ui-mongocamp/",
@@ -44,7 +44,7 @@
44
44
  "dev": "npm run dev:prepare && nuxt dev playground",
45
45
  "dev:build": "nuxt build playground",
46
46
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
47
- "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
47
+ "release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish && git push --follow-tags",
48
48
  "lint": "eslint .",
49
49
  "test": "vitest run",
50
50
  "test:watch": "vitest watch",
@@ -54,11 +54,11 @@
54
54
  "docs:preview": "vitepress preview docs"
55
55
  },
56
56
  "dependencies": {
57
- "@nuxt/kit": "^4.4.8",
58
57
  "@internationalized/date": "^3.12.2",
58
+ "@nuxt/kit": "^4.4.8",
59
59
  "@nuxt/ui": "4.9.0",
60
60
  "@sfxcode/nuxt-mongocamp-server": "^1.4.4",
61
- "@sfxcode/nuxt-ui-formkit": "^1.1.1",
61
+ "@sfxcode/nuxt-ui-formkit": "^1.2.1",
62
62
  "unocss-nuxt-ui": "1.2.1"
63
63
  },
64
64
  "devDependencies": {
@@ -67,33 +67,15 @@
67
67
  "@nuxt/module-builder": "^1.0.2",
68
68
  "@nuxt/schema": "^4.4.8",
69
69
  "@nuxt/test-utils": "^4.0.3",
70
- "@nuxt/ui": "4.9.0",
71
- "@tiptap/core": "^3.27.1",
72
- "@tiptap/extension-bubble-menu": "^3.27.1",
73
- "@tiptap/extension-code": "^3.27.1",
74
- "@tiptap/extension-collaboration": "^3.27.1",
75
- "@tiptap/extension-drag-handle": "^3.27.1",
76
- "@tiptap/extension-drag-handle-vue-3": "^3.27.1",
77
- "@tiptap/extension-floating-menu": "^3.27.1",
78
- "@tiptap/extension-horizontal-rule": "^3.27.1",
79
- "@tiptap/extension-image": "^3.27.1",
80
- "@tiptap/extension-mention": "^3.27.1",
81
- "@tiptap/extension-node-range": "^3.27.1",
82
- "@tiptap/extension-placeholder": "^3.27.1",
83
- "@tiptap/markdown": "^3.27.1",
84
- "@tiptap/pm": "^3.27.1",
85
- "@tiptap/starter-kit": "^3.27.1",
86
- "@tiptap/suggestion": "^3.27.1",
87
- "@tiptap/vue-3": "^3.27.1",
88
70
  "@types/node": "latest",
89
71
  "changelogen": "^0.6.2",
90
72
  "eslint": "^10.6.0",
91
73
  "nuxt": "^4.4.8",
92
74
  "tailwindcss": "^4.3.2",
93
75
  "typescript": "~6.0.3",
94
- "vitepress": "^1.6.4",
95
- "vitest": "^4.1.9",
76
+ "vitepress": "2.0.0-alpha.18",
77
+ "vitest": "^4.1.10",
96
78
  "vue-tsc": "^3.3.6"
97
79
  },
98
- "packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
80
+ "packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8"
99
81
  }