@angriff36/manifest 2.18.1 → 2.18.2
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.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* (runs on every `npm version` bump, incl. the cut-release workflow).
|
|
10
10
|
* Guarded by src/manifest/version.test.ts. Do not edit by hand.
|
|
11
11
|
*/
|
|
12
|
-
export declare const COMPILER_VERSION = "2.18.
|
|
12
|
+
export declare const COMPILER_VERSION = "2.18.2";
|
|
13
13
|
/** IR schema version */
|
|
14
14
|
export declare const SCHEMA_VERSION = "1.0";
|
|
15
15
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/manifest/version.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* (runs on every `npm version` bump, incl. the cut-release workflow).
|
|
10
10
|
* Guarded by src/manifest/version.test.ts. Do not edit by hand.
|
|
11
11
|
*/
|
|
12
|
-
export const COMPILER_VERSION = '2.18.
|
|
12
|
+
export const COMPILER_VERSION = '2.18.2';
|
|
13
13
|
/** IR schema version */
|
|
14
14
|
export const SCHEMA_VERSION = '1.0';
|
|
15
15
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angriff36/manifest",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.2",
|
|
4
4
|
"description": "A formal domain modeling language with a deterministic reference runtime: define entities, commands, guards, policies, and events that compile to an executable IR, with projections to Next.js, Prisma, Convex, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsl",
|