@skill-map/cli 0.20.0 → 0.20.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/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/kernel/index.js +1 -1
- package/dist/kernel/index.js.map +1 -1
- package/dist/ui/{chunk-LQTUSDHD.js → chunk-4NLC7QD2.js} +1 -1
- package/dist/ui/{chunk-DLT5AP43.js → chunk-6BZZQV42.js} +1 -1
- package/dist/ui/{chunk-QICH7GU2.js → chunk-6GUHSAP5.js} +1 -1
- package/dist/ui/{chunk-HJSRMZTK.js → chunk-E4ALROJS.js} +1 -1
- package/dist/ui/{chunk-2W62S3FU.js → chunk-EZZF5RL5.js} +1 -1
- package/dist/ui/{chunk-HOBQ4G4O.js → chunk-FWX4RRDF.js} +1 -1
- package/dist/ui/{chunk-UJRROL5X.js → chunk-GGMXMGRJ.js} +1 -1
- package/dist/ui/{chunk-IBUV6OG2.js → chunk-K5PULFK7.js} +1 -1
- package/dist/ui/{chunk-VLNLJAUB.js → chunk-OJ6W6OIB.js} +1 -1
- package/dist/ui/{chunk-C7QWBAYP.js → chunk-PTCD42GB.js} +1 -1
- package/dist/ui/{chunk-W3JLG7BI.js → chunk-ZSRIBCAW.js} +5 -5
- package/dist/ui/index.html +1 -1
- package/dist/ui/main-5FJWWH5I.js +1 -0
- package/package.json +1 -1
- package/dist/ui/main-QHE47BCM.js +0 -1
package/dist/index.js
CHANGED
|
@@ -103,7 +103,7 @@ import yaml4 from "js-yaml";
|
|
|
103
103
|
// package.json
|
|
104
104
|
var package_default = {
|
|
105
105
|
name: "@skill-map/cli",
|
|
106
|
-
version: "0.20.
|
|
106
|
+
version: "0.20.1",
|
|
107
107
|
description: "skill-map reference implementation \u2014 kernel + CLI + adapters.",
|
|
108
108
|
license: "MIT",
|
|
109
109
|
type: "module",
|