node-opcua-modeler 2.96.0 → 2.97.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.
@@ -1,5 +1,5 @@
1
1
  import { UAMethod, UAObject, UAObjectType, UAReference, UAVariable, UAVariableType, ModellingRuleType } from "node-opcua-address-space";
2
- export declare type UAConcrete = UAVariable | UAObject | UAMethod;
2
+ export type UAConcrete = UAVariable | UAObject | UAMethod;
3
3
  export declare function getChildInTypeOrBaseType(node: UAObjectType | UAVariableType, propertyName: string, namespaceIndex: number): {
4
4
  propInSuperType: UAConcrete;
5
5
  reference: UAReference;
package/dist/symbol.d.ts CHANGED
@@ -1 +1 @@
1
- export declare type Symbols = [string, number, string][];
1
+ export type Symbols = [string, number, string][];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-modeler",
3
- "version": "2.96.0",
3
+ "version": "2.97.0",
4
4
  "description": "pure nodejs OPCUA SDK - module - model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,22 +14,22 @@
14
14
  "dependencies": {
15
15
  "cli-table3": "^0.6.3",
16
16
  "csv-parse": "5.3.6",
17
- "node-opcua-address-space": "2.96.0",
17
+ "node-opcua-address-space": "2.97.0",
18
18
  "node-opcua-assert": "2.88.0",
19
- "node-opcua-basic-types": "2.92.0",
20
- "node-opcua-client-dynamic-extension-object": "2.96.0",
19
+ "node-opcua-basic-types": "2.97.0",
20
+ "node-opcua-client-dynamic-extension-object": "2.97.0",
21
21
  "node-opcua-constants": "2.88.0",
22
- "node-opcua-data-model": "2.95.0",
22
+ "node-opcua-data-model": "2.97.0",
23
23
  "node-opcua-debug": "2.90.1",
24
- "node-opcua-factory": "2.95.0",
25
- "node-opcua-nodeid": "2.90.1",
24
+ "node-opcua-factory": "2.97.0",
25
+ "node-opcua-nodeid": "2.97.0",
26
26
  "node-opcua-nodesets": "2.96.0",
27
- "node-opcua-numeric-range": "2.95.0",
28
- "node-opcua-schemas": "2.96.0",
29
- "node-opcua-service-translate-browse-path": "2.96.0",
27
+ "node-opcua-numeric-range": "2.97.0",
28
+ "node-opcua-schemas": "2.97.0",
29
+ "node-opcua-service-translate-browse-path": "2.97.0",
30
30
  "node-opcua-status-code": "2.90.1",
31
- "node-opcua-types": "2.96.0",
32
- "node-opcua-variant": "2.95.0",
31
+ "node-opcua-types": "2.97.0",
32
+ "node-opcua-variant": "2.97.0",
33
33
  "yargs": "15.4.1"
34
34
  },
35
35
  "devDependencies": {
@@ -50,5 +50,5 @@
50
50
  "internet of things"
51
51
  ],
52
52
  "homepage": "http://node-opcua.github.io/",
53
- "gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a"
53
+ "gitHead": "19c96bda0810d2dec73dd1c2427546be40908646"
54
54
  }