praxis-kit 6.1.0 → 6.2.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.1.0",
3
+ "version": "6.2.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./react": {
@@ -62,6 +62,10 @@
62
62
  "./contract": {
63
63
  "types": "./dist/contract/index.d.ts",
64
64
  "import": "./dist/contract/index.js"
65
+ },
66
+ "./guards": {
67
+ "types": "./dist/guards/index.d.ts",
68
+ "import": "./dist/guards/index.js"
65
69
  }
66
70
  },
67
71
  "typesVersions": {
@@ -107,6 +111,9 @@
107
111
  ],
108
112
  "contract": [
109
113
  "./dist/contract/index.d.ts"
114
+ ],
115
+ "guards": [
116
+ "./dist/guards/index.d.ts"
110
117
  ]
111
118
  }
112
119
  },
@@ -183,10 +190,10 @@
183
190
  "vite": "^8.1.4",
184
191
  "vue": "^3.5.38",
185
192
  "@praxis-kit/adapter-utils": "0.0.0",
186
- "@praxis-kit/diagnostics": "0.0.0",
187
193
  "@praxis-kit/core": "0.0.0",
188
- "@praxis-kit/primitive": "0.0.0",
194
+ "@praxis-kit/diagnostics": "0.0.0",
189
195
  "@praxis-kit/pipeline": "0.0.0",
196
+ "@praxis-kit/primitive": "0.0.0",
190
197
  "@praxis-kit/vite-plugin": "0.0.0"
191
198
  },
192
199
  "publishConfig": {