node-opcua-address-space 2.105.0 → 2.105.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-address-space",
3
- "version": "2.105.0",
3
+ "version": "2.105.1",
4
4
  "description": "pure nodejs OPCUA SDK - module address-space",
5
5
  "main": "./dist/src/index_current.js",
6
6
  "types": "./dist/source/index.d.ts",
@@ -84,7 +84,7 @@
84
84
  "internet of things"
85
85
  ],
86
86
  "homepage": "http://node-opcua.github.io/",
87
- "gitHead": "41c30f321debfe92128905d97a52426b9d7f9b9e",
87
+ "gitHead": "049e61e271b2681cd8d4102e3fba942becab70ae",
88
88
  "files": [
89
89
  "dist",
90
90
  "distHelpers",
@@ -1554,7 +1554,7 @@ export class UAVariableImpl extends BaseNodeImpl implements UAVariable {
1554
1554
  return _bindExtensionObject(this, optionalExtensionObject, options) as ExtensionObject;
1555
1555
  }
1556
1556
  }
1557
- assert(optionalExtensionObject === undefined);
1557
+ assert(optionalExtensionObject === undefined || optionalExtensionObject === null);
1558
1558
  if (this.valueRank === -1) {
1559
1559
  return _bindExtensionObject(this, undefined, options) as ExtensionObject;
1560
1560
  } else if (this.valueRank === 1) {