@based/client 4.8.9 → 4.8.10

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@based/client",
3
- "version": "4.8.9",
3
+ "version": "4.8.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
7
7
  "build": "npx tsc && cp ./dist/index.d.ts ./dist/index_original.d.ts",
8
8
  "test-stream": "npx ts-node ./test/browser/upload-file.ts",
9
- "watch": "npm run build -- --watch",
9
+ "watch": "npx tsc --watch",
10
10
  "clean": "rimraf {.turbo,dist,node_modules}",
11
11
  "test": "ava --color --node-arguments='--expose-gc' --timeout 3m --verbose",
12
12
  "browser": "concurrently \"nodemon ./test/browser/based-server.ts --watch ../server/dist --watch ./test/browser/based-server.ts\" \"aristotle watch -t test/browser/index.tsx -p 8006\""