@simpoobusiness/sdk 1.0.0 → 1.0.2

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@simpoobusiness/sdk",
3
3
  "publishConfig": {
4
- "access": "public"
5
- },
6
- "version": "1.0.0",
4
+ "access": "public"
5
+ },
6
+ "version": "1.0.2",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -11,6 +11,7 @@
11
11
  "dist"
12
12
  ],
13
13
  "scripts": {
14
+ "docs": "typedoc --out docs src",
14
15
  "clean": "rimraf dist",
15
16
  "build": "npm run clean && npm run build:css && npm run build:types && rollup -c --bundleConfigAsCjs",
16
17
  "build:types": "tsc -p tsconfig.build.json",
@@ -20,10 +21,15 @@
20
21
  "yalc:publish": "yalc publish",
21
22
  "yalc:watch": "yalc push --watch",
22
23
  "postbuild": "yalc push",
23
- "prepare": "npm run build",
24
- "publish:npm": "npm run build && npm publish --access public"
24
+ "prepare": "npm run build",
25
+ "publish:npm": "npm run build && npm publish --access public"
25
26
  },
26
- "keywords": ["sdk", "react", "inventory", "simpooBusiness"],
27
+ "keywords": [
28
+ "sdk",
29
+ "react",
30
+ "inventory",
31
+ "simpooBusiness"
32
+ ],
27
33
  "author": "",
28
34
  "license": "ISC",
29
35
  "description": "",
@@ -48,6 +54,8 @@
48
54
  "rollup-plugin-peer-deps-external": "^2.2.4",
49
55
  "rollup-plugin-postcss": "^4.0.2",
50
56
  "tailwindcss": "^4.1.11",
57
+ "typedoc": "^0.28.7",
58
+ "typedoc-plugin-markdown": "^4.7.1",
51
59
  "typescript": "^5.8.3"
52
60
  },
53
61
  "dependencies": {