@emilgroup/payment-sdk-node 1.22.1-beta.20 → 1.22.1-beta.28

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/base.ts +0 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/payment-sdk-node@1.22.1-beta.20 --save
20
+ npm install @emilgroup/payment-sdk-node@1.22.1-beta.28 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk-node@1.22.1-beta.20
24
+ yarn add @emilgroup/payment-sdk-node@1.22.1-beta.28
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
package/base.ts CHANGED
@@ -186,7 +186,6 @@ export class BaseAPI {
186
186
  await this.switchWorkspace(targetWorkspace);
187
187
  }
188
188
  }
189
-
190
189
  async switchWorkspace(targetWorkspace: string): Promise<void> {
191
190
  const options: AxiosRequestConfig = {
192
191
  method: 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk-node",
3
- "version": "1.22.1-beta.20",
3
+ "version": "1.22.1-beta.28",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [