@wix/automations 1.0.29 → 1.0.30
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/automations_activations": "1.0.20",
|
|
22
22
|
"@wix/automations_automations-service": "1.0.13",
|
|
23
|
-
"@wix/automations_automations-service-v-2": "1.0.
|
|
23
|
+
"@wix/automations_automations-service-v-2": "1.0.16"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "16ed10210f7e01c0461ac1dbf122c17751b2753ec28d7b3736eb75bb"
|
|
49
49
|
}
|
|
@@ -4116,7 +4116,7 @@ interface PreinstalledAutomationSpecInfo {
|
|
|
4116
4116
|
* Version from which the experiment should decide whether to expose it to users when !conduct(spec).contains(variant_value)
|
|
4117
4117
|
* For example, if 50 is set, version 49 and below (including 49) will not expose the preinstalled automation to the user.
|
|
4118
4118
|
*/
|
|
4119
|
-
experimentVersion?: number
|
|
4119
|
+
experimentVersion?: number;
|
|
4120
4120
|
}
|
|
4121
4121
|
interface CreatePreinstalledAutomationResponse {
|
|
4122
4122
|
/** The created preinstalled automation. */
|
|
@@ -4116,7 +4116,7 @@ interface PreinstalledAutomationSpecInfo {
|
|
|
4116
4116
|
* Version from which the experiment should decide whether to expose it to users when !conduct(spec).contains(variant_value)
|
|
4117
4117
|
* For example, if 50 is set, version 49 and below (including 49) will not expose the preinstalled automation to the user.
|
|
4118
4118
|
*/
|
|
4119
|
-
experimentVersion?: number
|
|
4119
|
+
experimentVersion?: number;
|
|
4120
4120
|
}
|
|
4121
4121
|
interface CreatePreinstalledAutomationResponse {
|
|
4122
4122
|
/** The created preinstalled automation. */
|