@ember-finance/sdk 1.0.6 → 1.0.7

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.
@@ -55,6 +55,12 @@ class EmberVaults {
55
55
  this.txBuilder.updateDeployment(newDeployment);
56
56
  // Update admin calls
57
57
  this.admin.updateDeployment(newDeployment);
58
+ // Update operator calls
59
+ this.operator.updateDeployment(newDeployment);
60
+ // Update vault admin calls
61
+ this.vaultAdmin.updateDeployment(newDeployment);
62
+ // Update user calls
63
+ this.user.updateDeployment(newDeployment);
58
64
  }
59
65
  /**
60
66
  * Gets the current deployment configuration
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-finance/sdk",
3
3
  "description": "Ember Protocol SDK",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",