@thi.ng/bencode 3.0.28 → 3.0.31

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-30T22:32:35Z
3
+ - **Last updated**: 2025-08-04T09:13:01Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/encode.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const encode: (x: any, cap?: number) => Uint8Array<ArrayBufferLike>;
1
+ export declare const encode: (x: any, cap?: number) => Uint8Array<ArrayBuffer>;
2
2
  //# sourceMappingURL=encode.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/bencode",
3
- "version": "3.0.28",
3
+ "version": "3.0.31",
4
4
  "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,18 +39,18 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.33",
43
- "@thi.ng/arrays": "^2.13.6",
44
- "@thi.ng/checks": "^3.7.13",
45
- "@thi.ng/errors": "^2.5.39",
46
- "@thi.ng/strings": "^3.9.19",
47
- "@thi.ng/transducers": "^9.6.4",
48
- "@thi.ng/transducers-binary": "^2.1.175"
42
+ "@thi.ng/api": "^8.12.1",
43
+ "@thi.ng/arrays": "^2.13.9",
44
+ "@thi.ng/checks": "^3.7.16",
45
+ "@thi.ng/errors": "^2.5.41",
46
+ "@thi.ng/strings": "^3.9.21",
47
+ "@thi.ng/transducers": "^9.6.7",
48
+ "@thi.ng/transducers-binary": "^2.1.178"
49
49
  },
50
50
  "devDependencies": {
51
51
  "esbuild": "^0.25.8",
52
- "typedoc": "^0.28.7",
53
- "typescript": "^5.8.3"
52
+ "typedoc": "^0.28.9",
53
+ "typescript": "^5.9.2"
54
54
  },
55
55
  "keywords": [
56
56
  "array",
@@ -87,5 +87,5 @@
87
87
  "thi.ng": {
88
88
  "alias": "bc"
89
89
  },
90
- "gitHead": "1df8a3a9061257ea73ccf1ab9cdf63c81a9f519f\n"
90
+ "gitHead": "9a998c33c7a524c95b552b9cbdc2734d28a5dafc\n"
91
91
  }