@cybrid/cybrid-api-organization-angular 0.115.131 → 0.115.132
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -149,7 +149,7 @@ An `Organization` can have multiple `banks`, in either `Sandbox` or `Production`
|
|
149
149
|
`Customers` must also have an `Account` to be able to transact, in the desired asset class. See the Accounts APIs for more details on setting up accounts for the customer.
|
150
150
|
|
151
151
|
|
152
|
-
## @cybrid/cybrid-api-organization-angular@0.115.
|
152
|
+
## @cybrid/cybrid-api-organization-angular@0.115.132
|
153
153
|
|
154
154
|
### Building
|
155
155
|
|
@@ -170,7 +170,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
170
170
|
_published:_
|
171
171
|
|
172
172
|
```
|
173
|
-
npm install @cybrid/cybrid-api-organization-angular@0.115.
|
173
|
+
npm install @cybrid/cybrid-api-organization-angular@0.115.132 --save
|
174
174
|
```
|
175
175
|
|
176
176
|
_without publishing (not recommended):_
|
package/package.json
CHANGED