@thi.ng/transducers-binary 2.1.83 → 2.1.85
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 +1 -1
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers-binary",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.85",
|
|
4
4
|
"description": "Binary data related transducers & reducers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,19 +35,18 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/binary": "^3.4.
|
|
39
|
-
"@thi.ng/compose": "^2.1.
|
|
40
|
-
"@thi.ng/errors": "^2.4.
|
|
41
|
-
"@thi.ng/hex": "^2.3.
|
|
42
|
-
"@thi.ng/random": "^3.6.
|
|
43
|
-
"@thi.ng/strings": "^3.7.
|
|
44
|
-
"@thi.ng/transducers": "^8.8.
|
|
38
|
+
"@thi.ng/binary": "^3.4.2",
|
|
39
|
+
"@thi.ng/compose": "^2.1.53",
|
|
40
|
+
"@thi.ng/errors": "^2.4.8",
|
|
41
|
+
"@thi.ng/hex": "^2.3.26",
|
|
42
|
+
"@thi.ng/random": "^3.6.21",
|
|
43
|
+
"@thi.ng/strings": "^3.7.5",
|
|
44
|
+
"@thi.ng/transducers": "^8.8.18"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@microsoft/api-extractor": "^7.38.3",
|
|
48
48
|
"esbuild": "^0.19.8",
|
|
49
49
|
"rimraf": "^5.0.5",
|
|
50
|
-
"tools": "^0.0.1",
|
|
51
50
|
"typedoc": "^0.25.4",
|
|
52
51
|
"typescript": "^5.3.2"
|
|
53
52
|
},
|
|
@@ -114,5 +113,5 @@
|
|
|
114
113
|
],
|
|
115
114
|
"year": 2018
|
|
116
115
|
},
|
|
117
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n"
|
|
118
117
|
}
|