praxis-kit 6.2.1 → 6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "praxis-kit",
3
- "version": "6.2.1",
3
+ "version": "6.5.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./react": {
@@ -66,6 +66,10 @@
66
66
  "./guards": {
67
67
  "types": "./dist/guards/index.d.ts",
68
68
  "import": "./dist/guards/index.js"
69
+ },
70
+ "./utils": {
71
+ "types": "./dist/utils/index.d.ts",
72
+ "import": "./dist/utils/index.js"
69
73
  }
70
74
  },
71
75
  "typesVersions": {
@@ -114,6 +118,9 @@
114
118
  ],
115
119
  "guards": [
116
120
  "./dist/guards/index.d.ts"
121
+ ],
122
+ "utils": [
123
+ "./dist/utils/index.d.ts"
117
124
  ]
118
125
  }
119
126
  },
@@ -173,7 +180,7 @@
173
180
  "@sveltejs/vite-plugin-svelte": "^7.0.0",
174
181
  "esbuild": "^0.28.1",
175
182
  "esbuild-plugin-solid": "^0.6.0",
176
- "@types/node": "^25.9.1",
183
+ "@types/node": "^26.1.1",
177
184
  "@types/react": "^19.2.17",
178
185
  "@types/react-dom": "^19.0.0",
179
186
  "@typescript-eslint/utils": "8.63.0",
@@ -187,14 +194,14 @@
187
194
  "tsup": "^8.5.1",
188
195
  "tsx": "^4.22.5",
189
196
  "typescript": "^6.0.3",
190
- "vite": "^8.1.4",
197
+ "vite": "^8.1.5",
191
198
  "vue": "^3.5.38",
192
199
  "@praxis-kit/adapter-utils": "0.0.0",
193
- "@praxis-kit/diagnostics": "0.0.0",
194
200
  "@praxis-kit/core": "0.0.0",
201
+ "@praxis-kit/diagnostics": "0.0.0",
195
202
  "@praxis-kit/primitive": "0.0.0",
196
- "@praxis-kit/vite-plugin": "0.0.0",
197
- "@praxis-kit/pipeline": "0.0.0"
203
+ "@praxis-kit/pipeline": "0.0.0",
204
+ "@praxis-kit/vite-plugin": "0.0.0"
198
205
  },
199
206
  "publishConfig": {
200
207
  "access": "public"