@guanghechen/byte 1.0.0-alpha.5 → 1.0.0-alpha.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +36 -23
  2. package/README.md +5 -5
  3. package/package.json +4 -9
package/CHANGELOG.md CHANGED
@@ -1,56 +1,69 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [1.0.0-alpha.5](https://github.com/guanghechen/sora/compare/@guanghechen/byte@1.0.0-alpha.4...@guanghechen/byte@1.0.0-alpha.5) (2024-01-02)
6
+ ## 1.0.0-alpha.7 (2024-09-18)
7
7
 
8
+ - :art: format codes ([177eb54](https://github.com/guanghechen/sora/commit/177eb54))
9
+ - :wrench: chore: upgrade devDependencies and fix configs
10
+ ([230fb63](https://github.com/guanghechen/sora/commit/230fb63))
8
11
 
9
- ### Performance Improvements
12
+ # Change Log
10
13
 
11
- * :art: prefer randomBytes from 'crypto' cause it returns true-random numbers ([7d0e7fd](https://github.com/guanghechen/sora/commit/7d0e7fd06b991b2121c01b639cf6d5d36eec4ea6))
12
- * 🎨 add 'areSameBytes' ([fc0f163](https://github.com/guanghechen/sora/commit/fc0f163b9b78cf382e6e8b601ed53f95e2a14449))
14
+ All notable changes to this project will be documented in this file. See
15
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
13
16
 
17
+ # [1.0.0-alpha.6](https://github.com/guanghechen/sora/compare/@guanghechen/byte@1.0.0-alpha.5...@guanghechen/byte@1.0.0-alpha.6) (2024-02-03)
14
18
 
19
+ ### Performance Improvements
15
20
 
21
+ - 💄 fix lint
22
+ ([2d5bb6f](https://github.com/guanghechen/sora/commit/2d5bb6f03d0312a42c1117d95181df8b69de827a))
23
+ - 🔧 fix nx scripts
24
+ ([47bc4e6](https://github.com/guanghechen/sora/commit/47bc4e66df825cb37127219bccf60dc81d6a9b48))
25
+ - 🔧 update tsconfig
26
+ ([98855bc](https://github.com/guanghechen/sora/commit/98855bcc245d98c61217c5bafc6a1b2506b7824d))
16
27
 
28
+ # Change Log
17
29
 
18
- # [1.0.0-alpha.4](https://github.com/guanghechen/sora/compare/@guanghechen/byte@1.0.0-alpha.3...@guanghechen/byte@1.0.0-alpha.4) (2023-11-29)
30
+ All notable changes to this project will be documented in this file. See
31
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
19
32
 
33
+ # [1.0.0-alpha.5](https://github.com/guanghechen/sora/compare/@guanghechen/byte@1.0.0-alpha.4...@guanghechen/byte@1.0.0-alpha.5) (2024-01-02)
20
34
 
21
35
  ### Performance Improvements
22
36
 
23
- * 🔧 no longer to require node engine version in packages ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
24
-
37
+ - :art: prefer randomBytes from 'crypto' cause it returns true-random numbers
38
+ ([7d0e7fd](https://github.com/guanghechen/sora/commit/7d0e7fd06b991b2121c01b639cf6d5d36eec4ea6))
39
+ - 🎨 add 'areSameBytes'
40
+ ([fc0f163](https://github.com/guanghechen/sora/commit/fc0f163b9b78cf382e6e8b601ed53f95e2a14449))
25
41
 
42
+ # [1.0.0-alpha.4](https://github.com/guanghechen/sora/compare/@guanghechen/byte@1.0.0-alpha.3...@guanghechen/byte@1.0.0-alpha.4) (2023-11-29)
26
43
 
44
+ ### Performance Improvements
27
45
 
46
+ - 🔧 no longer to require node engine version in packages
47
+ ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
28
48
 
29
49
  # [1.0.0-alpha.3](https://github.com/guanghechen/sora/compare/@guanghechen/byte@1.0.0-alpha.2...@guanghechen/byte@1.0.0-alpha.3) (2023-11-18)
30
50
 
31
-
32
51
  ### Performance Improvements
33
52
 
34
- * 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0' ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
35
-
36
-
37
-
38
-
53
+ - 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0'
54
+ ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
39
55
 
40
56
  # [1.0.0-alpha.2](https://github.com/guanghechen/sora/compare/@guanghechen/byte@1.0.0-alpha.1...@guanghechen/byte@1.0.0-alpha.2) (2023-10-25)
41
57
 
42
-
43
58
  ### Features
44
59
 
45
- * ✨ support to encode/decode in base64 format (forked from [@algorithm](https://github.com/algorithm).ts/base64) ([e30e234](https://github.com/guanghechen/sora/commit/e30e234494251f6ce79ce9b697c49179022b96a3))
46
-
47
-
48
-
49
-
60
+ - ✨ support to encode/decode in base64 format (forked from
61
+ [@algorithm](https://github.com/algorithm).ts/base64)
62
+ ([e30e234](https://github.com/guanghechen/sora/commit/e30e234494251f6ce79ce9b697c49179022b96a3))
50
63
 
51
64
  # 1.0.0-alpha.1 (2023-10-22)
52
65
 
53
-
54
66
  ### Features
55
67
 
56
- * ✨ add @guanghechen/byte ([23c4579](https://github.com/guanghechen/sora/commit/23c4579b3c82a710c026c3e1ffa5df27e240ef83))
68
+ - ✨ add @guanghechen/byte
69
+ ([23c4579](https://github.com/guanghechen/sora/commit/23c4579b3c82a710c026c3e1ffa5df27e240ef83))
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.0-alpha.5/packages/byte#readme">@guanghechen/byte</a>
3
+ <a href="https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.7/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">
@@ -51,16 +51,15 @@
51
51
 
52
52
  Utility functions for bytes (Uint8Array).
53
53
 
54
-
55
54
  ## Install
56
55
 
57
- * npm
56
+ - npm
58
57
 
59
58
  ```bash
60
59
  npm install --save @guanghechen/byte
61
60
  ```
62
61
 
63
- * yarn
62
+ - yarn
64
63
 
65
64
  ```bash
66
65
  yarn add @guanghechen/byte
@@ -68,4 +67,5 @@ Utility functions for bytes (Uint8Array).
68
67
 
69
68
  ## Usage
70
69
 
71
- [homepage]: https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.5/packages/byte#readme
70
+ [homepage]:
71
+ https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.7/packages/byte#readme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/byte",
3
- "version": "1.0.0-alpha.5",
3
+ "version": "1.0.0-alpha.7",
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.0-alpha.4",
11
+ "url": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.6",
12
12
  "directory": "packages/byte"
13
13
  },
14
- "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.4/packages/byte#readme",
14
+ "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.6/packages/byte#readme",
15
15
  "keywords": [
16
16
  "Uint8Array"
17
17
  ],
@@ -37,10 +37,5 @@
37
37
  "LICENSE",
38
38
  "README.md"
39
39
  ],
40
- "scripts": {
41
- "build": "../../node_modules/.bin/rimraf lib/ && ../../node_modules/.bin/cross-env NODE_ENV=production ../../node_modules/.bin/rollup -c ../../rollup.config.mjs",
42
- "prepublishOnly": "yarn build",
43
- "test": "node --experimental-vm-modules ../../node_modules/.bin/jest --config ../../jest.config.mjs --rootDir ."
44
- },
45
- "gitHead": "0632489b361b9fa783de73b3b31eec8f10227e89"
40
+ "gitHead": "61841206a2ca8060c0f47a32b9aa177b318f7c2e"
46
41
  }