@cybrid/cybrid-api-id-angular 0.115.95 → 0.115.96
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
@@ -147,7 +147,7 @@ An `Organization` can have multiple `banks`, in either `Sandbox` or `Production`
|
|
147
147
|
`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.
|
148
148
|
|
149
149
|
|
150
|
-
## @cybrid/cybrid-api-id-angular@0.115.
|
150
|
+
## @cybrid/cybrid-api-id-angular@0.115.96
|
151
151
|
|
152
152
|
### Building
|
153
153
|
|
@@ -168,7 +168,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
168
168
|
_published:_
|
169
169
|
|
170
170
|
```
|
171
|
-
npm install @cybrid/cybrid-api-id-angular@0.115.
|
171
|
+
npm install @cybrid/cybrid-api-id-angular@0.115.96 --save
|
172
172
|
```
|
173
173
|
|
174
174
|
_without publishing (not recommended):_
|