node-opcua-data-model
Advanced tools
Comparing version 2.64.1 to 2.66.0
export declare function _make_flag(str: string | number | null, noneValue: number, T: Record<string | number, number | string>): number; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum AccessRestrictionsFlag { |
@@ -0,0 +0,0 @@ "use strict"; |
export { isValidAttributeId, attributeNameById, AttributeIds } from "node-opcua-basic-types"; |
@@ -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"; |
@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -0,0 +0,0 @@ import { LocaleId, UAString } from "node-opcua-basic-types"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum NodeClass { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BaseUAObject, StructuredTypeSchema } from "node-opcua-factory"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
/** | ||
* @module node-opcua-data-model | ||
*/ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-data-model", | ||
"version": "2.64.1", | ||
"version": "2.66.0", | ||
"description": "pure nodejs OPCUA SDK - module -data-model", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"format": "prettier --write source test", | ||
"clean": "node -e \"require('rimraf').sync('_generated_');require('rimraf').sync('dist');\"", | ||
"clean": "npx rimraf _generated_ dist *.tsbuildinfo", | ||
"coverage": "npx nyc node ../../node_modules/mocha/bin/mocha" | ||
@@ -17,13 +17,13 @@ }, | ||
"dependencies": { | ||
"node-opcua-assert": "2.64.1", | ||
"node-opcua-basic-types": "2.64.1", | ||
"node-opcua-binary-stream": "2.64.1", | ||
"node-opcua-enum": "2.64.1", | ||
"node-opcua-factory": "2.64.1", | ||
"node-opcua-nodeid": "2.64.1", | ||
"node-opcua-status-code": "2.64.1", | ||
"node-opcua-utils": "2.64.1" | ||
"node-opcua-assert": "2.66.0", | ||
"node-opcua-basic-types": "2.66.0", | ||
"node-opcua-binary-stream": "2.66.0", | ||
"node-opcua-enum": "2.66.0", | ||
"node-opcua-factory": "2.66.0", | ||
"node-opcua-nodeid": "2.66.0", | ||
"node-opcua-status-code": "2.66.0", | ||
"node-opcua-utils": "2.66.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.64.1", | ||
"node-opcua-packet-analyzer": "2.66.0", | ||
"should": "^13.2.3", | ||
@@ -47,3 +47,3 @@ "source-map-support": "^0.5.21" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c" | ||
"gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b" | ||
} |
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
161918
2981
+ Added@types/lodash@4.14.180(transitive)
+ Addednode-opcua-assert@2.66.0(transitive)
+ Addednode-opcua-basic-types@2.66.0(transitive)
+ Addednode-opcua-binary-stream@2.66.0(transitive)
+ Addednode-opcua-buffer-utils@2.66.0(transitive)
+ Addednode-opcua-constants@2.66.0(transitive)
+ Addednode-opcua-date-time@2.66.0(transitive)
+ Addednode-opcua-debug@2.66.0(transitive)
+ Addednode-opcua-enum@2.66.0(transitive)
+ Addednode-opcua-factory@2.66.0(transitive)
+ Addednode-opcua-guid@2.66.0(transitive)
+ Addednode-opcua-nodeid@2.66.0(transitive)
+ Addednode-opcua-status-code@2.66.0(transitive)
+ Addednode-opcua-utils@2.66.0(transitive)
- Removed@types/lodash@4.14.179(transitive)
- Removednode-opcua-assert@2.64.1(transitive)
- Removednode-opcua-basic-types@2.64.1(transitive)
- Removednode-opcua-binary-stream@2.64.1(transitive)
- Removednode-opcua-buffer-utils@2.64.1(transitive)
- Removednode-opcua-constants@2.64.1(transitive)
- Removednode-opcua-date-time@2.64.1(transitive)
- Removednode-opcua-debug@2.64.1(transitive)
- Removednode-opcua-enum@2.64.1(transitive)
- Removednode-opcua-factory@2.64.1(transitive)
- Removednode-opcua-guid@2.64.1(transitive)
- Removednode-opcua-nodeid@2.64.1(transitive)
- Removednode-opcua-status-code@2.64.1(transitive)
- Removednode-opcua-utils@2.64.1(transitive)
Updatednode-opcua-assert@2.66.0
Updatednode-opcua-enum@2.66.0
Updatednode-opcua-factory@2.66.0
Updatednode-opcua-nodeid@2.66.0
Updatednode-opcua-utils@2.66.0