-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected] - @guanghechen/[email protected]
- Loading branch information
1 parent
7a2be8c
commit d9213ee
Showing
41 changed files
with
287 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.7](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-27) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* ⬆️ upgrade dependencies ([46cc61e](https://github.com/guanghechen/node-scaffolds/commit/46cc61e65775666097b40d3b9f7e80c481edf304)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.0.6](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-09-07) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config-jsx#readme">@guanghechen/eslint-config-jsx</a> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config-jsx#readme">@guanghechen/eslint-config-jsx</a> | ||
</h1> | ||
<div align="center"> | ||
<a href="https://www.npmjs.com/package/@guanghechen/eslint-config-jsx"> | ||
|
@@ -119,7 +119,7 @@ See [.eslintrc](https://github.com/guanghechen/node-scaffolds/tree/release-5.x.x | |
* [@guanghechen/eslint-config-ts][] | ||
|
||
|
||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config-jsx#readme | ||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config-jsx#readme | ||
[@guanghechen/eslint-config]: https://www.npmjs.com/package/@guanghechen/eslint-config | ||
[@guanghechen/eslint-config-jsx]: https://www.npmjs.com/package/@guanghechen/eslint-config-jsx | ||
[@guanghechen/eslint-config-ts]: https://www.npmjs.com/package/@guanghechen/eslint-config-ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@guanghechen/eslint-config-jsx", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "eslint config for jsx", | ||
"author": { | ||
"name": "guanghechen", | ||
"url": "https://github.com/guanghechen/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].6", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].7", | ||
"directory": "packages/eslint-config-jsx" | ||
}, | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config-jsx#readme", | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config-jsx#readme", | ||
"keywords": [ | ||
"eslint", | ||
"eslint config", | ||
|
@@ -46,7 +46,7 @@ | |
"dependencies": { | ||
"@babel/eslint-parser": "^7.22.15", | ||
"@babel/plugin-syntax-import-assertions": "^7.22.5", | ||
"@guanghechen/eslint-config": "^5.0.2", | ||
"@guanghechen/eslint-config": "^5.0.3", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.33.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.10](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-27) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* ⬆️ upgrade dependencies ([46cc61e](https://github.com/guanghechen/node-scaffolds/commit/46cc61e65775666097b40d3b9f7e80c481edf304)) | ||
* ⬆️ upgrade dependencies ([80e57df](https://github.com/guanghechen/node-scaffolds/commit/80e57df35ed5beafe12f4150ae1392a7eea1e5af)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.0.9](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config-ts#readme">@guanghechen/eslint-config-ts</a> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config-ts#readme">@guanghechen/eslint-config-ts</a> | ||
</h1> | ||
<div align="center"> | ||
<a href="https://www.npmjs.com/package/@guanghechen/eslint-config-ts"> | ||
|
@@ -119,7 +119,7 @@ See [.eslintrc](https://github.com/guanghechen/node-scaffolds/tree/release-5.x.x | |
* [@guanghechen/eslint-config-jsx][] | ||
|
||
|
||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config-ts#readme | ||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config-ts#readme | ||
[@guanghechen/eslint-config]: https://www.npmjs.com/package/@guanghechen/eslint-config | ||
[@guanghechen/eslint-config-jsx]: https://www.npmjs.com/package/@guanghechen/eslint-config-jsx | ||
[@guanghechen/eslint-config-ts]: https://www.npmjs.com/package/@guanghechen/eslint-config-ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@guanghechen/eslint-config-ts", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"description": "eslint config for ts project", | ||
"author": { | ||
"name": "guanghechen", | ||
"url": "https://github.com/guanghechen/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].9", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10", | ||
"directory": "packages/eslint-config-ts" | ||
}, | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config-ts#readme", | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config-ts#readme", | ||
"keywords": [ | ||
"eslint", | ||
"eslint config", | ||
|
@@ -44,7 +44,7 @@ | |
"README.md" | ||
], | ||
"dependencies": { | ||
"@guanghechen/eslint-config": "^5.0.2", | ||
"@guanghechen/eslint-config": "^5.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.3](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-27) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* ⬆️ upgrade dependencies ([46cc61e](https://github.com/guanghechen/node-scaffolds/commit/46cc61e65775666097b40d3b9f7e80c481edf304)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.0.2](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-08-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config#readme">@guanghechen/eslint-config</a> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config#readme">@guanghechen/eslint-config</a> | ||
</h1> | ||
<div align="center"> | ||
<a href="https://www.npmjs.com/package/@guanghechen/eslint-config"> | ||
|
@@ -76,7 +76,7 @@ Basic eslint config for node.js/javascript project. | |
* [@guanghechen/eslint-config-ts][] | ||
|
||
|
||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config#readme | ||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config#readme | ||
[@guanghechen/eslint-config]: https://www.npmjs.com/package/@guanghechen/eslint-config | ||
[@guanghechen/eslint-config-jsx]: https://www.npmjs.com/package/@guanghechen/eslint-config-jsx | ||
[@guanghechen/eslint-config-ts]: https://www.npmjs.com/package/@guanghechen/eslint-config-ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@guanghechen/eslint-config", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "basic eslint config for node.js/javascript project", | ||
"author": { | ||
"name": "guanghechen", | ||
"url": "https://github.com/guanghechen/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3", | ||
"directory": "packages/eslint-config" | ||
}, | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].2/packages/eslint-config#readme", | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].3/packages/eslint-config#readme", | ||
"keywords": [ | ||
"eslint", | ||
"eslint config" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.11](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-27) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* fix test ([4608554](https://github.com/guanghechen/node-scaffolds/commit/46085540b164bd12e21d00f4affa7ff95eefc301)) | ||
* store ([29d5f9c](https://github.com/guanghechen/node-scaffolds/commit/29d5f9c261823b1d2f00bced899a3ab74476bb8b)) | ||
* remove @guanghechen/helper-buffer, use @guanghechen/byte instead ([7c5f120](https://github.com/guanghechen/node-scaffolds/commit/7c5f120ede0649b5ecf81a2eb008d31b2a9558c8)) | ||
* ✅ fix test ([01acb5c](https://github.com/guanghechen/node-scaffolds/commit/01acb5cd07b65a0707fb0324a33de2af1d2f3860)) | ||
* 🎨 prefer Uint8Array instead of Buffer to hold binary data ([4bf4f62](https://github.com/guanghechen/node-scaffolds/commit/4bf4f628d9d829591d7aaabed117d799ca90cf10)) | ||
* ⚰️ remove @guanghechen/helper-mac, please use @guanghechen/mac instead ([c2b72c9](https://github.com/guanghechen/node-scaffolds/commit/c2b72c925bb636462f896c1aac9c402ff64d68f3)) | ||
* ⬆️ upgrade dependencies ([a74b9f9](https://github.com/guanghechen/node-scaffolds/commit/a74b9f9a5dbe53bc2960733dcf2f27d1dc771049)) | ||
* 🔧 upgrade dependencies ([d100f98](https://github.com/guanghechen/node-scaffolds/commit/d100f980c6e84f6e9365c35a36097810514d0ffb)) | ||
* ⬆️ upgrade dependencies ([cedce6b](https://github.com/guanghechen/node-scaffolds/commit/cedce6bd558208fc46790a6d5ddec7db0c04aaf0)) | ||
* ⬆️ upgrade dependencies ([80e57df](https://github.com/guanghechen/node-scaffolds/commit/80e57df35ed5beafe12f4150ae1392a7eea1e5af)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.0.10](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-cipher-file#readme">@guanghechen/helper-cipher-file</a> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].11/packages/helper-cipher-file#readme">@guanghechen/helper-cipher-file</a> | ||
</h1> | ||
<div align="center"> | ||
<a href="https://www.npmjs.com/package/@guanghechen/helper-cipher-file"> | ||
|
@@ -149,4 +149,4 @@ calcFingerprintFromFile | Calc fingerprint from file. | |
|
||
|
||
|
||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-cipher-file#readme | ||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].11/packages/helper-cipher-file#readme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@guanghechen/helper-cipher-file", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"description": "Utility functions for encrypt / decrypt files.", | ||
"author": { | ||
"name": "guanghechen", | ||
"url": "https://github.com/guanghechen/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].11", | ||
"directory": "packages/helper-cipher-file" | ||
}, | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-cipher-file#readme", | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].11/packages/helper-cipher-file#readme", | ||
"keywords": [ | ||
"cipher", | ||
"cipher helper" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.11](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-27) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* ⬆️ upgrade dependencies ([cedce6b](https://github.com/guanghechen/node-scaffolds/commit/cedce6bd558208fc46790a6d5ddec7db0c04aaf0)) | ||
* ⬆️ upgrade dependencies ([80e57df](https://github.com/guanghechen/node-scaffolds/commit/80e57df35ed5beafe12f4150ae1392a7eea1e5af)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.0.10](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-commander#readme">@guanghechen/helper-commander</a> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].11/packages/helper-commander#readme">@guanghechen/helper-commander</a> | ||
</h1> | ||
<div align="center"> | ||
<a href="https://www.npmjs.com/package/@guanghechen/helper-commander"> | ||
|
@@ -78,6 +78,6 @@ Utility functions for creating command programs tools based on [commander.js][]. | |
* [commander.js][] | ||
|
||
|
||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-commander#readme | ||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].11/packages/helper-commander#readme | ||
[commander.js]: https://github.com/tj/commander.js/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@guanghechen/helper-commander", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"description": "Utils for creating node.js command line program", | ||
"author": { | ||
"name": "guanghechen", | ||
"url": "https://github.com/guanghechen/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].11", | ||
"directory": "packages/helper-commander" | ||
}, | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-commander#readme", | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].11/packages/helper-commander#readme", | ||
"keywords": [ | ||
"commander" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,21 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.10](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-27) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* store ([29d5f9c](https://github.com/guanghechen/node-scaffolds/commit/29d5f9c261823b1d2f00bced899a3ab74476bb8b)) | ||
* 🎨 prefer Uint8Array instead of Buffer to hold binary data ([4bf4f62](https://github.com/guanghechen/node-scaffolds/commit/4bf4f628d9d829591d7aaabed117d799ca90cf10)) | ||
* ⚰️ remove @guanghechen/helper-mac, please use @guanghechen/mac instead ([c2b72c9](https://github.com/guanghechen/node-scaffolds/commit/c2b72c925bb636462f896c1aac9c402ff64d68f3)) | ||
* ⬆️ upgrade dependencies ([cedce6b](https://github.com/guanghechen/node-scaffolds/commit/cedce6bd558208fc46790a6d5ddec7db0c04aaf0)) | ||
* ⬆️ upgrade dependencies ([80e57df](https://github.com/guanghechen/node-scaffolds/commit/80e57df35ed5beafe12f4150ae1392a7eea1e5af)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.0.9](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].9/packages/helper-config#readme">@guanghechen/helper-config</a> | ||
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-config#readme">@guanghechen/helper-config</a> | ||
</h1> | ||
<div align="center"> | ||
<a href="https://www.npmjs.com/package/@guanghechen/helper-config"> | ||
|
@@ -68,4 +68,4 @@ Name | Description | |
`JsonConfigKeeper` | | ||
|
||
|
||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].9/packages/helper-config#readme | ||
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-config#readme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@guanghechen/helper-config", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"description": "Utilities for read / write config files.", | ||
"author": { | ||
"name": "guanghechen", | ||
"url": "https://github.com/guanghechen/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].9", | ||
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10", | ||
"directory": "packages/helper-config" | ||
}, | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].9/packages/helper-config#readme", | ||
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/[email protected].10/packages/helper-config#readme", | ||
"keywords": [ | ||
"config" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.11](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-27) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* store ([29d5f9c](https://github.com/guanghechen/node-scaffolds/commit/29d5f9c261823b1d2f00bced899a3ab74476bb8b)) | ||
* ✅ fix test ([af96792](https://github.com/guanghechen/node-scaffolds/commit/af96792cb4718ab1525553017f4b2a681719db60)) | ||
* 🎨 prefer Uint8Array instead of Buffer to hold binary data ([4bf4f62](https://github.com/guanghechen/node-scaffolds/commit/4bf4f628d9d829591d7aaabed117d799ca90cf10)) | ||
* ⚰️ remove @guanghechen/helper-mac, please use @guanghechen/mac instead ([c2b72c9](https://github.com/guanghechen/node-scaffolds/commit/c2b72c925bb636462f896c1aac9c402ff64d68f3)) | ||
* ⬆️ upgrade dependencies ([a74b9f9](https://github.com/guanghechen/node-scaffolds/commit/a74b9f9a5dbe53bc2960733dcf2f27d1dc771049)) | ||
* 🔧 upgrade dependencies ([d100f98](https://github.com/guanghechen/node-scaffolds/commit/d100f980c6e84f6e9365c35a36097810514d0ffb)) | ||
* ⬆️ upgrade dependencies ([cedce6b](https://github.com/guanghechen/node-scaffolds/commit/cedce6bd558208fc46790a6d5ddec7db0c04aaf0)) | ||
* ⬆️ upgrade dependencies ([80e57df](https://github.com/guanghechen/node-scaffolds/commit/80e57df35ed5beafe12f4150ae1392a7eea1e5af)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.0.10](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/[email protected]...@guanghechen/[email protected]) (2023-10-18) | ||
|
||
|
||
|
Oops, something went wrong.