@wix/automations 1.0.108 → 1.0.110
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/service-plugins.d.ts +2 -0
- package/build/cjs/service-plugins.js +29 -0
- package/build/cjs/service-plugins.js.map +1 -0
- package/build/es/service-plugins.d.ts +2 -0
- package/build/es/service-plugins.js +3 -0
- package/build/es/service-plugins.js.map +1 -0
- package/package.json +14 -7
- package/service-plugins/package.json +3 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.triggersProvider = exports.actionProvider = void 0;
|
|
27
|
+
exports.actionProvider = __importStar(require("@wix/automations_action-provider"));
|
|
28
|
+
exports.triggersProvider = __importStar(require("@wix/automations_triggers-provider"));
|
|
29
|
+
//# sourceMappingURL=service-plugins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,uFAAuE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,kCAAkC,CAAC;AACnE,OAAO,KAAK,gBAAgB,MAAM,oCAAoC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.110",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"wixSdkPublicModule"
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"types": "./build/es/index.d.ts",
|
|
15
14
|
"main": "./build/cjs/index.js",
|
|
15
|
+
"types": "./build/es/index.d.ts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
18
|
"import": "./build/es/index.js",
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"import": "./build/es/meta.js",
|
|
25
25
|
"require": "./build/cjs/meta.js",
|
|
26
26
|
"types": "./build/es/meta.d.ts"
|
|
27
|
+
},
|
|
28
|
+
"./service-plugins": {
|
|
29
|
+
"import": "./build/es/service-plugins.js",
|
|
30
|
+
"require": "./build/cjs/service-plugins.js",
|
|
31
|
+
"types": "./build/es/service-plugins.d.ts"
|
|
27
32
|
}
|
|
28
33
|
},
|
|
29
34
|
"files": [
|
|
@@ -32,10 +37,12 @@
|
|
|
32
37
|
"service-plugins"
|
|
33
38
|
],
|
|
34
39
|
"dependencies": {
|
|
35
|
-
"@wix/
|
|
36
|
-
"@wix/
|
|
37
|
-
"@wix/automations_automations
|
|
38
|
-
"@wix/automations_automations-service
|
|
40
|
+
"@wix/automations_action-provider": "1.0.1",
|
|
41
|
+
"@wix/automations_activations": "1.0.69",
|
|
42
|
+
"@wix/automations_automations": "1.0.5",
|
|
43
|
+
"@wix/automations_automations-service": "1.0.49",
|
|
44
|
+
"@wix/automations_automations-service-v-2": "1.0.73",
|
|
45
|
+
"@wix/automations_triggers-provider": "1.0.0"
|
|
39
46
|
},
|
|
40
47
|
"devDependencies": {
|
|
41
48
|
"typescript": "^5.3.2"
|
|
@@ -55,5 +62,5 @@
|
|
|
55
62
|
"fqdn": ""
|
|
56
63
|
}
|
|
57
64
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "a3afe6d7a69818c223fda22e67eb098b13f6e3eb98712bf8929a15a1"
|
|
59
66
|
}
|