dependency updates
parent
759949fb51
commit
a5fa20b74a
16
package.json
16
package.json
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "@uci/base",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.15",
|
||||
"description": "Multi type and transport JSON packet communication base class. Used in UCI extended classes",
|
||||
"main": "src/base",
|
||||
"scripts": {
|
||||
"deve": "./node_modules/.bin/nodemon -r esm examples/four-in-one",
|
||||
"fio": "node -r esm examples/four-in-one",
|
||||
"fio": "UCI_ENV=dev node -r esm examples/four-in-one",
|
||||
"dy": "node -r esm examples/dynamic",
|
||||
"web": "UCI_DEV=true nodemon -r esm examples/web",
|
||||
"mqtt": "node -r esm examples/mqtt",
|
||||
|
@ -32,18 +32,18 @@
|
|||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"codecov": "^3.0.0",
|
||||
"codecov": "^3.2.0",
|
||||
"esm": "^3.0.84",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^5.2.0",
|
||||
"nodemon": "^1.18.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uci/logger": "0.0.6",
|
||||
"@uci/mqtt": "^0.1.2",
|
||||
"@uci/socket": "^0.2.1",
|
||||
"@uci/utils": "^0.1.1",
|
||||
"@uci/websocket": "^0.2.0",
|
||||
"@uci-utils/bind-funcs": "^0.2.3",
|
||||
"@uci-utils/logger": "0.0.12",
|
||||
"@uci/mqtt": "^0.1.7",
|
||||
"@uci/socket": "^0.2.6",
|
||||
"@uci/websocket": "^0.3.3",
|
||||
"p-settle": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue