@wix/automations 1.0.17 → 1.0.19
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 +4 -3
- package/build/cjs/index.js +6 -3
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.ts +4 -3
- package/build/es/index.js +4 -3
- package/build/es/index.js.map +1 -1
- package/package.json +7 -6
- package/type-bundles/context.bundle.d.ts +441 -445
- package/type-bundles/index.bundle.d.ts +441 -445
- package/type-bundles/meta.bundle.d.ts +314 -408
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as automationsService from '@wix/automations_automations-service';
|
|
2
|
+
import * as activations from '@wix/automations_activations';
|
|
3
|
+
import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
|
|
4
|
+
export { automationsService, activations, automationsServiceV2 };
|
package/build/cjs/index.js
CHANGED
|
@@ -24,7 +24,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.automationsServiceV2 = exports.activations = exports.automationsService = void 0;
|
|
27
|
-
|
|
28
|
-
exports.
|
|
29
|
-
|
|
27
|
+
const automationsService = __importStar(require("@wix/automations_automations-service"));
|
|
28
|
+
exports.automationsService = automationsService;
|
|
29
|
+
const activations = __importStar(require("@wix/automations_activations"));
|
|
30
|
+
exports.activations = activations;
|
|
31
|
+
const automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2"));
|
|
32
|
+
exports.automationsServiceV2 = automationsServiceV2;
|
|
30
33
|
//# 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,
|
|
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/es/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as automationsService from '@wix/automations_automations-service';
|
|
2
|
+
import * as activations from '@wix/automations_activations';
|
|
3
|
+
import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
|
|
4
|
+
export { automationsService, activations, automationsServiceV2 };
|
package/build/es/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as automationsService from '@wix/automations_automations-service';
|
|
2
|
+
import * as activations from '@wix/automations_activations';
|
|
3
|
+
import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
|
|
4
|
+
export { automationsService, activations, automationsServiceV2 };
|
|
4
5
|
//# 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"}
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
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.15",
|
|
22
|
+
"@wix/automations_automations-service": "1.0.8",
|
|
23
|
+
"@wix/automations_automations-service-v-2": "1.0.7"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -29,8 +29,9 @@
|
|
|
29
29
|
"typescript": "^5.3.2"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
32
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles && npm run build:validate-dts",
|
|
33
33
|
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
34
|
+
"build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
|
|
34
35
|
"test": ":"
|
|
35
36
|
},
|
|
36
37
|
"wix": {
|
|
@@ -44,5 +45,5 @@
|
|
|
44
45
|
"fqdn": ""
|
|
45
46
|
}
|
|
46
47
|
},
|
|
47
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "a0fd14d06cc30b1bfd50402f9ca306e3abd9a6fcc0c099b18e84fa61"
|
|
48
49
|
}
|