@tbox-dev-js/sdk 0.1.3 → 0.1.4

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 +0 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -448,21 +448,6 @@ npm run build
448
448
  npm run clean
449
449
  ```
450
450
 
451
- ## 发布流程
452
-
453
- ```bash
454
- # 预览发布内容(Dry-run)
455
- ./scripts/publish.sh
456
-
457
- # 正式发布
458
- ./scripts/publish.sh --release
459
-
460
- # 自动 bump 版本号并发布
461
- ./scripts/publish.sh --patch # 0.1.0 → 0.1.1
462
- ./scripts/publish.sh --minor # 0.1.0 → 0.2.0
463
- ./scripts/publish.sh --major # 0.1.0 → 1.0.0
464
- ```
465
-
466
451
  ## 许可证
467
452
 
468
453
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tbox-dev-js/sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "百宝箱平台 JavaScript SDK — 知识库、插件、会话等服务的统一客户端",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",