@spinnaker/amazon 0.8.10 → 0.8.11
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spinnaker/amazon",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.11",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"lib": "npm run build"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@spinnaker/core": "^0.11.
|
|
16
|
+
"@spinnaker/core": "^0.11.4",
|
|
17
17
|
"@uirouter/angularjs": "1.0.26",
|
|
18
18
|
"@uirouter/core": "6.0.8",
|
|
19
19
|
"@uirouter/react": "1.0.7",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"shx": "0.3.3",
|
|
56
56
|
"typescript": "4.3.5"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "d28eac29c463069358e8c07413a56b290af9f7ce"
|
|
59
59
|
}
|
package/src/serverGroup/details/scalingPolicy/targetTracking/TargetTrackingAdditionalSettings.tsx
CHANGED
|
@@ -107,7 +107,7 @@ export const TargetTrackingAdditionalSettings = ({
|
|
|
107
107
|
</div>
|
|
108
108
|
<div className="col-md-9 horizontal middle">
|
|
109
109
|
<NumberInput
|
|
110
|
-
value={command.targetTrackingConfiguration.
|
|
110
|
+
value={command.targetTrackingConfiguration.scaleOutCooldown}
|
|
111
111
|
onChange={(e) =>
|
|
112
112
|
setCommandField('targetTrackingConfiguration.scaleOutCooldown', Number.parseInt(e.target.value))
|
|
113
113
|
}
|