node-opcua-modeler 2.73.1 → 2.74.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.
Files changed (2) hide show
  1. package/LICENSE +3 -1
  2. package/package.json +20 -20
package/LICENSE CHANGED
@@ -1,6 +1,8 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2014-2021 Etienne Rossignon
3
+ Copyright (c) 2022 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
4
+
5
+ Copyright (c) 2014-2022 Etienne Rossignon
4
6
 
5
7
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
8
  this software and associated documentation files (the "Software"), to deal in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-modeler",
3
- "version": "2.73.1",
3
+ "version": "2.74.0",
4
4
  "description": "pure nodejs OPCUA SDK - module - model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,26 +15,26 @@
15
15
  "chalk": "4.1.2",
16
16
  "cli-table3": "^0.6.2",
17
17
  "csv-parse": "5.2.0",
18
- "node-opcua-address-space": "2.73.1",
19
- "node-opcua-assert": "2.66.0",
20
- "node-opcua-basic-types": "2.73.0",
21
- "node-opcua-client-dynamic-extension-object": "2.73.1",
22
- "node-opcua-constants": "2.70.0",
23
- "node-opcua-data-model": "2.73.1",
24
- "node-opcua-debug": "2.71.0",
25
- "node-opcua-factory": "2.73.1",
26
- "node-opcua-nodeid": "2.71.0",
27
- "node-opcua-nodesets": "2.73.0",
28
- "node-opcua-numeric-range": "2.73.1",
29
- "node-opcua-schemas": "2.73.1",
30
- "node-opcua-service-translate-browse-path": "2.73.1",
31
- "node-opcua-status-code": "2.73.0",
32
- "node-opcua-types": "2.73.1",
33
- "node-opcua-variant": "2.73.1",
34
- "node-opcua-xml2json": "2.73.0"
18
+ "node-opcua-address-space": "2.74.0",
19
+ "node-opcua-assert": "2.74.0",
20
+ "node-opcua-basic-types": "2.74.0",
21
+ "node-opcua-client-dynamic-extension-object": "2.74.0",
22
+ "node-opcua-constants": "2.74.0",
23
+ "node-opcua-data-model": "2.74.0",
24
+ "node-opcua-debug": "2.74.0",
25
+ "node-opcua-factory": "2.74.0",
26
+ "node-opcua-nodeid": "2.74.0",
27
+ "node-opcua-nodesets": "2.74.0",
28
+ "node-opcua-numeric-range": "2.74.0",
29
+ "node-opcua-schemas": "2.74.0",
30
+ "node-opcua-service-translate-browse-path": "2.74.0",
31
+ "node-opcua-status-code": "2.74.0",
32
+ "node-opcua-types": "2.74.0",
33
+ "node-opcua-variant": "2.74.0",
34
+ "node-opcua-xml2json": "2.74.0"
35
35
  },
36
36
  "devDependencies": {
37
- "node-opcua-leak-detector": "2.71.0",
37
+ "node-opcua-leak-detector": "2.74.0",
38
38
  "should": "^13.2.3"
39
39
  },
40
40
  "repository": {
@@ -50,5 +50,5 @@
50
50
  "internet of things"
51
51
  ],
52
52
  "homepage": "http://node-opcua.github.io/",
53
- "gitHead": "684a796e88e1732f418f2ada6aca2808e0115de8"
53
+ "gitHead": "003ee041795f3b737afaaef5721045ee31ea9f77"
54
54
  }