node-opcua-chunkmanager
Advanced tools
Comparing version 2.0.0-alpha.13 to 2.0.0-alpha.18
{ | ||
"name": "node-opcua-chunkmanager", | ||
"version": "2.0.0-alpha.13", | ||
"version": "2.0.0-alpha.18", | ||
"description": "pure nodejs OPCUA SDK - module -chunkmanager", | ||
@@ -16,6 +16,6 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "^2.0.0-alpha.10", | ||
"node-opcua-basic-types": "^2.0.0-alpha.13", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.13", | ||
"node-opcua-buffer-utils": "^2.0.0-alpha.10", | ||
"node-opcua-factory": "^2.0.0-alpha.13", | ||
"node-opcua-basic-types": "^2.0.0-alpha.18", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.18", | ||
"node-opcua-buffer-utils": "^2.0.0-alpha.18", | ||
"node-opcua-factory": "^2.0.0-alpha.18", | ||
"node-opcua-packet-assembler": "^2.0.0-alpha.10", | ||
@@ -25,7 +25,7 @@ "underscore": "^1.9.1" | ||
"devDependencies": { | ||
"@types/node": "^10.12.23", | ||
"@types/underscore": "^1.8.9", | ||
"node-opcua-debug": "^2.0.0-alpha.10", | ||
"@types/node": "^11.11.6", | ||
"@types/underscore": "^1.8.13", | ||
"node-opcua-debug": "^2.0.0-alpha.18", | ||
"should": "13.2.3", | ||
"source-map-support": "^0.5.10" | ||
"source-map-support": "^0.5.11" | ||
}, | ||
@@ -47,3 +47,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "6a0c56afb819a44d5abd453d39ce684df6fb3505" | ||
"gitHead": "a92d7f1be990cfaadd5f52560e2454e252b0b081" | ||
} |
@@ -6,3 +6,7 @@ { | ||
"outDir": "dist" | ||
} | ||
}, | ||
"files": [ | ||
"source/index.ts" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46023
716