node-opcua-data-model 2.133.0 → 2.134.0

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.
@@ -1,3 +1,4 @@
1
1
  /**
2
2
  * @module node-opcua-data-model
3
3
  */
4
+ export {};
package/dist/time_zone.js CHANGED
@@ -3,6 +3,7 @@
3
3
  * @module node-opcua-data-model
4
4
  */
5
5
  // tslint:disable:no-bitwise
6
+ Object.defineProperty(exports, "__esModule", { value: true });
6
7
  /*
7
8
  * This Structured DataType defines the local time that may or may not take daylight saving time
8
9
  * into account. Its elements are described in Table 24.
@@ -1 +1 @@
1
- {"version":3,"file":"time_zone.js","sourceRoot":"","sources":["../source/time_zone.ts"],"names":[],"mappings":";AAAA;;GAEG;AACH,4BAA4B;AAE5B;;;;;;;;;;;GAWG;AACH,4FAA4F"}
1
+ {"version":3,"file":"time_zone.js","sourceRoot":"","sources":["../source/time_zone.ts"],"names":[],"mappings":";AAAA;;GAEG;AACH,4BAA4B;;AAE5B;;;;;;;;;;;GAWG;AACH,4FAA4F"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  // deprecated
3
4
  //# sourceMappingURL=write_mask.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"write_mask.js","sourceRoot":"","sources":["../source/write_mask.ts"],"names":[],"mappings":";AAAA,aAAa"}
1
+ {"version":3,"file":"write_mask.js","sourceRoot":"","sources":["../source/write_mask.ts"],"names":[],"mappings":";;AAAA,aAAa"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-data-model",
3
- "version": "2.133.0",
3
+ "version": "2.134.0",
4
4
  "description": "pure nodejs OPCUA SDK - module data-model",
5
5
  "scripts": {
6
6
  "build": "tsc -b",
@@ -14,15 +14,15 @@
14
14
  "types": "./dist/index.d.ts",
15
15
  "dependencies": {
16
16
  "node-opcua-assert": "2.120.0",
17
- "node-opcua-basic-types": "2.133.0",
17
+ "node-opcua-basic-types": "2.134.0",
18
18
  "node-opcua-binary-stream": "2.133.0",
19
19
  "node-opcua-enum": "2.133.0",
20
- "node-opcua-factory": "2.133.0",
20
+ "node-opcua-factory": "2.134.0",
21
21
  "node-opcua-nodeid": "2.133.0",
22
22
  "node-opcua-status-code": "2.133.0"
23
23
  },
24
24
  "devDependencies": {
25
- "node-opcua-packet-analyzer": "2.133.0"
25
+ "node-opcua-packet-analyzer": "2.134.0"
26
26
  },
27
27
  "author": "Etienne Rossignon",
28
28
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  "internet of things"
40
40
  ],
41
41
  "homepage": "http://node-opcua.github.io/",
42
- "gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
42
+ "gitHead": "ccb34926a3c195f6a7e66fca58a2f101858e78be",
43
43
  "files": [
44
44
  "dist",
45
45
  "source"