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