@cimo/websocket 1.0.13 → 1.0.14
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cimo/websocket",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Websocket API (server
|
|
3
|
+
"version": "1.0.14",
|
|
4
|
+
"description": "Websocket API (server/client). Light, fast and secure.",
|
|
5
5
|
"author": "cimo",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"preinstall": "([ ! -f package-lock.json ] && npm install --package-lock-only --ignore-scripts --no-audit); npx npm-force-resolutions",
|
|
13
13
|
"check": "eslint . --fix",
|
|
14
|
-
"remove_dist": "node -e \"const fs = require('fs');try
|
|
14
|
+
"remove_dist": "node -e \"const fs = require('fs'); try{ fs.rmdirSync('./dist/', { recursive: true }) } catch{}; process.exit(0);\"",
|
|
15
15
|
"build": "npm run check && npm run remove_dist && tsc --build tsconfig.build_server.json && tsc --build tsconfig.build_client.json",
|
|
16
16
|
"pack": "npm run build && npm pack"
|
|
17
17
|
},
|