@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 CHANGED
@@ -1,13 +1,18 @@
1
1
  # @diagrampilot/core
2
2
 
3
- Core DiagramSpec validation, loading, provenance, and Repo Workflow Check
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
@@ -1,3 +1,3 @@
1
- export declare const DIAGRAMPILOT_VERSION = "0.2.16";
1
+ export declare const DIAGRAMPILOT_VERSION = "0.3.0";
2
2
  export declare function getDiagramPilotVersion(): string;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAE7C,wBAAgB,sBAAsB,IAAI,MAAM,CAE/C"}
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
@@ -1,4 +1,4 @@
1
- export const DIAGRAMPILOT_VERSION = "0.2.16";
1
+ export const DIAGRAMPILOT_VERSION = "0.3.0";
2
2
  export function getDiagramPilotVersion() {
3
3
  return DIAGRAMPILOT_VERSION;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG,QAAQ,CAAC;AAE7C,MAAM,UAAU,sBAAsB;IACpC,OAAO,oBAAoB,CAAC;AAC9B,CAAC"}
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.2.16",
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.2.16",
46
+ "@diagrampilot/icons": "0.3.0",
47
47
  "yaml": "^2.9.0"
48
48
  }
49
49
  }