@wix/automations 1.0.103 → 1.0.104
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/index.d.ts +2 -1
- package/build/cjs/index.js +3 -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/index.d.ts +2 -1
- package/build/es/index.js +2 -1
- 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 +3 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as automationsService from '@wix/automations_automations-service';
|
|
2
|
+
import * as automations from '@wix/automations_automations';
|
|
2
3
|
import * as activations from '@wix/automations_activations';
|
|
3
4
|
import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
|
|
4
|
-
export { automationsService, activations, automationsServiceV2 };
|
|
5
|
+
export { automationsService, automations, activations, automationsServiceV2 };
|
package/build/cjs/index.js
CHANGED
|
@@ -23,9 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.automationsServiceV2 = exports.activations = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.automations = exports.automationsService = void 0;
|
|
27
27
|
const automationsService = __importStar(require("@wix/automations_automations-service"));
|
|
28
28
|
exports.automationsService = automationsService;
|
|
29
|
+
const automations = __importStar(require("@wix/automations_automations"));
|
|
30
|
+
exports.automations = automations;
|
|
29
31
|
const activations = __importStar(require("@wix/automations_activations"));
|
|
30
32
|
exports.activations = activations;
|
|
31
33
|
const automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2"));
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAA2E;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAA2E;AAKlE,gDAAkB;AAJ3B,0EAA4D;AAI/B,kCAAW;AAHxC,0EAA4D;AAGlB,kCAAW;AAFrD,+FAAiF;AAE1B,oDAAoB"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export * as automationsService from '@wix/automations_automations-service/meta';
|
|
2
|
+
export * as automations from '@wix/automations_automations/meta';
|
|
2
3
|
export * as activations from '@wix/automations_activations/meta';
|
|
3
4
|
export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -23,8 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.automationsServiceV2 = exports.activations = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.automations = exports.automationsService = void 0;
|
|
27
27
|
exports.automationsService = __importStar(require("@wix/automations_automations-service/meta"));
|
|
28
|
+
exports.automations = __importStar(require("@wix/automations_automations/meta"));
|
|
28
29
|
exports.activations = __importStar(require("@wix/automations_activations/meta"));
|
|
29
30
|
exports.automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2/meta"));
|
|
30
31
|
//# 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;AACjE,sGAAsF"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAgF;AAChF,iFAAiE;AACjE,iFAAiE;AACjE,sGAAsF"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as automationsService from '@wix/automations_automations-service';
|
|
2
|
+
import * as automations from '@wix/automations_automations';
|
|
2
3
|
import * as activations from '@wix/automations_activations';
|
|
3
4
|
import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
|
|
4
|
-
export { automationsService, activations, automationsServiceV2 };
|
|
5
|
+
export { automationsService, automations, activations, automationsServiceV2 };
|
package/build/es/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as automationsService from '@wix/automations_automations-service';
|
|
2
|
+
import * as automations from '@wix/automations_automations';
|
|
2
3
|
import * as activations from '@wix/automations_activations';
|
|
3
4
|
import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
|
|
4
|
-
export { automationsService, activations, automationsServiceV2 };
|
|
5
|
+
export { automationsService, automations, activations, automationsServiceV2 };
|
|
5
6
|
//# sourceMappingURL=index.js.map
|
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;AAC5D,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AAEjF,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,oBAAoB,EAAE,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,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AAEjF,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export * as automationsService from '@wix/automations_automations-service/meta';
|
|
2
|
+
export * as automations from '@wix/automations_automations/meta';
|
|
2
3
|
export * as activations from '@wix/automations_activations/meta';
|
|
3
4
|
export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * as automationsService from '@wix/automations_automations-service/meta';
|
|
2
|
+
export * as automations from '@wix/automations_automations/meta';
|
|
2
3
|
export * as activations from '@wix/automations_activations/meta';
|
|
3
4
|
export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/meta';
|
|
4
5
|
//# sourceMappingURL=meta.js.map
|
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;AACjE,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,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,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.104",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@wix/automations_activations": "1.0.64",
|
|
33
|
+
"@wix/automations_automations": "1.0.0",
|
|
33
34
|
"@wix/automations_automations-service": "1.0.44",
|
|
34
35
|
"@wix/automations_automations-service-v-2": "1.0.67"
|
|
35
36
|
},
|
|
@@ -51,5 +52,5 @@
|
|
|
51
52
|
"fqdn": ""
|
|
52
53
|
}
|
|
53
54
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
55
|
+
"falconPackageHash": "02caf6c0dd99375d76fefbd337e9331df7dc8c160cea3772cdc60cc6"
|
|
55
56
|
}
|