@guanghechen/byte 1.0.1 → 1.0.3
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/README.md +2 -2
- package/lib/cjs/index.cjs +0 -1
- package/lib/esm/index.mjs +0 -1
- package/lib/types/index.d.ts +0 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<header>
|
|
2
2
|
<h1 align="center">
|
|
3
|
-
<a href="https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.
|
|
3
|
+
<a href="https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.3/packages/byte#readme">@guanghechen/byte</a>
|
|
4
4
|
</h1>
|
|
5
5
|
<div align="center">
|
|
6
6
|
<a href="https://www.npmjs.com/package/@guanghechen/byte">
|
|
@@ -68,4 +68,4 @@ Utility functions for bytes (Uint8Array).
|
|
|
68
68
|
## Usage
|
|
69
69
|
|
|
70
70
|
[homepage]:
|
|
71
|
-
https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.
|
|
71
|
+
https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.3/packages/byte#readme
|
package/lib/cjs/index.cjs
CHANGED
package/lib/esm/index.mjs
CHANGED
|
@@ -228,4 +228,3 @@ function randomBytes(size) {
|
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
export { areSameBytes, base64Text2bytes, bytes2base64Text, bytes2hexText, bytes2text, bytes2utf8Text, destroyBytes, destroyBytesList, hexText2bytes, mergeBytes, randomBytes, text2bytes, utf8Text2bytes, validateBase64Text };
|
|
231
|
-
//# sourceMappingURL=index.mjs.map
|
package/lib/types/index.d.ts
CHANGED
|
@@ -51,4 +51,3 @@ declare function mergeBytes(bytesList: ReadonlyArray<Uint8Array>): Uint8Array;
|
|
|
51
51
|
declare function randomBytes(size: number): Uint8Array;
|
|
52
52
|
|
|
53
53
|
export { type IByteEncoding, areSameBytes, base64Text2bytes, bytes2base64Text, bytes2hexText, bytes2text, bytes2utf8Text, destroyBytes, destroyBytesList, hexText2bytes, mergeBytes, randomBytes, text2bytes, utf8Text2bytes, validateBase64Text };
|
|
54
|
-
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guanghechen/byte",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Utility functions for bytes (Uint8Array).",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "guanghechen",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.
|
|
11
|
+
"url": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.2",
|
|
12
12
|
"directory": "packages/byte"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.
|
|
14
|
+
"homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.2/packages/byte#readme",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"Uint8Array"
|
|
17
17
|
],
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"LICENSE",
|
|
38
38
|
"README.md"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "c46c7cc64c02c61047fbc7dff2ce8f6b21d4da2c"
|
|
41
41
|
}
|