node-opcua-client 2.62.6 → 2.62.7

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.d.ts CHANGED
@@ -51,5 +51,5 @@ export * from "node-opcua-service-subscription";
51
51
  export * from "node-opcua-service-translate-browse-path";
52
52
  export * from "node-opcua-service-write";
53
53
  export * from "node-opcua-service-filter";
54
- export { IBasicSession, browseAll } from "node-opcua-pseudo-session";
54
+ export { IBasicSession, browseAll, readNamespaceArray } from "node-opcua-pseudo-session";
55
55
  export * from "node-opcua-client-dynamic-extension-object";
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
13
13
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
14
14
  };
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.browseAll = exports.makeApplicationUrn = exports.StatusCodes = exports.StatusCode = exports.coerceExpandedNodeId = exports.makeExpandedNodeId = exports.ExpandedNodeId = exports.sameNodeId = exports.coerceNodeId = exports.makeNodeId = exports.resolveNodeId = exports.NodeId = exports.hexDump = exports.crypto_utils = exports.utils = exports.ClientSecureChannelLayer = exports.SecurityPolicy = exports.ServiceCounterDataType = exports.ServerState = exports.ClientSidePublishEngine = exports.assert = void 0;
16
+ exports.readNamespaceArray = exports.browseAll = exports.makeApplicationUrn = exports.StatusCodes = exports.StatusCode = exports.coerceExpandedNodeId = exports.makeExpandedNodeId = exports.ExpandedNodeId = exports.sameNodeId = exports.coerceNodeId = exports.makeNodeId = exports.resolveNodeId = exports.NodeId = exports.hexDump = exports.crypto_utils = exports.utils = exports.ClientSecureChannelLayer = exports.SecurityPolicy = exports.ServiceCounterDataType = exports.ServerState = exports.ClientSidePublishEngine = exports.assert = void 0;
17
17
  __exportStar(require("./client_base"), exports);
18
18
  __exportStar(require("./opcua_client"), exports);
19
19
  __exportStar(require("./client_session"), exports);
@@ -85,5 +85,6 @@ __exportStar(require("node-opcua-service-write"), exports);
85
85
  __exportStar(require("node-opcua-service-filter"), exports);
86
86
  var node_opcua_pseudo_session_1 = require("node-opcua-pseudo-session");
87
87
  Object.defineProperty(exports, "browseAll", { enumerable: true, get: function () { return node_opcua_pseudo_session_1.browseAll; } });
88
+ Object.defineProperty(exports, "readNamespaceArray", { enumerable: true, get: function () { return node_opcua_pseudo_session_1.readNamespaceArray; } });
88
89
  __exportStar(require("node-opcua-client-dynamic-extension-object"), exports);
