node-opcua-address-space
Advanced tools
Comparing version 2.119.2 to 2.120.0
@@ -203,3 +203,3 @@ "use strict"; | ||
this.maxTimeShelved?.setValueFromSource({ | ||
dataType: "Duration", | ||
dataType: "Duration", // <= Duration is basic Type Double! ( milliseconds) | ||
value: duration | ||
@@ -206,0 +206,0 @@ }); |
@@ -120,3 +120,3 @@ "use strict"; | ||
const enumStringsNode = namespace.addVariable({ | ||
accessLevel: "CurrentRead", | ||
accessLevel: "CurrentRead", // | CurrentWrite", | ||
browseName: { name: "EnumStrings", namespaceIndex: 0 }, | ||
@@ -128,3 +128,3 @@ dataType: "LocalizedText", | ||
typeDefinition: "PropertyType", | ||
userAccessLevel: "CurrentRead", | ||
userAccessLevel: "CurrentRead", // CurrentWrite", | ||
value: new node_opcua_variant_1.Variant({ | ||
@@ -131,0 +131,0 @@ arrayType: node_opcua_variant_1.VariantArrayType.Array, |
@@ -460,3 +460,3 @@ "use strict"; | ||
value: fromStateNode ? fromStateNode.displayName[0] : "" | ||
}, | ||
}, // StateVariableType | ||
"fromState.id": fromStateNode | ||
@@ -470,3 +470,3 @@ ? fromStateNode.stateNumber.readValue().value | ||
value: toStateNode.displayName[0] | ||
}, | ||
}, // StateVariableType | ||
"toState.id": toStateNode.stateNumber.readValue().value | ||
@@ -473,0 +473,0 @@ }); |
@@ -246,3 +246,3 @@ "use strict"; | ||
value: { | ||
dataType: node_opcua_variant_1.DataType.Double, | ||
dataType: node_opcua_variant_1.DataType.Double, // duration | ||
value: timeToAutomaticUnshelvedState | ||
@@ -249,0 +249,0 @@ } |
@@ -48,3 +48,3 @@ "use strict"; | ||
highLimit: 0.8, | ||
inputNode: tankLevel, | ||
inputNode: tankLevel, // the variable that will be monitored for change | ||
lowLimit: 0.2, | ||
@@ -101,3 +101,3 @@ optionals: [ | ||
highLimit: 0.8, | ||
inputNode: tankLevel2, | ||
inputNode: tankLevel2, // the variable that will be monitored for change | ||
lowLimit: 0.2, | ||
@@ -104,0 +104,0 @@ optionals: [ |
{ | ||
"name": "node-opcua-address-space", | ||
"version": "2.119.2", | ||
"version": "2.120.0", | ||
"description": "pure nodejs OPCUA SDK - module address-space", | ||
@@ -25,32 +25,32 @@ "main": "./dist/src/index_current.js", | ||
"lodash": "4.17.21", | ||
"node-opcua-address-space-base": "2.119.2", | ||
"node-opcua-assert": "2.105.0", | ||
"node-opcua-basic-types": "2.119.0", | ||
"node-opcua-binary-stream": "2.117.0", | ||
"node-opcua-client-dynamic-extension-object": "2.119.2", | ||
"node-opcua-constants": "2.114.0", | ||
"node-opcua-crypto": "4.6.2", | ||
"node-opcua-data-access": "2.119.2", | ||
"node-opcua-data-model": "2.119.0", | ||
"node-opcua-data-value": "2.119.0", | ||
"node-opcua-date-time": "2.118.0", | ||
"node-opcua-debug": "2.118.0", | ||
"node-opcua-enum": "2.117.0", | ||
"node-opcua-extension-object": "2.119.0", | ||
"node-opcua-factory": "2.119.0", | ||
"node-opcua-nodeid": "2.118.0", | ||
"node-opcua-nodeset-ua": "2.119.2", | ||
"node-opcua-numeric-range": "2.119.0", | ||
"node-opcua-object-registry": "2.118.0", | ||
"node-opcua-pseudo-session": "2.119.2", | ||
"node-opcua-service-browse": "2.119.2", | ||
"node-opcua-service-call": "2.119.2", | ||
"node-opcua-service-history": "2.119.2", | ||
"node-opcua-service-translate-browse-path": "2.119.2", | ||
"node-opcua-service-write": "2.119.2", | ||
"node-opcua-status-code": "2.117.0", | ||
"node-opcua-types": "2.119.2", | ||
"node-opcua-utils": "2.117.0", | ||
"node-opcua-variant": "2.119.0", | ||
"node-opcua-xml2json": "2.119.2", | ||
"node-opcua-address-space-base": "2.120.0", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-basic-types": "2.120.0", | ||
"node-opcua-binary-stream": "2.120.0", | ||
"node-opcua-client-dynamic-extension-object": "2.120.0", | ||
"node-opcua-constants": "2.120.0", | ||
"node-opcua-crypto": "4.7.0", | ||
"node-opcua-data-access": "2.120.0", | ||
"node-opcua-data-model": "2.120.0", | ||
"node-opcua-data-value": "2.120.0", | ||
"node-opcua-date-time": "2.120.0", | ||
"node-opcua-debug": "2.120.0", | ||
"node-opcua-enum": "2.120.0", | ||
"node-opcua-extension-object": "2.120.0", | ||
"node-opcua-factory": "2.120.0", | ||
"node-opcua-nodeid": "2.120.0", | ||
"node-opcua-nodeset-ua": "2.120.0", | ||
"node-opcua-numeric-range": "2.120.0", | ||
"node-opcua-object-registry": "2.120.0", | ||
"node-opcua-pseudo-session": "2.120.0", | ||
"node-opcua-service-browse": "2.120.0", | ||
"node-opcua-service-call": "2.120.0", | ||
"node-opcua-service-history": "2.120.0", | ||
"node-opcua-service-translate-browse-path": "2.120.0", | ||
"node-opcua-service-write": "2.120.0", | ||
"node-opcua-status-code": "2.120.0", | ||
"node-opcua-types": "2.120.0", | ||
"node-opcua-utils": "2.120.0", | ||
"node-opcua-variant": "2.120.0", | ||
"node-opcua-xml2json": "2.120.0", | ||
"semver": "^7.5.4", | ||
@@ -63,8 +63,8 @@ "set-prototype-of": "^1.0.0", | ||
"mocha": "^10.2.0", | ||
"node-opcua-benchmarker": "2.117.0", | ||
"node-opcua-leak-detector": "2.118.0", | ||
"node-opcua-nodesets": "2.119.2", | ||
"node-opcua-packet-analyzer": "2.119.0", | ||
"node-opcua-service-filter": "2.119.2", | ||
"node-opcua-test-fixtures": "2.119.2", | ||
"node-opcua-benchmarker": "2.120.0", | ||
"node-opcua-leak-detector": "2.120.0", | ||
"node-opcua-nodesets": "2.120.0", | ||
"node-opcua-packet-analyzer": "2.120.0", | ||
"node-opcua-service-filter": "2.120.0", | ||
"node-opcua-test-fixtures": "2.120.0", | ||
"should": "^13.2.3", | ||
@@ -89,3 +89,3 @@ "sinon": "^17.0.1", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "cb434af1ed2fbe463822898df4addc2711abc462", | ||
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983", | ||
"files": [ | ||
@@ -92,0 +92,0 @@ "dist", |
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
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
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
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
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
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
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
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
3723709
+ Addedjsrsasign@11.1.0(transitive)
+ Addednode-opcua-address-space-base@2.120.0(transitive)
+ Addednode-opcua-assert@2.120.0(transitive)
+ Addednode-opcua-basic-types@2.120.0(transitive)
+ Addednode-opcua-binary-stream@2.120.0(transitive)
+ Addednode-opcua-buffer-utils@2.120.0(transitive)
+ Addednode-opcua-client-dynamic-extension-object@2.120.0(transitive)
+ Addednode-opcua-constants@2.120.0(transitive)
+ Addednode-opcua-crypto@4.7.0(transitive)
+ Addednode-opcua-data-access@2.120.0(transitive)
+ Addednode-opcua-data-model@2.120.0(transitive)
+ Addednode-opcua-data-value@2.120.0(transitive)
+ Addednode-opcua-date-time@2.120.0(transitive)
+ Addednode-opcua-debug@2.120.0(transitive)
+ Addednode-opcua-enum@2.120.0(transitive)
+ Addednode-opcua-extension-object@2.120.0(transitive)
+ Addednode-opcua-factory@2.120.0(transitive)
+ Addednode-opcua-generator@2.120.0(transitive)
+ Addednode-opcua-guid@2.120.0(transitive)
+ Addednode-opcua-nodeid@2.120.0(transitive)
+ Addednode-opcua-nodeset-ua@2.120.0(transitive)
+ Addednode-opcua-numeric-range@2.120.0(transitive)
+ Addednode-opcua-object-registry@2.120.0(transitive)
+ Addednode-opcua-pseudo-session@2.120.0(transitive)
+ Addednode-opcua-schemas@2.120.0(transitive)
+ Addednode-opcua-service-browse@2.120.0(transitive)
+ Addednode-opcua-service-call@2.120.0(transitive)
+ Addednode-opcua-service-filter@2.120.0(transitive)
+ Addednode-opcua-service-history@2.120.0(transitive)
+ Addednode-opcua-service-read@2.120.0(transitive)
+ Addednode-opcua-service-secure-channel@2.120.0(transitive)
+ Addednode-opcua-service-subscription@2.120.0(transitive)
+ Addednode-opcua-service-translate-browse-path@2.120.0(transitive)
+ Addednode-opcua-service-write@2.120.0(transitive)
+ Addednode-opcua-status-code@2.120.0(transitive)
+ Addednode-opcua-types@2.120.0(transitive)
+ Addednode-opcua-utils@2.120.0(transitive)
+ Addednode-opcua-variant@2.120.0(transitive)
+ Addednode-opcua-xml2json@2.120.0(transitive)
- Removedjsrsasign@10.9.0(transitive)
- Removednode-opcua-address-space-base@2.119.2(transitive)
- Removednode-opcua-assert@2.105.0(transitive)
- Removednode-opcua-basic-types@2.119.0(transitive)
- Removednode-opcua-binary-stream@2.117.0(transitive)
- Removednode-opcua-buffer-utils@2.117.0(transitive)
- Removednode-opcua-client-dynamic-extension-object@2.119.2(transitive)
- Removednode-opcua-constants@2.114.0(transitive)
- Removednode-opcua-crypto@4.6.2(transitive)
- Removednode-opcua-data-access@2.119.2(transitive)
- Removednode-opcua-data-model@2.119.0(transitive)
- Removednode-opcua-data-value@2.119.0(transitive)
- Removednode-opcua-date-time@2.118.0(transitive)
- Removednode-opcua-debug@2.118.0(transitive)
- Removednode-opcua-enum@2.117.0(transitive)
- Removednode-opcua-extension-object@2.119.0(transitive)
- Removednode-opcua-factory@2.119.0(transitive)
- Removednode-opcua-generator@2.119.2(transitive)
- Removednode-opcua-guid@2.98.1(transitive)
- Removednode-opcua-nodeid@2.118.0(transitive)
- Removednode-opcua-nodeset-ua@2.119.2(transitive)
- Removednode-opcua-numeric-range@2.119.0(transitive)
- Removednode-opcua-object-registry@2.118.0(transitive)
- Removednode-opcua-pseudo-session@2.119.2(transitive)
- Removednode-opcua-schemas@2.119.2(transitive)
- Removednode-opcua-service-browse@2.119.2(transitive)
- Removednode-opcua-service-call@2.119.2(transitive)
- Removednode-opcua-service-filter@2.119.2(transitive)
- Removednode-opcua-service-history@2.119.2(transitive)
- Removednode-opcua-service-read@2.119.2(transitive)
- Removednode-opcua-service-secure-channel@2.119.2(transitive)
- Removednode-opcua-service-subscription@2.119.2(transitive)
- Removednode-opcua-service-translate-browse-path@2.119.2(transitive)
- Removednode-opcua-service-write@2.119.2(transitive)
- Removednode-opcua-status-code@2.117.0(transitive)
- Removednode-opcua-types@2.119.2(transitive)
- Removednode-opcua-utils@2.117.0(transitive)
- Removednode-opcua-variant@2.119.0(transitive)
- Removednode-opcua-xml2json@2.119.2(transitive)
Updatednode-opcua-assert@2.120.0
Updatednode-opcua-constants@2.120.0
Updatednode-opcua-crypto@4.7.0
Updatednode-opcua-date-time@2.120.0
Updatednode-opcua-debug@2.120.0
Updatednode-opcua-enum@2.120.0
Updatednode-opcua-factory@2.120.0
Updatednode-opcua-nodeid@2.120.0
Updatednode-opcua-types@2.120.0
Updatednode-opcua-utils@2.120.0
Updatednode-opcua-variant@2.120.0
Updatednode-opcua-xml2json@2.120.0