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.
- package/dist/namespace.d.ts +1 -1
- package/package.json +82 -82
- package/source/namespace.ts +2 -2
package/dist/namespace.d.ts
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"
|
|
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
|
+
}
|
package/source/namespace.ts
CHANGED
|
@@ -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:
|
|
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
|
// -------------------------------------------------------------------------
|