@matech/thebigpos-sdk 2.9.0-rc1 → 2.9.0-rc2

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,18 +4,18 @@
4
4
  Using npm:
5
5
 
6
6
  ```bash
7
- $ npm install @matech/thebigpos-sdk-typescript
7
+ $ npm install @matech/thebigpos-sdk
8
8
  ```
9
9
 
10
10
  Using yarn:
11
11
 
12
12
  ```bash
13
- $ yarn add @matech/thebigpos-sdk-typescript
13
+ $ yarn add @matech/thebigpos-sdk
14
14
  ```
15
15
 
16
16
  ## Quick Start
17
17
  ```js
18
- import TheBigPOS from "@matech/thebigpos-sdk-typescript";
18
+ import TheBigPOS from "@matech/thebigpos-sdk";
19
19
 
20
20
  TheBigPOS.init();
21
21
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matech/thebigpos-sdk",
3
- "version": "2.9.0-rc1",
3
+ "version": "2.9.0-rc2",
4
4
  "description": "The Big POS Typescript SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",