Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix: package repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 19, 2023
1 parent 31d5862 commit 466cbe9
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr-eslib",
"directory": "core/crypto"
"directory": "packages/crypto"
},
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/crypto#readme",
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/crypto#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Bug Fixes

- all import without .js ([fa739ab](https://github.com/AliMD/alwatr-eslib/commit/fa739ab23f67bae1d10bfcc146920b71377a26fc))
- **core/fetch:** tsconfig refrences ([e6b9542](https://github.com/AliMD/alwatr-eslib/commit/e6b9542284e67b67600da4dcebd19daedb031c9c))
- **packages/fetch:** tsconfig refrences ([e6b9542](https://github.com/AliMD/alwatr-eslib/commit/e6b9542284e67b67600da4dcebd19daedb031c9c))
- **fetch:** always call revalidateCallback ([444edc5](https://github.com/AliMD/alwatr-eslib/commit/444edc52b6dd5de5418ae8630e1f2270f0114372))
- **fetch:** enhance handle and report errors in serviceRequest ([dbfc7ff](https://github.com/AliMD/alwatr-eslib/commit/dbfc7ff2a036216498dc8e2ff58b74b7eb8d9bc0))
- **fetch:** fetch_cache_not_found is not error ([3d1aa4e](https://github.com/AliMD/alwatr-eslib/commit/3d1aa4e572fbf4bc7b0a527a3fdcf4c521af18dd))
Expand Down Expand Up @@ -193,7 +193,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Bug Fixes

- all import without .js ([fa739ab](https://github.com/AliMD/alwatr-eslib/commit/fa739ab23f67bae1d10bfcc146920b71377a26fc))
- **core/fetch:** tsconfig refrences ([e6b9542](https://github.com/AliMD/alwatr-eslib/commit/e6b9542284e67b67600da4dcebd19daedb031c9c))
- **packages/fetch:** tsconfig refrences ([e6b9542](https://github.com/AliMD/alwatr-eslib/commit/e6b9542284e67b67600da4dcebd19daedb031c9c))
- **fetch:** always call revalidateCallback ([444edc5](https://github.com/AliMD/alwatr-eslib/commit/444edc52b6dd5de5418ae8630e1f2270f0114372))
- **fetch:** enhance handle and report errors in serviceRequest ([dbfc7ff](https://github.com/AliMD/alwatr-eslib/commit/dbfc7ff2a036216498dc8e2ff58b74b7eb8d9bc0))
- **fetch:** fetch_cache_not_found is not error ([3d1aa4e](https://github.com/AliMD/alwatr-eslib/commit/3d1aa4e572fbf4bc7b0a527a3fdcf4c521af18dd))
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr-eslib",
"directory": "core/fetch"
"directory": "packages/fetch"
},
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/fetch#readme",
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/fetch#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr-eslib",
"directory": "core/logger"
"directory": "packages/logger"
},
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/logger#readme",
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/logger#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr-eslib",
"directory": "core/math"
"directory": "packages/math"
},
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/math#readme",
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/math#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nano-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr-eslib",
"directory": "core/nano-server"
"directory": "packages/nano-server"
},
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/nano-server#readme",
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/nano-server#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

- **core/type:** remove extras ([63fe462](https://github.com/AliMD/alwatr-eslib/commit/63fe462e88e1d3e0dca8696f0c4c073ebc94c490))
- **packages/type:** remove extras ([63fe462](https://github.com/AliMD/alwatr-eslib/commit/63fe462e88e1d3e0dca8696f0c4c073ebc94c490))
- resolve conflict ([052314d](https://github.com/AliMD/alwatr-eslib/commit/052314d2adb3b9b0e44e54f9b8e6d60fc1827075))
- review issue ([e5d192c](https://github.com/AliMD/alwatr-eslib/commit/e5d192cbee6917c2de01146cf8bd026895724ab8))

### Features

- **core/type:** make package ([1d8d1bd](https://github.com/AliMD/alwatr-eslib/commit/1d8d1bdfc39c4b1e238770a69d7c8e0cad593251))
- **packages/type:** make package ([1d8d1bd](https://github.com/AliMD/alwatr-eslib/commit/1d8d1bdfc39c4b1e238770a69d7c8e0cad593251))
- **type:** add types ([2de3842](https://github.com/AliMD/alwatr-eslib/commit/2de384297b70b9818ec8d62ce8d31be4822d95a4))
- **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr-eslib/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17))
- **type:** define chat type ([e4a345a](https://github.com/AliMD/alwatr-eslib/commit/e4a345a7c932d88f0d13e2df1b3dd7d2ad745932))
Expand Down Expand Up @@ -262,8 +262,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

- **core/type:** remove extras ([63fe462](https://github.com/AliMD/alwatr-eslib/commit/63fe462e88e1d3e0dca8696f0c4c073ebc94c490))
- **packages/type:** remove extras ([63fe462](https://github.com/AliMD/alwatr-eslib/commit/63fe462e88e1d3e0dca8696f0c4c073ebc94c490))

### Features

- **core/type:** make package ([1d8d1bd](https://github.com/AliMD/alwatr-eslib/commit/1d8d1bdfc39c4b1e238770a69d7c8e0cad593251))
- **packages/type:** make package ([1d8d1bd](https://github.com/AliMD/alwatr-eslib/commit/1d8d1bdfc39c4b1e238770a69d7c8e0cad593251))
4 changes: 2 additions & 2 deletions packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr-eslib",
"directory": "core/type"
"directory": "packages/type"
},
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/type#readme",
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/type#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr-eslib/issues"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr-eslib",
"directory": "core/util"
"directory": "packages/util"
},
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/util#readme",
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/util#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr-eslib",
"directory": "core/validator"
"directory": "packages/validator"
},
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/validator#readme",
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/validator#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
Expand Down

0 comments on commit 466cbe9

Please sign in to comment.