node-opcua-chunkmanager 2.132.0 → 2.133.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-chunkmanager",
3
- "version": "2.132.0",
3
+ "version": "2.133.0",
4
4
  "description": "pure nodejs OPCUA SDK - module chunkmanager",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -12,14 +12,14 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "node-opcua-assert": "2.120.0",
15
- "node-opcua-basic-types": "2.132.0",
16
- "node-opcua-binary-stream": "2.128.0",
17
- "node-opcua-buffer-utils": "2.128.0",
18
- "node-opcua-factory": "2.132.0",
19
- "node-opcua-packet-assembler": "2.128.0"
15
+ "node-opcua-basic-types": "2.133.0",
16
+ "node-opcua-binary-stream": "2.133.0",
17
+ "node-opcua-buffer-utils": "2.133.0",
18
+ "node-opcua-factory": "2.133.0",
19
+ "node-opcua-packet-assembler": "2.133.0"
20
20
  },
21
21
  "devDependencies": {
22
- "node-opcua-debug": "2.128.0"
22
+ "node-opcua-debug": "2.133.0"
23
23
  },
24
24
  "author": "Etienne Rossignon",
25
25
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "internet of things"
37
37
  ],
38
38
  "homepage": "http://node-opcua.github.io/",
39
- "gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456",
39
+ "gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
40
40
  "files": [
41
41
  "dist",
42
42
  "source"
@@ -221,7 +221,7 @@ export class ChunkManager extends EventEmitter {
221
221
  * compute the signature of the chunk and append it at the end
222
222
  * of the data block.
223
223
  *
224
- * @method _write_signature
224
+
225
225
  * @private
226
226
  */
227
227
  #_write_signature(chunk: Buffer) {