@wix/automations 1.0.166 → 1.0.168
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 +3 -1
- package/build/cjs/index.js +5 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.ts +3 -1
- package/build/es/index.js +3 -1
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +2 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -1
- package/build/internal/cjs/index.js +5 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -0
- package/build/internal/cjs/meta.js +3 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.ts +3 -1
- package/build/internal/es/index.js +3 -1
- package/build/internal/es/index.js.map +1 -1
- package/build/internal/es/meta.d.ts +2 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -1
- package/package.json +5 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
2
|
+
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
1
3
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
4
|
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
5
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
6
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
7
|
+
export { activationActionLog, activationLog, automationsService, customTrigger, activations, automationsServiceV2, };
|
package/build/cjs/index.js
CHANGED
|
@@ -23,7 +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.customTrigger = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.activationLog = exports.activationActionLog = void 0;
|
|
27
|
+
const activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log"));
|
|
28
|
+
exports.activationActionLog = activationActionLog;
|
|
29
|
+
const activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log"));
|
|
30
|
+
exports.activationLog = activationLog;
|
|
27
31
|
const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
|
|
28
32
|
exports.automationsService = automationsService;
|
|
29
33
|
const customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger"));
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAoF;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAuF;AAQrF,kDAAmB;AAPrB,wFAA0E;AAQxE,sCAAa;AAPf,kGAAoF;AAQlF,gDAAkB;AAPpB,wFAA0E;AAQxE,sCAAa;AAPf,mFAAqE;AAQnE,kCAAW;AAPb,wGAA0F;AAQxF,oDAAoB"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
2
|
+
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
1
3
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
4
|
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
5
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -23,7 +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.customTrigger = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.activationLog = exports.activationActionLog = void 0;
|
|
27
|
+
exports.activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log/meta"));
|
|
28
|
+
exports.activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log/meta"));
|
|
27
29
|
exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
28
30
|
exports.customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
29
31
|
exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,+GAA+F"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4GAA4F;AAC5F,+FAA+E;AAC/E,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,+GAA+F"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
2
|
+
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
1
3
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
4
|
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
5
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
6
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
7
|
+
export { activationActionLog, activationLog, automationsService, customTrigger, activations, automationsServiceV2, };
|
package/build/es/index.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
2
|
+
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
1
3
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
4
|
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
5
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
6
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
7
|
+
export { activationActionLog, activationLog, automationsService, customTrigger, activations, automationsServiceV2, };
|
|
6
8
|
//# 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,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,mDAAmD,CAAC;AAE1F,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,mDAAmD,CAAC;AAE1F,OAAO,EACL,mBAAmB,EACnB,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,oBAAoB,GACrB,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
2
|
+
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
1
3
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
4
|
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
5
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
2
|
+
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
1
3
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
4
|
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
5
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
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,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,sDAAsD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
2
|
+
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
1
3
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
4
|
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
5
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
6
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
7
|
+
export { activationActionLog, activationLog, automationsService, customTrigger, activations, automationsServiceV2, };
|
|
@@ -23,7 +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.customTrigger = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.activationLog = exports.activationActionLog = void 0;
|
|
27
|
+
const activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log"));
|
|
28
|
+
exports.activationActionLog = activationActionLog;
|
|
29
|
+
const activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log"));
|
|
30
|
+
exports.activationLog = activationLog;
|
|
27
31
|
const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
|
|
28
32
|
exports.automationsService = automationsService;
|
|
29
33
|
const customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAoF;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAuF;AAQrF,kDAAmB;AAPrB,wFAA0E;AAQxE,sCAAa;AAPf,kGAAoF;AAQlF,gDAAkB;AAPpB,wFAA0E;AAQxE,sCAAa;AAPf,mFAAqE;AAQnE,kCAAW;AAPb,wGAA0F;AAQxF,oDAAoB"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
2
|
+
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
1
3
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
4
|
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
5
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
@@ -23,7 +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.customTrigger = exports.automationsService = void 0;
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.activationLog = exports.activationActionLog = void 0;
|
|
27
|
+
exports.activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log/meta"));
|
|
28
|
+
exports.activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log/meta"));
|
|
27
29
|
exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
28
30
|
exports.customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
29
31
|
exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,+GAA+F"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4GAA4F;AAC5F,+FAA+E;AAC/E,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,+GAA+F"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
2
|
+
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
1
3
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
4
|
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
5
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
6
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
7
|
+
export { activationActionLog, activationLog, automationsService, customTrigger, activations, automationsServiceV2, };
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
2
|
+
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
1
3
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
4
|
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
5
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
6
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
7
|
+
export { activationActionLog, activationLog, automationsService, customTrigger, activations, automationsServiceV2, };
|
|
6
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,mDAAmD,CAAC;AAE1F,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,mDAAmD,CAAC;AAE1F,OAAO,EACL,mBAAmB,EACnB,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,oBAAoB,GACrB,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
2
|
+
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
1
3
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
4
|
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
5
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
2
|
+
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
1
3
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
4
|
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
5
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,sDAAsD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.168",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -38,7 +38,9 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@wix/auto_sdk_automations_action-provider": "1.0.14",
|
|
41
|
-
"@wix/
|
|
41
|
+
"@wix/auto_sdk_automations_activation-action-log": "1.0.0",
|
|
42
|
+
"@wix/auto_sdk_automations_activation-log": "1.0.0",
|
|
43
|
+
"@wix/auto_sdk_automations_activations": "1.0.18",
|
|
42
44
|
"@wix/auto_sdk_automations_automations-service": "1.0.9",
|
|
43
45
|
"@wix/auto_sdk_automations_automations-service-v-2": "1.0.23",
|
|
44
46
|
"@wix/auto_sdk_automations_custom-trigger": "1.0.4",
|
|
@@ -62,5 +64,5 @@
|
|
|
62
64
|
"fqdn": ""
|
|
63
65
|
}
|
|
64
66
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
67
|
+
"falconPackageHash": "4341a3dd1bd32281ee1d8ac9e62cd7c2287688f09d290ff5f2d31b5c"
|
|
66
68
|
}
|