node-opcua-modeler 2.65.1 → 2.66.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.
package/dist/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,0CAAwB;AACxB,uDAAqC;AACrC,uDAAqC;AACrC,yDAAuC;AACvC,sDAAoC;AACpC,+DAA6C;AAC7C,2CAAyB;AACzB,2CAAyB;AACzB,0DAAwC;AACxC,gDAA8B;AAE9B,EAAE;AACF,2DAAyC;AACzC,sDAAoC;AACpC,qDAAmC;AACnC,oDAAkC;AAClC,wDAAsC;AACtC,oDAAkC;AAClC,2DAAyC;AACzC,yDAAuC;AACvC,yDAAuC;AACvC,uDAAqC;AACrC,oDAAkC;AAClC,2EAAyD;AAEzD,6DAAwI;AAA/H,iHAAA,SAAS,OAAA;AAAE,mHAAA,WAAW,OAAA;AAAE,wHAAA,gBAAgB,OAAA;AAAE,mHAAA,WAAW,OAAA;AAAE,uHAAA,eAAe,OAAA;AAAE,qHAAA,aAAa,OAAA;AAAE,iHAAA,SAAS,OAAA;AAEzG,qDAM0B;AALtB,sHAAA,kBAAkB,OAAA;AAClB,kHAAA,cAAc,OAAA;AAEd,uHAAA,mBAAmB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,uDAAqC;AACrC,uDAAqC;AACrC,yDAAuC;AACvC,sDAAoC;AACpC,+DAA6C;AAC7C,2CAAyB;AACzB,2CAAyB;AACzB,0DAAwC;AACxC,gDAA8B;AAE9B,EAAE;AACF,2DAAyC;AACzC,sDAAoC;AACpC,qDAAmC;AACnC,oDAAkC;AAClC,wDAAsC;AACtC,oDAAkC;AAClC,2DAAyC;AACzC,yDAAuC;AACvC,yDAAuC;AACvC,uDAAqC;AACrC,oDAAkC;AAClC,2EAAyD;AAEzD,6DAAwI;AAA/H,iHAAA,SAAS,OAAA;AAAE,mHAAA,WAAW,OAAA;AAAE,wHAAA,gBAAgB,OAAA;AAAE,mHAAA,WAAW,OAAA;AAAE,uHAAA,eAAe,OAAA;AAAE,qHAAA,aAAa,OAAA;AAAE,iHAAA,SAAS,OAAA;AAEzG,qDAM0B;AALtB,sHAAA,kBAAkB,OAAA;AAClB,kHAAA,cAAc,OAAA;AAEd,uHAAA,mBAAmB,OAAA"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../source_nodejs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,gDAA8B;AAC9B,gEAA8C;AAC9C,qCAAmB;AACnB,0DAAsE;AAA7D,8GAAA,oBAAoB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../source_nodejs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,gDAA8B;AAC9B,gEAA8C;AAC9C,qCAAmB;AACnB,0DAAsE;AAA7D,8GAAA,oBAAoB,OAAA"}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "node-opcua-modeler",
3
- "version": "2.65.1",
3
+ "version": "2.66.0",
4
4
  "description": "pure nodejs OPCUA SDK - module - model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsc -b",
9
- "clean": "node -e \"require('rimraf').sync('dist');\"",
9
+ "clean": "npx rimraf dist *.tsbuildinfo",
10
10
  "test": "mocha"
11
11
  },
12
12
  "author": "Etienne Rossignon",
@@ -15,25 +15,25 @@
15
15
  "chalk": "4.1.2",
16
16
  "cli-table3": "^0.6.1",
17
17
  "csv-parse": "5.0.4",
18
- "node-opcua-address-space": "2.65.1",
19
- "node-opcua-assert": "2.64.1",
20
- "node-opcua-basic-types": "2.64.1",
21
- "node-opcua-client-dynamic-extension-object": "2.65.1",
22
- "node-opcua-constants": "2.64.1",
23
- "node-opcua-data-model": "2.64.1",
24
- "node-opcua-factory": "2.64.1",
25
- "node-opcua-nodeid": "2.64.1",
26
- "node-opcua-nodesets": "2.64.1",
27
- "node-opcua-numeric-range": "2.64.1",
28
- "node-opcua-schemas": "2.64.1",
29
- "node-opcua-service-translate-browse-path": "2.65.1",
30
- "node-opcua-status-code": "2.64.1",
31
- "node-opcua-types": "2.65.1",
32
- "node-opcua-variant": "2.64.1",
33
- "node-opcua-xml2json": "2.64.1"
18
+ "node-opcua-address-space": "2.66.0",
19
+ "node-opcua-assert": "2.66.0",
20
+ "node-opcua-basic-types": "2.66.0",
21
+ "node-opcua-client-dynamic-extension-object": "2.66.0",
22
+ "node-opcua-constants": "2.66.0",
23
+ "node-opcua-data-model": "2.66.0",
24
+ "node-opcua-factory": "2.66.0",
25
+ "node-opcua-nodeid": "2.66.0",
26
+ "node-opcua-nodesets": "2.66.0",
27
+ "node-opcua-numeric-range": "2.66.0",
28
+ "node-opcua-schemas": "2.66.0",
29
+ "node-opcua-service-translate-browse-path": "2.66.0",
30
+ "node-opcua-status-code": "2.66.0",
31
+ "node-opcua-types": "2.66.0",
32
+ "node-opcua-variant": "2.66.0",
33
+ "node-opcua-xml2json": "2.66.0"
34
34
  },
35
35
  "devDependencies": {
36
- "node-opcua-leak-detector": "2.64.1",
36
+ "node-opcua-leak-detector": "2.66.0",
37
37
  "should": "^13.2.3"
38
38
  },
39
39
  "repository": {
@@ -49,5 +49,5 @@
49
49
  "internet of things"
50
50
  ],
51
51
  "homepage": "http://node-opcua.github.io/",
52
- "gitHead": "494c1a72df17756dafa8661648d7ae4d89be89ea"
52
+ "gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b"
53
53
  }