node-opcua-xml2json 2.61.0 → 2.62.7

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-xml2json",
3
- "version": "2.61.0",
3
+ "version": "2.62.7",
4
4
  "description": "pure nodejs OPCUA SDK - module -xml2json",
5
5
  "main": "dist/source/index.js",
6
6
  "types": "dist/source/index.d.ts",
@@ -15,14 +15,14 @@
15
15
  "bomstrip": "^0.1.4",
16
16
  "ltx": "^3.0.0",
17
17
  "node-opcua-assert": "2.55.0",
18
- "node-opcua-debug": "2.61.0",
19
- "node-opcua-utils": "2.60.0",
18
+ "node-opcua-debug": "2.62.7",
19
+ "node-opcua-utils": "2.62.7",
20
20
  "xml-writer": "^1.7.0"
21
21
  },
22
22
  "author": "Etienne Rossignon",
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "node-opcua-nodesets": "2.57.0",
25
+ "node-opcua-nodesets": "2.62.7",
26
26
  "should": "^13.2.3"
27
27
  },
28
28
  "repository": {
@@ -38,5 +38,5 @@
38
38
  "internet of things"
39
39
  ],
40
40
  "homepage": "http://node-opcua.github.io/",
41
- "gitHead": "dd8776f047686ca791989f27e11ee48bfd8b61b7"
41
+ "gitHead": "90bb9139261a0edbb531081afcc6904c74e9ee52"
42
42
  }
package/.mocharc.yml DELETED
@@ -1,13 +0,0 @@
1
- recursive: true
2
- timeout: 50000
3
- require:
4
- - ../../node_modules/source-map-support/register
5
- - ../../node_modules/ts-node/register
6
- - ../../node_modules/should
7
- extension:
8
- - ts
9
- - js
10
- files:
11
- - test/**/*.ts
12
- - test/**/*.js
13
-
package/pnpm-lock.yaml DELETED
@@ -1,77 +0,0 @@
1
- lockfileVersion: 5.3
2
-
3
- specifiers:
4
- bomstrip: ^0.1.4
5
- ltx: ^3.0.0
6
- node-opcua-assert: 2.55.0
7
- node-opcua-debug: 2.60.0
8
- node-opcua-nodesets: 2.57.0
9
- node-opcua-utils: 2.60.0
10
- should: ^13.2.3
11
- xml-writer: ^1.7.0
12
-
13
- dependencies:
14
- bomstrip: 0.1.4
15
- ltx: 3.0.0
16
- node-opcua-assert: link:../node-opcua-assert
17
- node-opcua-debug: link:../node-opcua-debug
18
- node-opcua-utils: link:../node-opcua-utils
19
- xml-writer: 1.7.0
20
-
21
- devDependencies:
22
- node-opcua-nodesets: link:../node-opcua-nodesets
23
- should: 13.2.3
24
-
25
- packages:
26
-
27
- /bomstrip/0.1.4:
28
- resolution: {integrity: sha1-aSNnOCHMVHEatlYtQIhSZVzBGys=}
29
- dev: false
30
-
31
- /ltx/3.0.0:
32
- resolution: {integrity: sha512-bu3/4/ApUmMqVNuIkHaRhqVtEi6didYcBDIF56xhPRCzVpdztCipZ62CUuaxMlMBUzaVL93+4LZRqe02fuAG6A==}
33
- engines: {node: '>= 12.4.0'}
34
- dev: false
35
-
36
- /should-equal/2.0.0:
37
- resolution: {integrity: sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==}
38
- dependencies:
39
- should-type: 1.4.0
40
- dev: true
41
-
42
- /should-format/3.0.3:
43
- resolution: {integrity: sha1-m/yPdPo5IFxT04w01xcwPidxJPE=}
44
- dependencies:
45
- should-type: 1.4.0
46
- should-type-adaptors: 1.1.0
47
- dev: true
48
-
49
- /should-type-adaptors/1.1.0:
50
- resolution: {integrity: sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==}
51
- dependencies:
52
- should-type: 1.4.0
53
- should-util: 1.0.1
54
- dev: true
55
-
56
- /should-type/1.4.0:
57
- resolution: {integrity: sha1-B1bYzoRt/QmEOmlHcZ36DUz/XPM=}
58
- dev: true
59
-
60
- /should-util/1.0.1:
61
- resolution: {integrity: sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==}
62
- dev: true
63
-
64
- /should/13.2.3:
65
- resolution: {integrity: sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==}
66
- dependencies:
67
- should-equal: 2.0.0
68
- should-format: 3.0.3
69
- should-type: 1.4.0
70
- should-type-adaptors: 1.1.0
71
- should-util: 1.0.1
72
- dev: true
73
-
74
- /xml-writer/1.7.0:
75
- resolution: {integrity: sha1-t28dWRwWomNOvbcDx729D9aBkGU=}
76
- engines: {node: '>=0.4.0'}
77
- dev: false