node-opcua-data-access
Advanced tools
Comparing version 2.4.2 to 2.5.0-alpha.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -5,6 +5,6 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.4.2", | ||
"version": "2.5.0-alpha.0", | ||
"description": "pure nodejs OPCUA SDK - module -data-access", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc -b", | ||
"test": "mocha test", | ||
@@ -15,13 +15,13 @@ "clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"dependencies": { | ||
"node-opcua-assert": "^2.3.0", | ||
"node-opcua-basic-types": "^2.4.2", | ||
"node-opcua-binary-stream": "^2.4.2", | ||
"node-opcua-data-model": "^2.4.2", | ||
"node-opcua-factory": "^2.4.2", | ||
"node-opcua-nodeid": "^2.4.2", | ||
"node-opcua-types": "^2.4.2", | ||
"node-opcua-assert": "^2.5.0-alpha.0", | ||
"node-opcua-basic-types": "^2.5.0-alpha.0", | ||
"node-opcua-binary-stream": "^2.5.0-alpha.0", | ||
"node-opcua-data-model": "^2.5.0-alpha.0", | ||
"node-opcua-factory": "^2.5.0-alpha.0", | ||
"node-opcua-nodeid": "^2.5.0-alpha.0", | ||
"node-opcua-types": "^2.5.0-alpha.0", | ||
"underscore": "^1.9.2" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^2.4.2", | ||
"node-opcua-generator": "^2.5.0-alpha.0", | ||
"should": "13.2.3" | ||
@@ -44,3 +44,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "6e4967fd20a09317ddd00098bcfe93e92c1df510" | ||
"gitHead": "341ac6292b30304bb028ab10971dc8552ff1a35a" | ||
} |
@@ -0,0 +0,0 @@ /** |
export { LocalizedText } from "node-opcua-data-model"; | ||
export * from "./Range"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
{ | ||
"extends" : "../tsconfig.json", | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"rootDir": "source", | ||
"outDir": "dist" | ||
"outDir": "dist", | ||
"composite": true | ||
}, | ||
"include": [ | ||
"./source/index.ts" | ||
"source/**/*.ts" | ||
], | ||
@@ -14,3 +15,29 @@ "exclude": [ | ||
"dist" | ||
], | ||
"references": [ | ||
{ | ||
"path": "../node-opcua-assert" | ||
}, | ||
{ | ||
"path": "../node-opcua-basic-types" | ||
}, | ||
{ | ||
"path": "../node-opcua-binary-stream" | ||
}, | ||
{ | ||
"path": "../node-opcua-data-model" | ||
}, | ||
{ | ||
"path": "../node-opcua-factory" | ||
}, | ||
{ | ||
"path": "../node-opcua-nodeid" | ||
}, | ||
{ | ||
"path": "../node-opcua-types" | ||
}, | ||
{ | ||
"path": "../node-opcua-generator" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
197996
21
370
1