@skill-map/cli 0.24.1 → 0.24.3
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/LICENSE +21 -0
- package/README.md +4 -4
- package/dist/cli.js +7 -7
- package/dist/cli.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/kernel/index.js +5 -5
- package/dist/kernel/index.js.map +1 -1
- package/dist/ui/chunk-533YMAY3.js +61 -0
- package/dist/ui/{chunk-UJOZYR5I.js → chunk-6BG7PBUN.js} +1 -1
- package/dist/ui/{chunk-MMBMFL5D.js → chunk-AD7RBRD3.js} +2 -2
- package/dist/ui/{chunk-YVTETTWF.js → chunk-BK4M46IZ.js} +1 -1
- package/dist/ui/{chunk-ZR2E2QJ4.js → chunk-J3YWUNFO.js} +15 -15
- package/dist/ui/{chunk-JCNVT3F3.js → chunk-O546Z3K4.js} +7 -7
- package/dist/ui/{chunk-5ABLL5JC.js → chunk-QV6BIVZJ.js} +3 -3
- package/dist/ui/{chunk-2W3RSIZM.js → chunk-RR36XBDS.js} +1 -1
- package/dist/ui/{chunk-SVDEA4G5.js → chunk-UVILXZ5L.js} +1 -1
- package/dist/ui/{chunk-FHS2JKF6.js → chunk-UXCAEDR6.js} +1 -1
- package/dist/ui/{chunk-YEWLFFFB.js → chunk-VO6NF24F.js} +1 -1
- package/dist/ui/{chunk-JVJ4QSO5.js → chunk-Z2667C3S.js} +1 -1
- package/dist/ui/index.html +2 -2
- package/dist/ui/{main-63GTHO24.js → main-GGBD5FA4.js} +2 -2
- package/dist/ui/{styles-YEWJTI4X.css → styles-DLFC3F2G.css} +1 -1
- package/package.json +25 -25
- package/dist/ui/chunk-KHERXP5A.js +0 -61
- /package/dist/ui/{chunk-RIDAAD4I.js → chunk-5W6J6H76.js} +0 -0
- /package/dist/ui/{chunk-3R7E3HPC.js → chunk-H2J55DNK.js} +0 -0
- /package/dist/ui/{chunk-N2C45VIA.js → chunk-JMP2LDMI.js} +0 -0
- /package/dist/ui/{chunk-FWFBO7KA.js → chunk-Y7MXGXU3.js} +0 -0
package/dist/index.js
CHANGED
|
@@ -100,7 +100,7 @@ import cl100k_base from "js-tiktoken/ranks/cl100k_base";
|
|
|
100
100
|
// package.json
|
|
101
101
|
var package_default = {
|
|
102
102
|
name: "@skill-map/cli",
|
|
103
|
-
version: "0.24.
|
|
103
|
+
version: "0.24.3",
|
|
104
104
|
description: "skill-map reference implementation \u2014 kernel + CLI + adapters.",
|
|
105
105
|
license: "MIT",
|
|
106
106
|
type: "module",
|
|
@@ -153,9 +153,9 @@ var package_default = {
|
|
|
153
153
|
"lint:fix": "eslint . --fix",
|
|
154
154
|
reference: "node scripts/build-reference.js",
|
|
155
155
|
"reference:check": "node scripts/build-reference.js --check",
|
|
156
|
-
validate: "
|
|
157
|
-
"validate:compile": "
|
|
158
|
-
"validate:test": "
|
|
156
|
+
validate: "pnpm validate:compile && pnpm validate:test",
|
|
157
|
+
"validate:compile": "pnpm typecheck && pnpm lint && pnpm build && pnpm reference:check",
|
|
158
|
+
"validate:test": "pnpm test:ci",
|
|
159
159
|
pretest: "tsup",
|
|
160
160
|
"pretest:coverage": "tsup",
|
|
161
161
|
"pretest:coverage:html": "tsup",
|
|
@@ -167,7 +167,7 @@ var package_default = {
|
|
|
167
167
|
},
|
|
168
168
|
dependencies: {
|
|
169
169
|
"@hono/node-server": "2.0.1",
|
|
170
|
-
"@skill-map/spec": "
|
|
170
|
+
"@skill-map/spec": "workspace:*",
|
|
171
171
|
ajv: "8.18.0",
|
|
172
172
|
"ajv-formats": "3.0.1",
|
|
173
173
|
chokidar: "5.0.0",
|