89
90
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,+DAA6C;AAC7C,0DAAwC;AACxC,gEAA8C;AAC9C,uEAAqD;AACrD,uEAAqD;AACrD,4EAA0D;AAC1D,6EAA2D;AAC3D,oGAAkF;AAClF,wFAAsE;AACtE,wGAAsF;AACtF,sDAAoC;AACpC,2EAAyD;AACzD,iDAA+B;AAC/B,2CAAyB;AAEzB,uDAA2C;AAAlC,2GAAA,MAAM,OAAA;AACf,mDAAiC;AAEjC,yEAA0E;AAAjE,gIAAA,uBAAuB,OAAA;AAEhC,uDAAwE;AAA/D,gHAAA,WAAW,OAAA;AAAE,2HAAA,sBAAsB,OAAA;AAE5C,uEAAgH;AAAvG,2HAAA,cAAc,OAAA;AAAE,qIAAA,wBAAwB,OAAA;AAEjD,2CAA2C;AAC9B,QAAA,KAAK,GAAG,MAAM,CAAC;AAE5B,kDAAkD;AACrC,QAAA,YAAY,GAAG,YAAY,CAAC;AAEzC,qDAA2C;AAAlC,2GAAA,OAAO,OAAA;AAEhB,GAAG;AACH,uDAS2B;AARvB,2GAAA,MAAM,OAAA;AACN,kHAAA,aAAa,OAAA;AACb,+GAAA,UAAU,OAAA;AACV,iHAAA,YAAY,OAAA;AACZ,+GAAA,UAAU,OAAA;AACV,mHAAA,cAAc,OAAA;AACd,uHAAA,kBAAkB,OAAA;AAClB,yHAAA,oBAAoB,OAAA;AAExB,iEAAiE;AAAxD,oHAAA,UAAU,OAAA;AAAE,qHAAA,WAAW,OAAA;AAChC,qDAAmC;AACnC,wDAAsC;AACtC,wDAAsC;AACtC,uDAAqC;AACrC,4DAA0C;AAC1C,uDAAuD;AAA9C,uHAAA,kBAAkB,OAAA;AAE3B,+DAA6C;AAC7C,4DAA0C;AAC1C,0DAAwC;AACxC,+DAA6C;AAC7C,+DAA6C;AAC7C,6DAA2C;AAC3C,2DAAyC;AACzC,0DAAwC;AACxC,oEAAkD;AAClD,6DAA2C;AAC3C,kEAAgD;AAChD,2EAAyD;AACzD,2DAAyC;AACzC,4DAA0C;AAC1C,uEAAqE;AAA7C,sHAAA,SAAS,OAAA;AACjC,6EAA2D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,+DAA6C;AAC7C,0DAAwC;AACxC,gEAA8C;AAC9C,uEAAqD;AACrD,uEAAqD;AACrD,4EAA0D;AAC1D,6EAA2D;AAC3D,oGAAkF;AAClF,wFAAsE;AACtE,wGAAsF;AACtF,sDAAoC;AACpC,2EAAyD;AACzD,iDAA+B;AAC/B,2CAAyB;AAEzB,uDAA2C;AAAlC,2GAAA,MAAM,OAAA;AACf,mDAAiC;AAEjC,yEAA0E;AAAjE,gIAAA,uBAAuB,OAAA;AAEhC,uDAAwE;AAA/D,gHAAA,WAAW,OAAA;AAAE,2HAAA,sBAAsB,OAAA;AAE5C,uEAAgH;AAAvG,2HAAA,cAAc,OAAA;AAAE,qIAAA,wBAAwB,OAAA;AAEjD,2CAA2C;AAC9B,QAAA,KAAK,GAAG,MAAM,CAAC;AAE5B,kDAAkD;AACrC,QAAA,YAAY,GAAG,YAAY,CAAC;AAEzC,qDAA2C;AAAlC,2GAAA,OAAO,OAAA;AAEhB,GAAG;AACH,uDAS2B;AARvB,2GAAA,MAAM,OAAA;AACN,kHAAA,aAAa,OAAA;AACb,+GAAA,UAAU,OAAA;AACV,iHAAA,YAAY,OAAA;AACZ,+GAAA,UAAU,OAAA;AACV,mHAAA,cAAc,OAAA;AACd,uHAAA,kBAAkB,OAAA;AAClB,yHAAA,oBAAoB,OAAA;AAExB,iEAAiE;AAAxD,oHAAA,UAAU,OAAA;AAAE,qHAAA,WAAW,OAAA;AAChC,qDAAmC;AACnC,wDAAsC;AACtC,wDAAsC;AACtC,uDAAqC;AACrC,4DAA0C;AAC1C,uDAAuD;AAA9C,uHAAA,kBAAkB,OAAA;AAE3B,+DAA6C;AAC7C,4DAA0C;AAC1C,0DAAwC;AACxC,+DAA6C;AAC7C,+DAA6C;AAC7C,6DAA2C;AAC3C,2DAAyC;AACzC,0DAAwC;AACxC,oEAAkD;AAClD,6DAA2C;AAC3C,kEAAgD;AAChD,2EAAyD;AACzD,2DAAyC;AACzC,4DAA0C;AAC1C,uEAAyF;AAAjE,sHAAA,SAAS,OAAA;AAAE,+HAAA,kBAAkB,OAAA;AACrD,6EAA2D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-client",
3
- "version": "2.62.6",
3
+ "version": "2.62.7",
4
4
  "description": "pure nodejs OPCUA SDK - module -client",
