@outfitter/schema 0.2.0 → 0.2.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.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@outfitter/schema",
|
|
3
3
|
"description": "Schema introspection, surface map generation, and drift detection for Outfitter",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -49,11 +49,12 @@
|
|
|
49
49
|
"lint": "biome lint ./src",
|
|
50
50
|
"lint:fix": "biome lint --write ./src",
|
|
51
51
|
"typecheck": "tsc --noEmit",
|
|
52
|
-
"clean": "rm -rf dist"
|
|
52
|
+
"clean": "rm -rf dist",
|
|
53
|
+
"prepublishOnly": "bun ../../scripts/check-publish-manifest.ts"
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
|
-
"@outfitter/contracts": "
|
|
56
|
-
"@outfitter/types": "
|
|
56
|
+
"@outfitter/contracts": "0.4.0",
|
|
57
|
+
"@outfitter/types": "0.2.2"
|
|
57
58
|
},
|
|
58
59
|
"peerDependencies": {
|
|
59
60
|
"zod": "^4.3.5"
|