Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Apr 8, 2019
1 parent c1a65e4 commit 485f6ea
Show file tree
Hide file tree
Showing 19 changed files with 334 additions and 299 deletions.
545 changes: 290 additions & 255 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-fix": "eslint --fix packages/*/src/**.js packages/*/__tests__/ utils/*.js scripts/*.js",
"generate_doc": "make doc",
"generate_autodoc": "./node_modules/autodoc/bin/autodoc -o _tmp_generated_doc bin/binaryStream.js",
"ncu": "npx lerna clean -y && npx lerna exec rm -- -f package-lock.json && ncu -au && npx lerna exec --sort --concurrency 1 --stream -- npx ncu -au && lerna bootstrap --ignore-scripts --hoist",
"ncu": "npx lerna clean -y && npx lerna exec rm -- -f package-lock.json && ncu -u && npx lerna exec --sort --stream -- npx ncu -u && lerna bootstrap --ignore-scripts --hoist",
"ncuexperiment": "npm-check --skip-unused -ayu && node ./node_modules/lerna/cli.js exec --sort --concurrency 1 --stream npm-check -- --skip-unused -ayu",
"prettier-watch": "onchange \"packages/*/(src|test|source)/**/*.(js|ts)\" -v -p -- prettier --write {{changed}}",
"lebab-let": "node ./node_modules/lerna/cli.js exec lebab --replace index.js --transform let && node ./node_modules/lerna/cli.js exec lebab --replace test --transform let && node ./node_modules/lerna/cli.js exec lebab --replace src --transform let"
Expand Down Expand Up @@ -55,37 +55,37 @@
"babili-webpack-plugin": "^0.1.2",
"benchmark": "^2.1.4",
"bignumber.js": "^8.1.1",
"coffeescript": "^2.3.2",
"copy-webpack-plugin": "^5.0.0",
"coffeescript": "^2.4.1",
"copy-webpack-plugin": "^5.0.2",
"coveralls": "^3.0.3",
"csv": "^5.1.1",
"cucumber": "^5.1.0",
"enum": "2.5.0",
"eslint": "^5.15.1",
"eslint": "^5.16.0",
"eyes": "^0.1.8",
"jsdoc": "^3.5.5",
"litpro": "^2.0.0",
"mocha": "^6.0.2",
"mocha": "^6.1.1",
"mocha-lcov-reporter": "1.3.0",
"nyc": "^13.3.0",
"request": "^2.88.0",
"rollup": "^1.6.0",
"rollup": "^1.9.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-node-resolve": "^4.2.1",
"should": "13.2.3",
"sinon": "^7.2.7",
"tmp": "^0.0.33",
"sinon": "^7.3.1",
"tmp": "^0.1.0",
"tracer": "^0.9.8",
"typescript": "^3.3.3333",
"typescript": "^3.4.2",
"webpack": "^4.29.6",
"webpack-node-externals": "^1.7.2",
"yuidoc-bootstrap-theme": "*",
"yuidocjs": "^0.10.2"
},
"typings": "./packages/node-opcua/node-opcua.d.ts",
"dependencies": {
"@types/node": "^11.11.0",
"@types/underscore": "^1.8.13",
"@types/node": "^11.13.0",
"@types/underscore": "^1.8.14",
"async": "^2.6.2",
"backoff": "^2.5.0",
"better-assert": "^1.0.2",
Expand All @@ -111,17 +111,17 @@
"mocha-clean": "^1.0.0",
"node-fqdn": "^1.1.1",
"node-jsrsasign": "^0.0.7",
"node-opcua-crypto": "^1.0.1",
"node-opcua-pki": "1.0.3",
"node-opcua-crypto": "^1.0.3",
"node-opcua-pki": "1.2.3",
"object.values": "^1.1.0",
"once": "^1.4.0",
"progress": "^2.0.3",
"q": "^1.5.1",
"readline": "^1.3.0",
"semver": "^5.6.0",
"semver": "^6.0.0",
"set-prototype-of": "^1.0.0",
"should": "13.2.3",
"sinon": "^7.2.7",
"sinon": "^7.3.1",
"sprintf-js": "^1.1.2",
"thenify": "^3.3.0",
"treeify": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-address-space/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"node-opcua-packet-analyzer": "^0.7.0",
"node-opcua-test-fixtures": "^0.7.0",
"should": "13.2.3",
"sinon": "^7.2.7"
"sinon": "^7.3.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-benchmarker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
],
"homepage": "http://node-opcua.github.io/",
"devDependencies": {
"@types/underscore": "^1.8.13"
"@types/underscore": "^1.8.14"
}
}
2 changes: 1 addition & 1 deletion packages/node-opcua-binary-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"underscore": "^1.9.1"
},
"devDependencies": {
"@types/underscore": "^1.8.13",
"@types/underscore": "^1.8.14",
"node-opcua-benchmarker": "^0.7.0",
"should": "13.2.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"node-opcua-buffer-utils": "^0.7.0",
"node-opcua-common": "^0.7.0",
"node-opcua-constants": "^0.7.0",
"node-opcua-crypto": "^1.0.1",
"node-opcua-crypto": "^1.0.3",
"node-opcua-data-model": "^0.7.0",
"node-opcua-data-value": "^0.7.0",
"node-opcua-debug": "^0.7.0",
"node-opcua-hostname": "^0.7.0",
"node-opcua-nodeid": "^0.7.0",
"node-opcua-object-registry": "^0.7.0",
"node-opcua-pki": "1.0.3",
"node-opcua-pki": "1.2.3",
"node-opcua-secure-channel": "^0.7.0",
"node-opcua-service-browse": "^0.7.0",
"node-opcua-service-call": "^0.7.0",
Expand All @@ -49,7 +49,7 @@
"dequeue": "^1.0.5",
"node-opcua-leak-detector": "^0.7.0",
"should": "13.2.3",
"sinon": "^7.2.7"
"sinon": "^7.3.1"
},
"eslintConfig": {
"env": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"node-opcua-assert": "^0.7.0",
"node-opcua-basic-types": "^0.7.0",
"node-opcua-crypto": "^1.0.1",
"node-opcua-crypto": "^1.0.3",
"node-opcua-data-model": "^0.7.0",
"node-opcua-factory": "^0.7.0",
"node-opcua-nodeid": "^0.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-end2end-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "mocha --recursive test"
},
"dependencies": {
"node-opcua-pki": "1.0.3"
"node-opcua-pki": "1.2.3"
},
"devDependencies": {
"async": "^2.6.2",
Expand All @@ -24,7 +24,7 @@
"node-opcua-client": "^0.7.0",
"node-opcua-client-proxy": "^0.7.0",
"node-opcua-common": "^0.7.0",
"node-opcua-crypto": "^1.0.1",
"node-opcua-crypto": "^1.0.3",
"node-opcua-debug": "^0.7.0",
"node-opcua-extension-object": "^0.7.0",
"node-opcua-factory": "^0.7.0",
Expand All @@ -40,7 +40,7 @@
"node-opcua-service-secure-channel": "^0.7.0",
"node-opcua-variant": "^0.7.0",
"should": "13.2.3",
"sinon": "^7.2.7",
"sinon": "^7.3.1",
"underscore": "^1.9.1",
"yargs": "^13.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-debug": "^0.5.6"
"node-opcua-debug": "^0.7.0"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"hexy": "^0.3.0",
"node-opcua": "^0.7.1",
"node-opcua-assert": "^0.7.0",
"node-opcua-pki": "1.0.3",
"node-opcua-pki": "1.2.3",
"readline": "^1.3.0",
"sprintf-js": "^1.1.2",
"treeify": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-secure-channel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node-opcua-basic-types": "^0.7.0",
"node-opcua-binary-stream": "^0.7.0",
"node-opcua-chunkmanager": "^0.7.0",
"node-opcua-crypto": "^1.0.1",
"node-opcua-crypto": "^1.0.3",
"node-opcua-debug": "^0.7.0",
"node-opcua-enum": "^0.7.0",
"node-opcua-factory": "^0.7.0",
Expand All @@ -36,7 +36,7 @@
"node-opcua-test-fixtures": "^0.7.0",
"node-opcua-test-helpers": "^0.7.0",
"should": "13.2.3",
"sinon": "^7.2.7",
"sinon": "^7.3.1",
"sprintf-js": "^1.1.2"
},
"author": "Etienne Rossignon",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-server-discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node-opcua-common": "^0.7.0",
"node-opcua-debug": "^0.7.0",
"node-opcua-hostname": "^0.7.0",
"node-opcua-pki": "1.0.3",
"node-opcua-pki": "1.2.3",
"node-opcua-server": "^0.7.0",
"node-opcua-service-discovery": "^0.7.0",
"node-opcua-service-endpoints": "^0.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node-opcua-client": "^0.7.0",
"node-opcua-common": "^0.7.0",
"node-opcua-constants": "^0.7.0",
"node-opcua-crypto": "^1.0.1",
"node-opcua-crypto": "^1.0.3",
"node-opcua-data-model": "^0.7.0",
"node-opcua-data-value": "^0.7.0",
"node-opcua-date-time": "^0.7.0",
Expand All @@ -32,7 +32,7 @@
"node-opcua-nodesets": "^0.7.0",
"node-opcua-numeric-range": "^0.7.0",
"node-opcua-object-registry": "^0.7.0",
"node-opcua-pki": "1.0.3",
"node-opcua-pki": "1.2.3",
"node-opcua-secure-channel": "^0.7.0",
"node-opcua-service-browse": "^0.7.0",
"node-opcua-service-call": "^0.7.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"node-opcua-test-helpers": "^0.7.0",
"node-opcua-transport": "^0.7.0",
"should": "13.2.3",
"sinon": "^7.2.7"
"sinon": "^7.3.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-service-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"node-opcua-data-model": "^0.7.0",
"node-opcua-generator": "^0.7.0",
"node-opcua-service-endpoints": "^0.5.6",
"node-opcua-service-endpoints": "^0.7.0",
"should": "13.2.3"
},
"author": "Etienne Rossignon",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-service-subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node-opcua-service-history": "^0.7.0",
"node-opcua-service-translate-browse-path": "^0.7.0",
"node-opcua-status-code": "^0.7.0",
"node-opcua-variant": "^0.5.6",
"node-opcua-variant": "^0.7.0",
"should": "13.2.3"
},
"author": "Etienne Rossignon",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"node-opcua-generator": "^0.7.0",
"should": "13.2.3",
"sinon": "^7.2.7"
"sinon": "^7.3.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"devDependencies": {
"colors": "^1.3.3",
"node-opcua-debug": "^0.5.6",
"node-opcua-debug": "^0.7.0",
"node-opcua-generator": "^0.7.0",
"should": "13.2.3",
"sinon": "^7.2.7"
"sinon": "^7.3.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"underscore": "^1.9.1"
},
"devDependencies": {
"@types/node": "^11.11.0",
"@types/underscore": "^1.8.13",
"@types/node": "^11.13.0",
"@types/underscore": "^1.8.14",
"chalk": "^2.4.2",
"should": "13.2.3",
"sinon": "^7.2.7"
"sinon": "^7.3.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node-opcua-client-proxy": "^0.7.0",
"node-opcua-common": "^0.7.0",
"node-opcua-constants": "^0.7.0",
"node-opcua-crypto": "^1.0.1",
"node-opcua-crypto": "^1.0.3",
"node-opcua-data-access": "^0.7.0",
"node-opcua-data-model": "^0.7.0",
"node-opcua-data-value": "^0.7.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"node-opcua-utils": "^0.7.0",
"node-opcua-variant": "^0.7.0",
"node-opcua-vendor-diagnostic": "^0.7.0",
"semver": "^5.6.0"
"semver": "^6.0.0"
},
"devDependencies": {
"should": "13.2.3"
Expand Down

0 comments on commit 485f6ea

Please sign in to comment.