-
- Downloads
Updated allowPartial default to true for Add/Del operations
parent
624e9810
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- package.json 2 additions, 2 deletionspackage.json
- src/commands/common/add.ts 1 addition, 1 deletionsrc/commands/common/add.ts
- src/commands/common/del.ts 1 addition, 1 deletionsrc/commands/common/del.ts
- yarn.lock 854 additions, 692 deletionsyarn.lock
{ | ||
"name": "usp-js", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"description": "Library for easy usp(TR-369) communication using mqtt or ws.", | ||
"main": "node/index.js", | ||
"browser": "web/index.js", | ||
... | ... | @@ -37,11 +37,11 @@ |
"async-mqtt": "^2.6.1", | ||
"buffer": "^6.0.3", | ||
"protobufjs": "^6.10.1", | ||
"shx": "^0.3.3", | ||
"typescript": "4.2.4", | ||
"url": "^0.11.0", | ||
"webpack": "4", | ||
"websocket": "^1.0.34", | ||
"shx": "^0.3.3", | ||
"ws": "^8.5.0" | ||
}, | ||
"devDependencies": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment