@intentic/gate 1.230.1 → 1.230.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/gate",
|
|
3
|
-
"version": "1.230.
|
|
3
|
+
"version": "1.230.2",
|
|
4
4
|
"description": "Run an intentic release gate from a CI pipeline, POST what the pipeline knows, wait for the run, exit on the verdict",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@types/node": "24.13.2",
|
|
37
37
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
38
38
|
"vitest": "4.1.10",
|
|
39
|
-
"@intentic/sandbox-contract": "1.230.
|
|
40
|
-
"@intentic/
|
|
41
|
-
"@intentic/
|
|
39
|
+
"@intentic/sandbox-contract": "1.230.2",
|
|
40
|
+
"@intentic/tsconfig": "0.0.0",
|
|
41
|
+
"@intentic/testing": "0.0.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsgo",
|