@wix/automations 1.0.55 → 1.0.56

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.
@@ -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"}
@@ -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"}
@@ -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
3
  export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/context';
4
+ //# sourceMappingURL=context.js.map
@@ -0,0 +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;AACpE,OAAO,KAAK,oBAAoB,MAAM,kDAAkD,CAAC"}
package/build/es/index.js CHANGED
@@ -2,3 +2,4 @@ import * as automationsService from '@wix/automations_automations-service';
2
2
  import * as activations from '@wix/automations_activations';
3
3
  import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
4
4
  export { automationsService, activations, automationsServiceV2 };
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +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"}
package/build/es/meta.js CHANGED
@@ -1,3 +1,4 @@
1
1
  export * as automationsService from '@wix/automations_automations-service/meta';
2
2
  export * as activations from '@wix/automations_activations/meta';
3
3
  export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/meta';
4
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +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"}
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@wix/automations",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
7
7
  },
8
+ "keywords": [
9
+ "wix-sdk-module=backend,page,public"
10
+ ],
8
11
  "sideEffects": false,
9
12
  "module": "build/es/index.js",
10
13
  "main": "build/cjs/index.js",
@@ -18,9 +21,9 @@
18
21
  "type-bundles"
19
22
  ],
20
23
  "dependencies": {
21
- "@wix/automations_activations": "1.0.32",
22
- "@wix/automations_automations-service": "1.0.26",
23
- "@wix/automations_automations-service-v-2": "1.0.35"
24
+ "@wix/automations_activations": "1.0.33",
25
+ "@wix/automations_automations-service": "1.0.27",
26
+ "@wix/automations_automations-service-v-2": "1.0.36"
24
27
  },
25
28
  "devDependencies": {
26
29
  "glob": "^10.4.1",
@@ -45,5 +48,5 @@
45
48
  "fqdn": ""
46
49
  }
47
50
  },
48
- "falconPackageHash": "a279bf70e14972d5d3e1f3097de223700f35cacc67810e8fce7ed1a1"
51
+ "falconPackageHash": "dddedff9e377a8be05fbcf43ac462f6d8de51266c59e1cbf88478765"
49
52
  }