node-opcua-nodeset-machinery 2.134.0 → 2.138.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/LICENSE CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  The MIT License (MIT)
2
3
 
3
4
  Copyright (c) 2022-2024 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machinery",
3
- "version": "2.134.0",
3
+ "version": "2.138.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machinery",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,14 +10,14 @@
10
10
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.134.0",
13
+ "node-opcua-address-space-base": "2.138.0",
14
14
  "node-opcua-basic-types": "2.134.0",
15
- "node-opcua-data-access": "2.134.0",
16
- "node-opcua-data-model": "2.134.0",
15
+ "node-opcua-data-access": "2.137.0",
16
+ "node-opcua-data-model": "2.137.0",
17
17
  "node-opcua-nodeid": "2.133.0",
18
- "node-opcua-nodeset-di": "2.134.0",
19
- "node-opcua-nodeset-ua": "2.134.0",
20
- "node-opcua-variant": "2.134.0"
18
+ "node-opcua-nodeset-di": "2.138.0",
19
+ "node-opcua-nodeset-ua": "2.138.0",
20
+ "node-opcua-variant": "2.137.0"
21
21
  },
22
22
  "files": [
23
23
  "dist",
@@ -36,5 +36,5 @@
36
36
  "internet of things"
37
37
  ],
38
38
  "homepage": "http://node-opcua.github.io/",
39
- "gitHead": "ccb34926a3c195f6a7e66fca58a2f101858e78be"
39
+ "gitHead": "383bbe814f9261b2bc01a5d0fe476813153bb110"
40
40
  }
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, Variant, VariantOptions } from "node-opcua-variant"
3
+ import { DataType, VariantOptions } from "node-opcua-variant"
4
4
  import { QualifiedName } from "node-opcua-data-model"
5
5
  import { EUInformation } from "node-opcua-data-access"
6
6
  import { NodeId } from "node-opcua-nodeid"
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, Variant } from "node-opcua-variant"
3
+ import { DataType } from "node-opcua-variant"
4
4
  import { QualifiedName } from "node-opcua-data-model"
5
5
  import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/source/ua_functional_group"
6
6
  /**