@guanghechen/byte 1.0.0-alpha.2 → 1.0.0-alpha.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [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)
7
+
8
+
9
+ ### Performance Improvements
10
+
11
+ * 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0' ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
12
+
13
+
14
+
15
+
16
+
6
17
  # [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)
7
18
 
8
19
 
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.2/packages/byte#readme">@guanghechen/byte</a>
3
+ <a href="https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.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
 
69
69
  ## Usage
70
70
 
71
- [homepage]: https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.2/packages/byte#readme
71
+ [homepage]: https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.3/packages/byte#readme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/byte",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.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.0-alpha.1",
11
+ "url": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.2",
12
12
  "directory": "packages/byte"
13
13
  },
14
- "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.1/packages/byte#readme",
14
+ "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/byte@1.0.0-alpha.2/packages/byte#readme",
15
15
  "keywords": [
16
16
  "Uint8Array"
17
17
  ],
@@ -30,7 +30,7 @@
30
30
  "types": "./lib/types/index.d.ts",
31
31
  "license": "MIT",
32
32
  "engines": {
33
- "node": ">= 16.0.0"
33
+ "node": ">= 18.0.0"
34
34
  },
35
35
  "files": [
36
36
  "lib/",
@@ -45,5 +45,5 @@
45
45
  "prepublishOnly": "yarn build",
46
46
  "test": "node --experimental-vm-modules ../../node_modules/.bin/jest --config ../../jest.config.mjs --rootDir ."
47
47
  },
48
- "gitHead": "37d7aaa6820c1e1b12c2409e0d615fe5c2bd33b6"
48
+ "gitHead": "5c53d6c6b20a5bc1e97a19f97c6adfe88067a7f9"
49
49
  }