@aikdna/kdna-studio-core 1.5.5 → 1.5.6
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/README.md +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ conforming KDNA runtime assets.
|
|
|
37
37
|
|
|
38
38
|
| Library | Language | Role |
|
|
39
39
|
|---------|----------|------|
|
|
40
|
-
| `@aikdna/kdna-cli` | JS/npm | **Operate** KDNA —
|
|
40
|
+
| `@aikdna/kdna-cli` | JS/npm | **Operate** KDNA — inspect, validate, plan-load, pack/unpack, load |
|
|
41
41
|
| **`@aikdna/kdna-studio-core`** | JS/npm | **Authoring kernel** — project model, cards, review/provenance, compiler, runtime export |
|
|
42
42
|
| `@aikdna/kdna-studio-cli` | JS/npm | **Create via CLI** — `kdna-studio` create, review, export |
|
|
43
43
|
| `@aikdna/kdna-core` | JS/npm | **Use** KDNA — load, validate, format |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aikdna/kdna-studio-core",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"description": "Official KDNA Studio Core SDK for authoring, reviewing, compiling, and exporting .kdna judgment assets through the KDNA toolchain.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"validate"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aikdna/kdna-
|
|
27
|
+
"@aikdna/kdna-cli": "^0.26.5",
|
|
28
|
+
"@aikdna/kdna-core": "^0.12.1",
|
|
28
29
|
"cbor-x": "^1.6.4"
|
|
29
30
|
},
|
|
30
31
|
"engines": {
|
|
@@ -36,6 +37,6 @@
|
|
|
36
37
|
"test:all": "npm run lint && npm test"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
|
-
"@aikdna/kdna-cli": "^0.26.
|
|
40
|
+
"@aikdna/kdna-cli": "^0.26.5"
|
|
40
41
|
}
|
|
41
42
|
}
|