node-opcua-schemas
Advanced tools
Comparing version 2.0.0-alpha.19 to 2.0.0-alpha.21
@@ -42,3 +42,3 @@ "use strict"; | ||
else { | ||
node_opcua_assert_1.default(typeDictionary.enumeratedTypes[fieldTypeName]); | ||
node_opcua_assert_1.assert(typeDictionary.enumeratedTypes[fieldTypeName]); | ||
field.category = node_opcua_factory_1.FieldCategory.enumeration; | ||
@@ -45,0 +45,0 @@ field.schema = typeDictionary.enumeratedTypes[fieldTypeName]; |
{ | ||
"name": "node-opcua-schemas", | ||
"version": "2.0.0-alpha.19", | ||
"version": "2.0.0-alpha.21", | ||
"description": "pure nodejs OPCUA SDK - module -schemas", | ||
@@ -13,12 +13,12 @@ "main": "dist/source/index.js", | ||
"node-opcua-assert": "^2.0.0-alpha.10", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.18", | ||
"node-opcua-data-model": "^2.0.0-alpha.19", | ||
"node-opcua-debug": "^2.0.0-alpha.18", | ||
"node-opcua-extension-object": "^2.0.0-alpha.19", | ||
"node-opcua-factory": "^2.0.0-alpha.19", | ||
"node-opcua-nodeid": "^2.0.0-alpha.19", | ||
"node-opcua-xml2json": "^2.0.0-alpha.19" | ||
"node-opcua-binary-stream": "^2.0.0-alpha.21", | ||
"node-opcua-data-model": "^2.0.0-alpha.21", | ||
"node-opcua-debug": "^2.0.0-alpha.21", | ||
"node-opcua-extension-object": "^2.0.0-alpha.21", | ||
"node-opcua-factory": "^2.0.0-alpha.21", | ||
"node-opcua-nodeid": "^2.0.0-alpha.21", | ||
"node-opcua-xml2json": "^2.0.0-alpha.21" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "^2.0.0-alpha.19" | ||
"node-opcua-packet-analyzer": "^2.0.0-alpha.21" | ||
}, | ||
@@ -40,3 +40,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "0343e8c37806056ab5bcfb1c5c083e910c7252cb" | ||
"gitHead": "5cbfb647cd06619685d1968520d0bad368858036" | ||
} |
@@ -1,2 +0,2 @@ | ||
import assert from "node-opcua-assert"; | ||
import { assert } from "node-opcua-assert"; | ||
import { FieldCategory, hasBuiltInType, StructuredTypeSchema } from "node-opcua-factory"; | ||
@@ -3,0 +3,0 @@ import { TypeDictionary } from "./parse_binary_xsd"; |
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
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
58383