node-opcua-client-dynamic-extension-object 2.64.0 → 2.64.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/client_dynamic_extension_object.d.ts +25 -0
- package/dist/client_dynamic_extension_object.js +1058 -0
- package/dist/client_dynamic_extension_object.js.map +1 -0
- package/dist/convert_data_type_definition_to_structure_type_schema.d.ts +1 -0
- package/dist/convert_data_type_definition_to_structure_type_schema.js +3 -0
- package/dist/convert_data_type_definition_to_structure_type_schema.js.map +1 -0
- package/dist/convert_data_type_definition_to_structuretype_schema.d.ts +12 -12
- package/dist/convert_data_type_definition_to_structuretype_schema.js +327 -327
- package/dist/extra_data_type_manager.d.ts +16 -16
- package/dist/extra_data_type_manager.js +75 -75
- package/dist/get_extension_object_constructor.d.ts +7 -7
- package/dist/get_extension_object_constructor.js +37 -37
- package/dist/get_extra_data_type_manager.d.ts +3 -3
- package/dist/get_extra_data_type_manager.js +51 -51
- package/dist/index.d.ts +11 -11
- package/dist/index.js +23 -23
- package/dist/populate_data_type_manager.d.ts +3 -3
- package/dist/populate_data_type_manager.js +25 -25
- package/dist/private/find_encodings.d.ts +4 -4
- package/dist/private/find_encodings.js +55 -55
- package/dist/private/populate_data_type_manager_103.d.ts +9 -9
- package/dist/private/populate_data_type_manager_103.js +601 -601
- package/dist/private/populate_data_type_manager_104.d.ts +9 -9
- package/dist/private/populate_data_type_manager_104.js +145 -145
- package/dist/promote_opaque_structure.d.ts +6 -6
- package/dist/promote_opaque_structure.js +41 -41
- package/dist/resolve_dynamic_extension_object.d.ts +4 -4
- package/dist/resolve_dynamic_extension_object.js +105 -105
- package/package.json +46 -46
package/package.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
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
|
-
}
|
|
2
|
+
"name": "node-opcua-client-dynamic-extension-object",
|
|
3
|
+
"version": "2.64.1",
|
|
4
|
+
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "tsc -b",
|
|
9
|
+
"clean": "node -e \"require('rimraf').sync('dist');\"",
|
|
10
|
+
"test": "echo no test"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"chalk": "4.1.2",
|
|
14
|
+
"node-opcua-assert": "2.64.1",
|
|
15
|
+
"node-opcua-binary-stream": "2.64.1",
|
|
16
|
+
"node-opcua-constants": "2.64.1",
|
|
17
|
+
"node-opcua-data-model": "2.64.1",
|
|
18
|
+
"node-opcua-data-value": "2.64.1",
|
|
19
|
+
"node-opcua-debug": "2.64.1",
|
|
20
|
+
"node-opcua-extension-object": "2.64.1",
|
|
21
|
+
"node-opcua-factory": "2.64.1",
|
|
22
|
+
"node-opcua-nodeid": "2.64.1",
|
|
23
|
+
"node-opcua-pseudo-session": "2.64.1",
|
|
24
|
+
"node-opcua-schemas": "2.64.1",
|
|
25
|
+
"node-opcua-service-browse": "2.64.1",
|
|
26
|
+
"node-opcua-service-translate-browse-path": "2.64.1",
|
|
27
|
+
"node-opcua-status-code": "2.64.1",
|
|
28
|
+
"node-opcua-types": "2.64.1",
|
|
29
|
+
"node-opcua-variant": "2.64.1"
|
|
30
|
+
},
|
|
31
|
+
"author": "Etienne Rossignon",
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "git://github.com/node-opcua/node-opcua.git"
|
|
36
|
+
},
|
|
37
|
+
"keywords": [
|
|
38
|
+
"OPCUA",
|
|
39
|
+
"opcua",
|
|
40
|
+
"m2m",
|
|
41
|
+
"iot",
|
|
42
|
+
"opc ua",
|
|
43
|
+
"internet of things"
|
|
44
|
+
],
|
|
45
|
+
"homepage": "http://node-opcua.github.io/",
|
|
46
|
+
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c"
|
|
47
|
+
}
|