node-opcua-nodeset-padim 2.172.0 → 2.174.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-padim",
3
- "version": "2.172.0",
3
+ "version": "2.174.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-padim",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,15 +11,15 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.172.0",
15
- "node-opcua-basic-types": "2.172.0",
16
- "node-opcua-data-access": "2.172.0",
17
- "node-opcua-data-model": "2.172.0",
18
- "node-opcua-extension-object": "2.172.0",
19
- "node-opcua-nodeid": "2.172.0",
20
- "node-opcua-nodeset-di": "2.172.0",
21
- "node-opcua-nodeset-ua": "2.172.0",
22
- "node-opcua-variant": "2.172.0"
14
+ "node-opcua-address-space-base": "2.174.0",
15
+ "node-opcua-basic-types": "2.174.0",
16
+ "node-opcua-data-access": "2.174.0",
17
+ "node-opcua-data-model": "2.174.0",
18
+ "node-opcua-extension-object": "2.174.0",
19
+ "node-opcua-nodeid": "2.174.0",
20
+ "node-opcua-nodeset-di": "2.174.0",
21
+ "node-opcua-nodeset-ua": "2.174.0",
22
+ "node-opcua-variant": "2.174.0"
23
23
  },
24
24
  "files": [
25
25
  "dist",
@@ -38,5 +38,5 @@
38
38
  "internet of things"
39
39
  ],
40
40
  "homepage": "http://node-opcua.github.io/",
41
- "gitHead": "dfe9993a93b5c3897825e898b5f07b25952c7f45"
41
+ "gitHead": "011657a3a4805ad106df7381c24ed84e2a18d8f1"
42
42
  }
@@ -15,7 +15,7 @@ import type { EnumPatDictionaryEnum } from "./enum_pat_dictionary_enum";
15
15
  * | isAbstract|false |
16
16
  */
17
17
  export interface DTChemicalSubstance extends DTStructure {
18
- patDictionary?: EnumPatDictionaryEnum; // Int32 ns=24;i=1276
18
+ patDictionary?: EnumPatDictionaryEnum; // Int32 ns=25;i=1276
19
19
  label: LocalizedText; // LocalizedText ns=0;i=21
20
20
  id: LocalizedText; // LocalizedText ns=0;i=21
21
21
  }