@spinnaker/google 0.2.2 → 0.2.4

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/google",
3
3
  "license": "Apache-2.0",
4
- "version": "0.2.2",
4
+ "version": "0.2.4",
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.22.2",
16
+ "@spinnaker/core": "^0.23.0",
17
17
  "@uirouter/angularjs": "1.0.26",
18
18
  "angular": "1.6.10",
19
19
  "angular-ui-bootstrap": "2.5.0",
@@ -37,5 +37,5 @@
37
37
  "shx": "0.3.3",
38
38
  "typescript": "4.3.5"
39
39
  },
40
- "gitHead": "587b5a7a5fe2121cd93bed86e5e83795ee401be0"
40
+ "gitHead": "21bd84315ab519ae2c72adb6605b237b728352a0"
41
41
  }
@@ -113,7 +113,7 @@
113
113
  <div class="row">
114
114
  <div class="col-md-3 sm-label-right">Additional Filter Expression</div>
115
115
  <div class="col-md-3 content-fields">
116
- <input class="form-control input-sm" ng-model="custom.additionalFilter" />
116
+ <input class="form-control input-sm" ng-model="custom.filter" />
117
117
  </div>
118
118
  </div>
119
119
 
@@ -151,7 +151,7 @@
151
151
  name="singleInstanceAssignment"
152
152
  class="form-control input-sm"
153
153
  required
154
- ng-model="custom.singleInstaceAssignment"
154
+ ng-model="custom.singleInstanceAssignment"
155
155
  min="0"
156
156
  />
157
157
  </div>