@diagrampilot/core 0.4.0-nightly.131.1.c9b0760 → 0.4.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
@@ -6,10 +6,10 @@ Configuration behavior for DiagramPilot.
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.4.0 Alpha Capability Release core supports YAML-only DiagramPilot Source
10
- Files after complete JSON Source Removal, read-only repo workflow checks and
11
- inspects, configured artifact freshness, fixed Output Profiles, and `generate`
12
- support for configured Derived Artifacts and generated Markdown embed files.
9
+ The core package supports YAML-only DiagramPilot Source Files, read-only repo
10
+ workflow checks and inspects, configured artifact freshness, fixed Output
11
+ Profiles, and `generate` support for configured Derived Artifacts and generated
12
+ Markdown embed files.
13
13
 
14
14
  Public documentation:
15
15
 
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const DIAGRAMPILOT_VERSION = "0.4.0-nightly.131.1.c9b0760";
1
+ export declare const DIAGRAMPILOT_VERSION = "0.4.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,gCAAgC,CAAC;AAElE,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.4.0-nightly.131.1.c9b0760";
1
+ export const DIAGRAMPILOT_VERSION = "0.4.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,6BAA6B,CAAC;AAElE,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.4.0-nightly.131.1.c9b0760",
3
+ "version": "0.4.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.4.0-nightly.131.1.c9b0760",
46
+ "@diagrampilot/icons": "0.4.0",
47
47
  "yaml": "^2.9.0"
48
48
  }
49
49
  }