node-opcua-variant
Advanced tools
Comparing version 2.76.2 to 2.77.0
/// <reference types="node" /> | ||
import { BaseUAObject, StructuredTypeSchema, DecodeDebugOptions } from "node-opcua-factory"; | ||
import { BaseUAObject, DecodeDebugOptions } from "node-opcua-factory"; | ||
import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
@@ -22,3 +22,3 @@ import { DataType } from "./DataType_enum"; | ||
static maxArrayLength: number; | ||
static schema: StructuredTypeSchema; | ||
static schema: import("node-opcua-factory").IStructuredTypeSchema; | ||
static coerce: typeof _coerceVariant; | ||
@@ -25,0 +25,0 @@ static computer_default_value: () => Variant; |
{ | ||
"name": "node-opcua-variant", | ||
"version": "2.76.2", | ||
"version": "2.77.0", | ||
"description": "pure nodejs OPCUA SDK - module -variant", | ||
@@ -12,13 +12,13 @@ "main": "./dist/index.js", | ||
"format": "prettier --write source test", | ||
"clean": "npx rimraf dist *.tsbuildinfo" | ||
"clean": "npx rimraf node_modules dist *.tsbuildinfo" | ||
}, | ||
"dependencies": { | ||
"node-opcua-assert": "2.76.0", | ||
"node-opcua-basic-types": "2.76.2", | ||
"node-opcua-binary-stream": "2.76.2", | ||
"node-opcua-data-model": "2.76.2", | ||
"node-opcua-enum": "2.76.2", | ||
"node-opcua-factory": "2.76.2", | ||
"node-opcua-nodeid": "2.76.2", | ||
"node-opcua-utils": "2.76.0" | ||
"node-opcua-assert": "2.77.0", | ||
"node-opcua-basic-types": "2.77.0", | ||
"node-opcua-binary-stream": "2.77.0", | ||
"node-opcua-data-model": "2.77.0", | ||
"node-opcua-enum": "2.77.0", | ||
"node-opcua-factory": "2.77.0", | ||
"node-opcua-nodeid": "2.77.0", | ||
"node-opcua-utils": "2.77.0" | ||
}, | ||
@@ -29,8 +29,8 @@ "devDependencies": { | ||
"lodash": "4.17.21", | ||
"node-opcua-benchmarker": "2.76.2", | ||
"node-opcua-debug": "2.76.2", | ||
"node-opcua-extension-object": "2.76.2", | ||
"node-opcua-numeric-range": "2.76.2", | ||
"node-opcua-packet-analyzer": "2.76.2", | ||
"node-opcua-status-code": "2.76.2", | ||
"node-opcua-benchmarker": "2.77.0", | ||
"node-opcua-debug": "2.77.0", | ||
"node-opcua-extension-object": "2.77.0", | ||
"node-opcua-numeric-range": "2.77.0", | ||
"node-opcua-packet-analyzer": "2.77.0", | ||
"node-opcua-status-code": "2.77.0", | ||
"should": "^13.2.3", | ||
@@ -54,3 +54,3 @@ "underscore": "^1.13.4" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "acb5ecaf1e1c71af3b63e80909d58447f3f298e7" | ||
"gitHead": "5c8d45772d786fa4ba59369dd26679353ab5482b" | ||
} |
@@ -32,3 +32,2 @@ /** | ||
registerSpecialVariantEncoder, | ||
StructuredTypeSchema, | ||
registerType, | ||
@@ -45,3 +44,3 @@ DecodeDebugOptions | ||
const schemaVariant: StructuredTypeSchema = buildStructuredType({ | ||
const schemaVariant = buildStructuredType({ | ||
baseType: "BaseUAObject", | ||
@@ -48,0 +47,0 @@ fields: [ |
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
139990
2447
+ Addednode-opcua-assert@2.77.0(transitive)
+ Addednode-opcua-basic-types@2.77.0(transitive)
+ Addednode-opcua-binary-stream@2.77.0(transitive)
+ Addednode-opcua-buffer-utils@2.77.0(transitive)
+ Addednode-opcua-constants@2.77.0(transitive)
+ Addednode-opcua-data-model@2.77.0(transitive)
+ Addednode-opcua-date-time@2.77.0(transitive)
+ Addednode-opcua-debug@2.77.0(transitive)
+ Addednode-opcua-enum@2.77.0(transitive)
+ Addednode-opcua-factory@2.77.0(transitive)
+ Addednode-opcua-guid@2.77.0(transitive)
+ Addednode-opcua-nodeid@2.77.0(transitive)
+ Addednode-opcua-status-code@2.77.0(transitive)
+ Addednode-opcua-utils@2.77.0(transitive)
- Removednode-opcua-assert@2.76.0(transitive)
- Removednode-opcua-basic-types@2.76.2(transitive)
- Removednode-opcua-binary-stream@2.76.2(transitive)
- Removednode-opcua-buffer-utils@2.76.2(transitive)
- Removednode-opcua-constants@2.74.0(transitive)
- Removednode-opcua-data-model@2.76.2(transitive)
- Removednode-opcua-date-time@2.76.2(transitive)
- Removednode-opcua-debug@2.76.2(transitive)
- Removednode-opcua-enum@2.76.2(transitive)
- Removednode-opcua-factory@2.76.2(transitive)
- Removednode-opcua-guid@2.76.2(transitive)
- Removednode-opcua-nodeid@2.76.2(transitive)
- Removednode-opcua-status-code@2.76.2(transitive)
- Removednode-opcua-utils@2.76.0(transitive)
Updatednode-opcua-assert@2.77.0
Updatednode-opcua-data-model@2.77.0
Updatednode-opcua-enum@2.77.0
Updatednode-opcua-factory@2.77.0
Updatednode-opcua-nodeid@2.77.0
Updatednode-opcua-utils@2.77.0