node-opcua-types 2.154.0 → 2.157.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,30 +1,30 @@
1
1
  {
2
2
  "name": "node-opcua-types",
3
- "version": "2.154.0",
3
+ "version": "2.157.0",
4
4
  "description": "pure nodejs OPCUA SDK - module types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "scripts": {
8
- "generate": "tsc -b tsconfig.pre.json && ts-node source/generate && tsc -b",
9
- "build": "pnpm run generate",
8
+ "generate": "tsc -b tsconfig.pre.json && ts-node source/generate",
9
+ "build": "tsc -b",
10
10
  "test": "mocha",
11
11
  "format": "prettier --write source test",
12
12
  "clean": "npx rimraf -g node_modules dist *.tsbuildinfo source/_generated_*"
13
13
  },
14
14
  "dependencies": {
15
- "node-opcua-assert": "2.139.0",
16
- "node-opcua-basic-types": "2.154.0",
17
- "node-opcua-binary-stream": "2.153.0",
18
- "node-opcua-data-model": "2.154.0",
19
- "node-opcua-data-value": "2.154.0",
20
- "node-opcua-enum": "2.153.0",
21
- "node-opcua-extension-object": "2.154.0",
22
- "node-opcua-factory": "2.154.0",
23
- "node-opcua-generator": "2.154.0",
24
- "node-opcua-nodeid": "2.153.0",
25
- "node-opcua-numeric-range": "2.154.0",
26
- "node-opcua-status-code": "2.153.0",
27
- "node-opcua-variant": "2.154.0"
15
+ "node-opcua-assert": "2.157.0",
16
+ "node-opcua-basic-types": "2.157.0",
17
+ "node-opcua-binary-stream": "2.157.0",
18
+ "node-opcua-data-model": "2.157.0",
19
+ "node-opcua-data-value": "2.157.0",
20
+ "node-opcua-enum": "2.157.0",
21
+ "node-opcua-extension-object": "2.157.0",
22
+ "node-opcua-factory": "2.157.0",
23
+ "node-opcua-generator": "2.157.0",
24
+ "node-opcua-nodeid": "2.157.0",
25
+ "node-opcua-numeric-range": "2.157.0",
26
+ "node-opcua-status-code": "2.157.0",
27
+ "node-opcua-variant": "2.157.0"
28
28
  },
29
29
  "author": "Etienne Rossignon",
30
30
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "internet of things"
42
42
  ],
43
43
  "homepage": "http://node-opcua.github.io/",
44
- "gitHead": "134c73195f93f46c0101b2837bed22754156c916",
44
+ "gitHead": "e0a948ac5379ae8d9cc8200a1b4a31515a35be37",
45
45
  "files": [
46
46
  "dist",
47
47
  "source"