@diagrampilot/core 0.2.16 → 0.3.0
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 +8 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
# @diagrampilot/core
|
|
2
2
|
|
|
3
|
-
Core DiagramSpec validation, loading, provenance, and Repo Workflow
|
|
4
|
-
behavior for DiagramPilot.
|
|
3
|
+
Core DiagramSpec validation, source loading, provenance, and Repo Workflow
|
|
4
|
+
Configuration behavior for DiagramPilot.
|
|
5
5
|
|
|
6
6
|
Most users should install the `diagrampilot` CLI. Use this package when you are
|
|
7
7
|
building tooling that needs DiagramPilot core behavior directly.
|
|
8
8
|
|
|
9
|
+
The v0.3.0 Alpha Capability Release core supports YAML-only DiagramPilot Source
|
|
10
|
+
Files, repairable legacy `*.dp.json` diagnostics, read-only repo workflow
|
|
11
|
+
checks, configured artifact freshness, and `generate` support for configured
|
|
12
|
+
Derived Artifacts and generated Markdown embed files.
|
|
13
|
+
|
|
9
14
|
Public documentation:
|
|
10
15
|
|
|
11
16
|
- https://diagrampilot.com/docs/agents/spec.md
|
|
12
17
|
- https://diagrampilot.com/docs/agents/error-repair.md
|
|
13
|
-
|
|
18
|
+
- https://diagrampilot.com/docs/agents/quickstart.md
|
package/dist/version.d.ts
CHANGED
package/dist/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,UAAU,CAAC;AAE5C,wBAAgB,sBAAsB,IAAI,MAAM,CAE/C"}
|
package/dist/version.js
CHANGED
package/dist/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG,OAAO,CAAC;AAE5C,MAAM,UAAU,sBAAsB;IACpC,OAAO,oBAAoB,CAAC;AAC9B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diagrampilot/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "DiagramSpec types and core behavior for DiagramPilot.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build": "tsc -b"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@diagrampilot/icons": "0.
|
|
46
|
+
"@diagrampilot/icons": "0.3.0",
|
|
47
47
|
"yaml": "^2.9.0"
|
|
48
48
|
}
|
|
49
49
|
}
|