@sfxcode/formkit-primevue 2.5.0 → 2.5.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.
@@ -1,6 +1,7 @@
1
1
  <script setup lang='ts'>
2
2
  import type { FormKitFrameworkContext } from '@formkit/core'
3
3
  import type { PropType } from 'vue'
4
+ import { computed } from 'vue'
4
5
  import { useI18n } from 'vue-i18n'
5
6
  import { useFormKitSection } from '../composables'
6
7
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "2.5.0",
4
+ "version": "2.5.1",
5
5
  "packageManager": "pnpm@9.11.0+sha256.1c0e33f70e5df9eede84a357bdfa0b1f9dba6e58194628d48a1055756f553754",
6
6
  "author": {
7
7
  "name": "Tom",
@@ -72,7 +72,7 @@
72
72
  "dev": "vite serve dev",
73
73
  "dev:build": "vite build dev",
74
74
  "dev:preview": "vite preview dev",
75
- "release": "npm run lint && npm run build && changelogen --minor --release && npm publish --access public && git push --follow-tags",
75
+ "release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
76
76
  "lint": "eslint ./src",
77
77
  "lint:fix": "eslint . --fix",
78
78
  "prepublishOnly": "pnpm build",
@@ -102,11 +102,11 @@
102
102
  "@formkit/core": "^1.6.7",
103
103
  "@primevue/themes": "4.0.7",
104
104
  "@types/node": "^22.7.4",
105
- "@unocss/preset-icons": "^0.63.0",
106
- "@unocss/preset-uno": "^0.63.0",
105
+ "@unocss/preset-icons": "^0.63.2",
106
+ "@unocss/preset-uno": "^0.63.2",
107
107
  "@vitejs/plugin-vue": "^5.1.4",
108
- "@vitest/coverage-v8": "^2.1.1",
109
- "@vitest/ui": "^2.1.1",
108
+ "@vitest/coverage-v8": "^2.1.2",
109
+ "@vitest/ui": "^2.1.2",
110
110
  "@vue/compiler-sfc": "^3.5.10",
111
111
  "@vue/server-renderer": "^3.5.10",
112
112
  "@vue/test-utils": "^2.4.6",
@@ -127,17 +127,17 @@
127
127
  "tslib": "^2.7.0",
128
128
  "typescript": "^5.6.2",
129
129
  "unbuild": "3.0.0-rc.8",
130
- "unocss": "^0.63.0",
130
+ "unocss": "^0.63.2",
131
131
  "unplugin-auto-import": "^0.18.3",
132
132
  "unplugin-vue-components": "^0.27.4",
133
- "vanilla-jsoneditor": "^1.0.4",
133
+ "vanilla-jsoneditor": "^1.0.6",
134
134
  "vite": "^5.4.8",
135
135
  "vite-plugin-dts": "4.2.2",
136
136
  "vite-plugin-eslint": "^1.8.1",
137
137
  "vite-plugin-pages": "^0.32.3",
138
138
  "vite-ssg": "^0.23.8",
139
139
  "vitepress": "^1.3.4",
140
- "vitest": "^2.1.1",
140
+ "vitest": "^2.1.2",
141
141
  "vue": "^3.5.10",
142
142
  "vue-demi": "^0.14.10",
143
143
  "vue-router": "^4.4.5",