@guanghechen/byte 1.0.0-alpha.5 → 1.0.0-alpha.6

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 +28 -26
  2. package/README.md +5 -5
  3. package/package.json +4 -9
package/CHANGELOG.md CHANGED
@@ -1,56 +1,58 @@
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.
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)
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
5
 
6
+ # [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)
8
7
 
9
8
  ### Performance Improvements
10
9
 
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))
13
-
14
-
10
+ - 💄 fix lint
11
+ ([2d5bb6f](https://github.com/guanghechen/sora/commit/2d5bb6f03d0312a42c1117d95181df8b69de827a))
12
+ - 🔧 fix nx scripts
13
+ ([47bc4e6](https://github.com/guanghechen/sora/commit/47bc4e66df825cb37127219bccf60dc81d6a9b48))
14
+ - 🔧 update tsconfig
15
+ ([98855bc](https://github.com/guanghechen/sora/commit/98855bcc245d98c61217c5bafc6a1b2506b7824d))
15
16
 
17
+ # Change Log
16
18
 
19
+ All notable changes to this project will be documented in this file. See
20
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
21
 
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)
19
-
22
+ # [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
23
 
21
24
  ### Performance Improvements
22
25
 
23
- * 🔧 no longer to require node engine version in packages ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
24
-
26
+ - :art: prefer randomBytes from 'crypto' cause it returns true-random numbers
27
+ ([7d0e7fd](https://github.com/guanghechen/sora/commit/7d0e7fd06b991b2121c01b639cf6d5d36eec4ea6))
28
+ - 🎨 add 'areSameBytes'
29
+ ([fc0f163](https://github.com/guanghechen/sora/commit/fc0f163b9b78cf382e6e8b601ed53f95e2a14449))
25
30
 
31
+ # [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
32
 
33
+ ### Performance Improvements
27
34
 
35
+ - 🔧 no longer to require node engine version in packages
36
+ ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
28
37
 
29
38
  # [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
39
 
31
-
32
40
  ### Performance Improvements
33
41
 
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
-
42
+ - 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0'
43
+ ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
39
44
 
40
45
  # [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
46
 
42
-
43
47
  ### Features
44
48
 
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
-
49
+ - ✨ support to encode/decode in base64 format (forked from
50
+ [@algorithm](https://github.com/algorithm).ts/base64)
51
+ ([e30e234](https://github.com/guanghechen/sora/commit/e30e234494251f6ce79ce9b697c49179022b96a3))
50
52
 
51
53
  # 1.0.0-alpha.1 (2023-10-22)
52
54
 
53
-
54
55
  ### Features
55
56
 
56
- * ✨ add @guanghechen/byte ([23c4579](https://github.com/guanghechen/sora/commit/23c4579b3c82a710c026c3e1ffa5df27e240ef83))
57
+ - ✨ add @guanghechen/byte
58
+ ([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.6/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.6/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.6",
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.5",
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.5/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": "9c051a66df3f4dbd8eddd709046af0a975fdc702"
46
41
  }