@surph_ai/sdk 0.0.16 → 0.0.17

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@surph_ai/sdk",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -3,9 +3,9 @@
3
3
  "version": "0.0.0",
4
4
  "private": true,
5
5
  "scripts": {
6
- "dev": "npm run build && npm run watch && surph toolserver & surph chatserver",
6
+ "dev": "npm run build && concurrently \"npm run watch\" \"surph toolserver\" \"surph chatserver\"",
7
7
  "test": "",
8
- "build": "rm -rf dist && tsc",
8
+ "build": "rimraf dist && tsc",
9
9
  "watch": "tsc -w",
10
10
  "publish": "npm run build && surph publish",
11
11
  "deploy": "npm run build && surph deploy"
@@ -14,9 +14,11 @@
14
14
  "@vinely-ai/sdk": "^0.0.6"
15
15
  },
16
16
  "devDependencies": {
17
- "@surph_ai/sdk": "^0.0.13",
17
+ "@surph_ai/sdk": "^0.0.16",
18
18
  "@types/node": "^20.11.0",
19
+ "concurrently": "^10.0.5",
19
20
  "nodemon": "^2.0.2",
21
+ "rimraf": "^6.1.3",
20
22
  "typescript": "^5.3.3"
21
23
  }
22
24
  }