@wix/automations 1.0.8 → 1.0.9
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.d.ts +1 -0
- package/build/cjs/context.js +2 -1
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.js +2 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +2 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +1 -0
- package/build/es/context.js +1 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +1 -0
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +1 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +5 -4
- package/type-bundles/context.bundle.d.ts +2271 -732
- package/type-bundles/index.bundle.d.ts +2271 -732
- package/type-bundles/meta.bundle.d.ts +1696 -261
package/build/cjs/context.d.ts
CHANGED
package/build/cjs/context.js
CHANGED
|
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.activations = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.automationsService = void 0;
|
|
27
27
|
exports.automationsService = __importStar(require("@wix/automations_automations-service/context"));
|
|
28
28
|
exports.activations = __importStar(require("@wix/automations_activations/context"));
|
|
29
|
+
exports.automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2/context"));
|
|
29
30
|
//# sourceMappingURL=context.js.map
|
package/build/cjs/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mGAAmF;AACnF,oFAAoE"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mGAAmF;AACnF,oFAAoE;AACpE,yGAAyF"}
|
package/build/cjs/index.d.ts
CHANGED
package/build/cjs/index.js
CHANGED
|
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.activations = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.automationsService = void 0;
|
|
27
27
|
exports.automationsService = __importStar(require("@wix/automations_automations-service"));
|
|
28
28
|
exports.activations = __importStar(require("@wix/automations_activations"));
|
|
29
|
+
exports.automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2"));
|
|
29
30
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2FAA2E;AAC3E,4EAA4D"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2FAA2E;AAC3E,4EAA4D;AAC5D,iGAAiF"}
|
package/build/cjs/meta.d.ts
CHANGED
package/build/cjs/meta.js
CHANGED
|
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.activations = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.automationsService = void 0;
|
|
27
27
|
exports.automationsService = __importStar(require("@wix/automations_automations-service/meta"));
|
|
28
28
|
exports.activations = __importStar(require("@wix/automations_activations/meta"));
|
|
29
|
+
exports.automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2/meta"));
|
|
29
30
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAgF;AAChF,iFAAiE"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAgF;AAChF,iFAAiE;AACjE,sGAAsF"}
|
package/build/es/context.d.ts
CHANGED
package/build/es/context.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export * as automationsService from '@wix/automations_automations-service/context';
|
|
2
2
|
export * as activations from '@wix/automations_activations/context';
|
|
3
|
+
export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/context';
|
|
3
4
|
//# sourceMappingURL=context.js.map
|
package/build/es/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,8CAA8C,CAAC;AACnF,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,8CAA8C,CAAC;AACnF,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,oBAAoB,MAAM,kDAAkD,CAAC"}
|
package/build/es/index.d.ts
CHANGED
package/build/es/index.js
CHANGED
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,sCAAsC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,sCAAsC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
package/build/es/meta.js
CHANGED
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,2CAA2C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,mCAAmC,CAAC"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,2CAA2C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,8 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/automations_activations": "1.0.
|
|
22
|
-
"@wix/automations_automations-service": "1.0.
|
|
21
|
+
"@wix/automations_activations": "1.0.6",
|
|
22
|
+
"@wix/automations_automations-service": "1.0.3",
|
|
23
|
+
"@wix/automations_automations-service-v-2": "1.0.0"
|
|
23
24
|
},
|
|
24
25
|
"devDependencies": {
|
|
25
26
|
"glob": "^10.4.1",
|
|
@@ -43,5 +44,5 @@
|
|
|
43
44
|
"fqdn": ""
|
|
44
45
|
}
|
|
45
46
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
47
|
+
"falconPackageHash": "e7e5faf6e7e81aea48ad35905c310ecde83969312932da9dcec65eb7"
|
|
47
48
|
}
|