@30nama/sdk 1.0.5 → 1.0.6

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 +9 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,12 @@
1
- # 30nama-sdk
1
+ # @30nama/sdk
2
2
 
3
- 30nama Software Development Kit
3
+ Official 30nama Software Development Kit
4
4
 
5
- ## TODO:
5
+ ## Modules
6
6
 
7
- - ✔ Add **core**
8
- - ✔ Add `api`
9
- - ✔ Add `entities`
10
- - ☐ Add `gap30` module
11
- - ☐ Add `party` module
12
- - ☐ Add `watchTogether` module
13
- - ☐ Add documentation
7
+ - ✔ **core** module
8
+ - ✔ `API` module
9
+ - ✔ 30nama `entities` module
10
+ - ☐ `gap30` module
11
+ - ☐ `30nama-party` module
12
+ - ☐ `watch-together` module
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@30nama/sdk",
3
3
  "description": "30nama SDK for Node.js",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [