@wix/automations 1.0.40 → 1.0.42
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/build/cjs/context.js +1 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -0
- package/package.json +5 -5
- package/type-bundles/context.bundle.d.ts +1368 -80
- package/type-bundles/index.bundle.d.ts +1368 -80
- package/type-bundles/meta.bundle.d.ts +82 -0
package/build/cjs/context.js
CHANGED
|
@@ -27,3 +27,4 @@ exports.automationsServiceV2 = exports.activations = exports.automationsService
|
|
|
27
27
|
exports.automationsService = __importStar(require("@wix/automations_automations-service/context"));
|
|
28
28
|
exports.activations = __importStar(require("@wix/automations_activations/context"));
|
|
29
29
|
exports.automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2/context"));
|
|
30
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mGAAmF;AACnF,oFAAoE;AACpE,yGAAyF"}
|
package/build/cjs/index.js
CHANGED
|
@@ -30,3 +30,4 @@ const activations = __importStar(require("@wix/automations_activations"));
|
|
|
30
30
|
exports.activations = activations;
|
|
31
31
|
const automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2"));
|
|
32
32
|
exports.automationsServiceV2 = automationsServiceV2;
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAA2E;AAIlE,gDAAkB;AAH3B,0EAA4D;AAG/B,kCAAW;AAFxC,+FAAiF;AAEvC,oDAAoB"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -27,3 +27,4 @@ exports.automationsServiceV2 = exports.activations = exports.automationsService
|
|
|
27
27
|
exports.automationsService = __importStar(require("@wix/automations_automations-service/meta"));
|
|
28
28
|
exports.activations = __importStar(require("@wix/automations_activations/meta"));
|
|
29
29
|
exports.automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2/meta"));
|
|
30
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAgF;AAChF,iFAAiE;AACjE,sGAAsF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.42",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/automations_activations": "1.0.
|
|
22
|
-
"@wix/automations_automations-service": "1.0.
|
|
23
|
-
"@wix/automations_automations-service-v-2": "1.0.
|
|
21
|
+
"@wix/automations_activations": "1.0.26",
|
|
22
|
+
"@wix/automations_automations-service": "1.0.18",
|
|
23
|
+
"@wix/automations_automations-service-v-2": "1.0.26"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "b7ecd561d72e45b7eac992079210e64f959d6e21d6da7e7b78d99f2f"
|
|
49
49
|
}
|