Skip to content

Commit d17c2d3

Browse files
committed
chore: drop ./xport.schema.json export
Nothing in the fleet imports `@socketsecurity/lib/xport.schema.json` — each repo (socket-btm, socket-sdxgen, socket-tui, socket-packageurl-js, ultrathink, socket-registry) regenerates its own copy from a TypeBox spec via scripts/xport-emit-schema.mts. The export is dead surface; removing it before it ever ships avoids a future major-bump removal. The xport.schema.json file stays at the repo root (referenced by $id URL for IDE autocomplete in YAML/JSON files); only the package.json exports entry is dropped.
1 parent 30fcd8c commit d17c2d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,7 @@
679679
"./package.json": "./package.json",
680680
"./tsconfig.dts.json": "./tsconfig.dts.json",
681681
"./tsconfig.json": "./tsconfig.json",
682-
"./tsconfig.test.json": "./tsconfig.test.json",
683-
"./xport.schema.json": "./xport.schema.json"
682+
"./tsconfig.test.json": "./tsconfig.test.json"
684683
},
685684
"files": [
686685
"dist",

0 commit comments

Comments
 (0)