@relkit/contracts 0.0.5 → 0.1.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/dist/version.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /** Current version of the public contract payloads. */
2
- export declare const CONTRACT_VERSION: 3;
2
+ export declare const CONTRACT_VERSION: 4;
3
3
  /** Current version of generated RelKit artifacts. */
4
- export declare const GENERATOR_VERSION: 3;
4
+ export declare const GENERATOR_VERSION: 4;
5
5
  /** Current version of the canonical application graph. */
6
- export declare const GRAPH_VERSION: 6;
6
+ export declare const GRAPH_VERSION: 7;
7
7
  /** Current version of the executable runtime manifest. */
8
- export declare const MANIFEST_VERSION: 6;
8
+ export declare const MANIFEST_VERSION: 7;
9
9
  /** Current version of the internal inspector/API protocol. */
10
10
  export declare const API_VERSION: 1;
11
11
  /** Shared protocol version used by versioned internal contracts. */
package/dist/version.js CHANGED
@@ -1,11 +1,11 @@
1
1
  /** Current version of the public contract payloads. */
2
- export const CONTRACT_VERSION = 3;
2
+ export const CONTRACT_VERSION = 4;
3
3
  /** Current version of generated RelKit artifacts. */
4
- export const GENERATOR_VERSION = 3;
4
+ export const GENERATOR_VERSION = 4;
5
5
  /** Current version of the canonical application graph. */
6
- export const GRAPH_VERSION = 6;
6
+ export const GRAPH_VERSION = 7;
7
7
  /** Current version of the executable runtime manifest. */
8
- export const MANIFEST_VERSION = 6;
8
+ export const MANIFEST_VERSION = 7;
9
9
  /** Current version of the internal inspector/API protocol. */
10
10
  export const API_VERSION = 1;
11
11
  /** Shared protocol version used by versioned internal contracts. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relkit/contracts",
3
- "version": "0.0.5",
3
+ "version": "0.1.0",
4
4
  "description": "Unsupported internal RELKIT contracts; use @relkit/app.",
5
5
  "license": "MIT",
6
6
  "repository": {