@mondaydotcomorg/atp-compiler 0.19.14 → 0.19.16
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mondaydotcomorg/atp-compiler",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.16",
|
|
4
4
|
"description": "Production-ready compiler for transforming async iteration patterns into resumable operations with checkpoint-based state management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"@babel/parser": "^7.26.0",
|
|
47
47
|
"@babel/traverse": "^7.26.0",
|
|
48
48
|
"@babel/types": "^7.26.0",
|
|
49
|
-
"@mondaydotcomorg/atp-protocol": "0.19.
|
|
50
|
-
"@mondaydotcomorg/atp-runtime": "0.19.
|
|
49
|
+
"@mondaydotcomorg/atp-protocol": "0.19.14",
|
|
50
|
+
"@mondaydotcomorg/atp-runtime": "0.19.13",
|
|
51
51
|
"@types/babel__generator": "^7.6.0",
|
|
52
52
|
"@types/babel__traverse": "^7.20.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@mondaydotcomorg/atp-protocol": "0.19.
|
|
56
|
-
"@mondaydotcomorg/atp-runtime": "0.19.
|
|
55
|
+
"@mondaydotcomorg/atp-protocol": "0.19.14",
|
|
56
|
+
"@mondaydotcomorg/atp-runtime": "0.19.13"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@stryker-mutator/core": "^8.0.0",
|