5
5
  "scripts": {
6
6
  "clean": "node -e \"require('rimraf').sync('certificates');\" && node -e \"require('rimraf').sync('dist');\"",
@@ -22,54 +22,54 @@
22
22
  "chalk": "4.1.2",
23
23
  "delayed": "^2.0.0",
24
24
  "node-opcua-assert": "2.55.0",
25
- "node-opcua-basic-types": "2.62.6",
26
- "node-opcua-buffer-utils": "2.62.5",
27
- "node-opcua-certificate-manager": "2.62.6",
28
- "node-opcua-client-dynamic-extension-object": "2.62.6",
29
- "node-opcua-common": "2.62.6",
30
- "node-opcua-constants": "2.52.0",
25
+ "node-opcua-basic-types": "2.62.7",
26
+ "node-opcua-buffer-utils": "2.62.7",
27
+ "node-opcua-certificate-manager": "2.62.7",
28
+ "node-opcua-client-dynamic-extension-object": "2.62.7",
29
+ "node-opcua-common": "2.62.7",
30
+ "node-opcua-constants": "2.62.7",
31
31
  "node-opcua-crypto": "^1.7.5",
32
- "node-opcua-data-model": "2.62.6",
33
- "node-opcua-data-value": "2.62.6",
34
- "node-opcua-date-time": "2.62.6",
35
- "node-opcua-debug": "2.62.6",
36
- "node-opcua-extension-object": "2.62.6",
37
- "node-opcua-hostname": "2.55.0",
38
- "node-opcua-nodeid": "2.62.6",
39
- "node-opcua-object-registry": "2.62.6",
32
+ "node-opcua-data-model": "2.62.7",
33
+ "node-opcua-data-value": "2.62.7",
34
+ "node-opcua-date-time": "2.62.7",
35
+ "node-opcua-debug": "2.62.7",
36
+ "node-opcua-extension-object": "2.62.7",
37
+ "node-opcua-hostname": "2.62.7",
38
+ "node-opcua-nodeid": "2.62.7",
39
+ "node-opcua-object-registry": "2.62.7",
40
40
  "node-opcua-pki": "^2.13.0",
41
- "node-opcua-pseudo-session": "2.62.6",
42
- "node-opcua-schemas": "2.62.6",
43
- "node-opcua-secure-channel": "2.62.6",
44
- "node-opcua-service-browse": "2.62.6",
45
- "node-opcua-service-call": "2.62.6",
46
- "node-opcua-service-discovery": "2.62.6",
47
- "node-opcua-service-endpoints": "2.62.6",
48
- "node-opcua-service-filter": "2.62.6",
49
- "node-opcua-service-history": "2.62.6",
50
- "node-opcua-service-query": "2.62.6",
51
- "node-opcua-service-read": "2.62.6",
52
- "node-opcua-service-register-node": "2.62.6",
53
- "node-opcua-service-secure-channel": "2.62.6",
54
- "node-opcua-service-session": "2.62.6",
55
- "node-opcua-service-subscription": "2.62.6",
56
- "node-opcua-service-translate-browse-path": "2.62.6",
57
- "node-opcua-service-write": "2.62.6",
58
- "node-opcua-status-code": "2.62.5",
59
- "node-opcua-types": "2.62.6",
60
- "node-opcua-utils": "2.62.5",
61
- "node-opcua-variant": "2.62.6",
41
+ "node-opcua-pseudo-session": "2.62.7",
42
+ "node-opcua-schemas": "2.62.7",
43
+ "node-opcua-secure-channel": "2.62.7",
44
+ "node-opcua-service-browse": "2.62.7",
45
+ "node-opcua-service-call": "2.62.7",
46
+ "node-opcua-service-discovery": "2.62.7",
47
+ "node-opcua-service-endpoints": "2.62.7",
48
+ "node-opcua-service-filter": "2.62.7",
49
+ "node-opcua-service-history": "2.62.7",
50
+ "node-opcua-service-query": "2.62.7",
51
+ "node-opcua-service-read": "2.62.7",
52
+ "node-opcua-service-register-node": "2.62.7",
53
+ "node-opcua-service-secure-channel": "2.62.7",
54
+ "node-opcua-service-session": "2.62.7",
55
+ "node-opcua-service-subscription": "2.62.7",
56
+ "node-opcua-service-translate-browse-path": "2.62.7",
57
+ "node-opcua-service-write": "2.62.7",
58
+ "node-opcua-status-code": "2.62.7",
59
+ "node-opcua-types": "2.62.7",
60
+ "node-opcua-utils": "2.62.7",
61
+ "node-opcua-variant": "2.62.7",
62
62
  "once": "^1.4.0",
63
63
  "thenify": "^3.3.1",
64
64
  "underscore": "^1.13.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "dequeue": "^1.0.5",
68
- "node-opcua-address-space": "2.62.6",
69
- "node-opcua-binary-stream": "2.62.5",
70
- "node-opcua-factory": "2.62.6",
71
- "node-opcua-leak-detector": "2.62.6",
72
- "node-opcua-nodesets": "2.57.0",
68
+ "node-opcua-address-space": "2.62.7",
69
+ "node-opcua-binary-stream": "2.62.7",
70
+ "node-opcua-factory": "2.62.7",
71
+ "node-opcua-leak-detector": "2.62.7",
72
+ "node-opcua-nodesets": "2.62.7",
73
73
  "should": "^13.2.3",
74
74
  "sinon": "^12.0.1"
75
75
  },
@@ -93,5 +93,5 @@
93
93
  "internet of things"
94
94
  ],
95
95
  "homepage": "http://node-opcua.github.io/",
96
- "gitHead": "c6a3935e0c8d1c3da6a5b4c8a32dc0fb2604fddd"
96
+ "gitHead": "90bb9139261a0edbb531081afcc6904c74e9ee52"
97
97
  }
package/source/index.ts CHANGED
@@ -71,5 +71,5 @@ export * from "node-opcua-service-subscription";
71
71
  export * from "node-opcua-service-translate-browse-path";
72
72
  export * from "node-opcua-service-write";
73
73
  export * from "node-opcua-service-filter";
74
- export { IBasicSession, browseAll } from "node-opcua-pseudo-session";
74
+ export { IBasicSession, browseAll, readNamespaceArray } from "node-opcua-pseudo-session";
75
75
  export * from "node-opcua-client-dynamic-extension-object";
package/.mocharc.yml DELETED
@@ -1,9 +0,0 @@
1
- require:
2
- - ../../node_modules/source-map-support/register
3
- - ../../node_modules/ts-node/register
4
- - ../../node_modules/should
5
- extension:
6
- - ts
7
- - js
8
- recursive: true
9
- timeout: 20000