node-opcua-address-space-base 2.64.0 → 2.65.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.
@@ -207,7 +207,7 @@ export interface AddYArrayItemOptions extends AddVariableOptions {
207
207
  }
208
208
  export declare type CreateNodeOptions = any;
209
209
  export declare interface INamespace {
210
- version: number;
210
+ version: string;
211
211
  publicationDate: Date;
212
212
  namespaceUri: string;
213
213
  addressSpace: IAddressSpace;
package/package.json CHANGED
@@ -1,83 +1,83 @@
1
1
  {
2
- "name": "node-opcua-address-space-base",
3
- "version": "2.64.0",
4
- "description": "pure nodejs OPCUA SDK - module -address-space",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
7
- "engines": {
8
- "node": ">=6.10"
9
- },
10
- "dependencies": {
11
- "@types/lodash": "4.14.178",
12
- "async": "^3.2.3",
13
- "chalk": "4.1.2",
14
- "dequeue": "^1.0.5",
15
- "lodash": "4.17.21",
16
- "node-opcua-assert": "2.64.0",
17
- "node-opcua-basic-types": "2.64.0",
18
- "node-opcua-client-dynamic-extension-object": "2.64.0",
19
- "node-opcua-constants": "2.64.0",
20
- "node-opcua-data-access": "2.64.0",
21
- "node-opcua-data-model": "2.64.0",
22
- "node-opcua-data-value": "2.64.0",
23
- "node-opcua-date-time": "2.64.0",
24
- "node-opcua-debug": "2.64.0",
25
- "node-opcua-enum": "2.64.0",
26
- "node-opcua-factory": "2.64.0",
27
- "node-opcua-nodeid": "2.64.0",
28
- "node-opcua-numeric-range": "2.64.0",
29
- "node-opcua-object-registry": "2.64.0",
30
- "node-opcua-pseudo-session": "2.64.0",
31
- "node-opcua-schemas": "2.64.0",
32
- "node-opcua-service-browse": "2.64.0",
33
- "node-opcua-service-call": "2.64.0",
34
- "node-opcua-service-filter": "2.64.0",
35
- "node-opcua-service-history": "2.64.0",
36
- "node-opcua-service-translate-browse-path": "2.64.0",
37
- "node-opcua-service-write": "2.64.0",
38
- "node-opcua-status-code": "2.64.0",
39
- "node-opcua-types": "2.64.0",
40
- "node-opcua-utils": "2.64.0",
41
- "node-opcua-variant": "2.64.0",
42
- "node-opcua-xml2json": "2.64.0",
43
- "set-prototype-of": "^1.0.0",
44
- "thenify": "^3.3.1",
45
- "xml-writer": "^1.7.0"
46
- },
47
- "devDependencies": {
48
- "node-opcua-benchmarker": "2.64.0",
49
- "node-opcua-binary-stream": "2.64.0",
50
- "node-opcua-extension-object": "2.64.0",
51
- "node-opcua-leak-detector": "2.64.0",
52
- "node-opcua-nodesets": "2.64.0",
53
- "node-opcua-packet-analyzer": "2.64.0",
54
- "node-opcua-test-fixtures": "2.64.0",
55
- "should": "^13.2.3",
56
- "sinon": "^13.0.1",
57
- "source-map-support": "^0.5.21"
58
- },
59
- "author": "Etienne Rossignon",
60
- "license": "MIT",
61
- "repository": {
62
- "type": "git",
63
- "url": "git://github.com/node-opcua/node-opcua.git"
64
- },
65
- "keywords": [
66
- "OPCUA",
67
- "opcua",
68
- "m2m",
69
- "iot",
70
- "opc ua",
71
- "internet of things"
72
- ],
73
- "homepage": "http://node-opcua.github.io/",
74
- "gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
75
- "scripts": {
76
- "build": "tsc -b",
77
- "test": "mocha",
78
- "lint": "eslint source",
79
- "format": "prettier --write source",
80
- "clean": "node -e \"require('rimraf').sync('dist');\"",
81
- "c": "mocha --version"
82
- }
83
- }
2
+ "name": "node-opcua-address-space-base",
3
+ "version": "2.65.1",
4
+ "description": "pure nodejs OPCUA SDK - module -address-space",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "engines": {
8
+ "node": ">=6.10"
9
+ },
10
+ "scripts": {
11
+ "build": "tsc -b",
12
+ "test": "mocha",
13
+ "lint": "eslint source",
14
+ "format": "prettier --write source",
15
+ "clean": "node -e \"require('rimraf').sync('dist');\"",
16
+ "c": "mocha --version"
17
+ },
18
+ "dependencies": {
19
+ "@types/lodash": "4.14.179",
20
+ "async": "^3.2.3",
21
+ "chalk": "4.1.2",
22
+ "dequeue": "^1.0.5",
23
+ "lodash": "4.17.21",
24
+ "node-opcua-assert": "2.64.1",
25
+ "node-opcua-basic-types": "2.64.1",
26
+ "node-opcua-client-dynamic-extension-object": "2.65.1",
27
+ "node-opcua-constants": "2.64.1",
28
+ "node-opcua-data-access": "2.65.1",
29
+ "node-opcua-data-model": "2.64.1",
30
+ "node-opcua-data-value": "2.64.1",
31
+ "node-opcua-date-time": "2.64.1",
32
+ "node-opcua-debug": "2.64.1",
33
+ "node-opcua-enum": "2.64.1",
34
+ "node-opcua-factory": "2.64.1",
35
+ "node-opcua-nodeid": "2.64.1",
36
+ "node-opcua-numeric-range": "2.64.1",
37
+ "node-opcua-object-registry": "2.64.1",
38
+ "node-opcua-pseudo-session": "2.65.1",
39
+ "node-opcua-schemas": "2.64.1",
40
+ "node-opcua-service-browse": "2.65.1",
41
+ "node-opcua-service-call": "2.65.1",
42
+ "node-opcua-service-filter": "2.65.1",
43
+ "node-opcua-service-history": "2.65.1",
44
+ "node-opcua-service-translate-browse-path": "2.65.1",
45
+ "node-opcua-service-write": "2.65.1",
46
+ "node-opcua-status-code": "2.64.1",
47
+ "node-opcua-types": "2.65.1",
48
+ "node-opcua-utils": "2.64.1",
49
+ "node-opcua-variant": "2.64.1",
50
+ "node-opcua-xml2json": "2.64.1",
51
+ "set-prototype-of": "^1.0.0",
52
+ "thenify": "^3.3.1",
53
+ "xml-writer": "^1.7.0"
54
+ },
55
+ "devDependencies": {
56
+ "node-opcua-benchmarker": "2.64.1",
57
+ "node-opcua-binary-stream": "2.64.1",
58
+ "node-opcua-extension-object": "2.64.1",
59
+ "node-opcua-leak-detector": "2.64.1",
60
+ "node-opcua-nodesets": "2.64.1",
61
+ "node-opcua-packet-analyzer": "2.64.1",
62
+ "node-opcua-test-fixtures": "2.65.0",
63
+ "should": "^13.2.3",
64
+ "sinon": "^13.0.1",
65
+ "source-map-support": "^0.5.21"
66
+ },
67
+ "author": "Etienne Rossignon",
68
+ "license": "MIT",
69
+ "repository": {
70
+ "type": "git",
71
+ "url": "git://github.com/node-opcua/node-opcua.git"
72
+ },
73
+ "keywords": [
74
+ "OPCUA",
75
+ "opcua",
76
+ "m2m",
77
+ "iot",
78
+ "opc ua",
79
+ "internet of things"
80
+ ],
81
+ "homepage": "http://node-opcua.github.io/",
82
+ "gitHead": "494c1a72df17756dafa8661648d7ae4d89be89ea"
83
+ }
@@ -251,12 +251,12 @@ export interface AddYArrayItemOptions extends AddVariableOptions {
251
251
  export type CreateNodeOptions = any;
252
252
 
253
253
  export declare interface INamespace {
254
- version: number;
254
+ version: string;
255
255
  publicationDate: Date;
256
256
  namespaceUri: string;
257
257
  addressSpace: IAddressSpace;
258
258
  index: number;
259
-
259
+
260
260
  constructNodeId(options: ConstructNodeIdOptions): NodeId;
261
261
 
262
262
  // -------------------------------------------------------------------------