praxis-kit 6.2.3 → 6.6.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.3",
3
+ "version": "6.6.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./react": {
@@ -67,6 +67,10 @@
67
67
  "types": "./dist/guards/index.d.ts",
68
68
  "import": "./dist/guards/index.js"
69
69
  },
70
+ "./html": {
71
+ "types": "./dist/html/index.d.ts",
72
+ "import": "./dist/html/index.js"
73
+ },
70
74
  "./utils": {
71
75
  "types": "./dist/utils/index.d.ts",
72
76
  "import": "./dist/utils/index.js"
@@ -119,6 +123,9 @@
119
123
  "guards": [
120
124
  "./dist/guards/index.d.ts"
121
125
  ],
126
+ "html": [
127
+ "./dist/html/index.d.ts"
128
+ ],
122
129
  "utils": [
123
130
  "./dist/utils/index.d.ts"
124
131
  ]
@@ -180,7 +187,7 @@
180
187
  "@sveltejs/vite-plugin-svelte": "^7.0.0",
181
188
  "esbuild": "^0.28.1",
182
189
  "esbuild-plugin-solid": "^0.6.0",
183
- "@types/node": "^25.9.1",
190
+ "@types/node": "^26.1.1",
184
191
  "@types/react": "^19.2.17",
185
192
  "@types/react-dom": "^19.0.0",
186
193
  "@typescript-eslint/utils": "8.63.0",
@@ -194,13 +201,13 @@
194
201
  "tsup": "^8.5.1",
195
202
  "tsx": "^4.22.5",
196
203
  "typescript": "^6.0.3",
197
- "vite": "^8.1.4",
204
+ "vite": "^8.1.5",
198
205
  "vue": "^3.5.38",
199
206
  "@praxis-kit/adapter-utils": "0.0.0",
200
207
  "@praxis-kit/diagnostics": "0.0.0",
201
- "@praxis-kit/pipeline": "0.0.0",
202
- "@praxis-kit/primitive": "0.0.0",
203
208
  "@praxis-kit/core": "0.0.0",
209
+ "@praxis-kit/primitive": "0.0.0",
210
+ "@praxis-kit/pipeline": "0.0.0",
204
211
  "@praxis-kit/vite-plugin": "0.0.0"
205
212
  },
206
213
  "publishConfig": {