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

Commit 466cbe9

Browse files
committed
fix: package repo urls
1 parent 31d5862 commit 466cbe9

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

packages/crypto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"repository": {
3434
"type": "git",
3535
"url": "https://github.com/AliMD/alwatr-eslib",
36-
"directory": "core/crypto"
36+
"directory": "packages/crypto"
3737
},
38-
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/crypto#readme",
38+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/crypto#readme",
3939
"bugs": {
4040
"url": "https://github.com/AliMD/alwatr-eslib/issues"
4141
},

packages/fetch/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
100100
### Bug Fixes
101101

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

195195
- all import without .js ([fa739ab](https://github.com/AliMD/alwatr-eslib/commit/fa739ab23f67bae1d10bfcc146920b71377a26fc))
196-
- **core/fetch:** tsconfig refrences ([e6b9542](https://github.com/AliMD/alwatr-eslib/commit/e6b9542284e67b67600da4dcebd19daedb031c9c))
196+
- **packages/fetch:** tsconfig refrences ([e6b9542](https://github.com/AliMD/alwatr-eslib/commit/e6b9542284e67b67600da4dcebd19daedb031c9c))
197197
- **fetch:** always call revalidateCallback ([444edc5](https://github.com/AliMD/alwatr-eslib/commit/444edc52b6dd5de5418ae8630e1f2270f0114372))
198198
- **fetch:** enhance handle and report errors in serviceRequest ([dbfc7ff](https://github.com/AliMD/alwatr-eslib/commit/dbfc7ff2a036216498dc8e2ff58b74b7eb8d9bc0))
199199
- **fetch:** fetch_cache_not_found is not error ([3d1aa4e](https://github.com/AliMD/alwatr-eslib/commit/3d1aa4e572fbf4bc7b0a527a3fdcf4c521af18dd))

packages/fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"repository": {
2828
"type": "git",
2929
"url": "https://github.com/AliMD/alwatr-eslib",
30-
"directory": "core/fetch"
30+
"directory": "packages/fetch"
3131
},
32-
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/fetch#readme",
32+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/fetch#readme",
3333
"bugs": {
3434
"url": "https://github.com/AliMD/alwatr-eslib/issues"
3535
},

packages/logger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/AliMD/alwatr-eslib",
28-
"directory": "core/logger"
28+
"directory": "packages/logger"
2929
},
30-
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/logger#readme",
30+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/logger#readme",
3131
"bugs": {
3232
"url": "https://github.com/AliMD/alwatr-eslib/issues"
3333
},

packages/math/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"repository": {
2424
"type": "git",
2525
"url": "https://github.com/AliMD/alwatr-eslib",
26-
"directory": "core/math"
26+
"directory": "packages/math"
2727
},
28-
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/math#readme",
28+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/math#readme",
2929
"bugs": {
3030
"url": "https://github.com/AliMD/alwatr-eslib/issues"
3131
},

packages/nano-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/AliMD/alwatr-eslib",
27-
"directory": "core/nano-server"
27+
"directory": "packages/nano-server"
2828
},
29-
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/nano-server#readme",
29+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/nano-server#readme",
3030
"bugs": {
3131
"url": "https://github.com/AliMD/alwatr-eslib/issues"
3232
},

packages/type/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
127127

128128
### Bug Fixes
129129

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

134134
### Features
135135

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

263263
### Bug Fixes
264264

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

267267
### Features
268268

269-
- **core/type:** make package ([1d8d1bd](https://github.com/AliMD/alwatr-eslib/commit/1d8d1bdfc39c4b1e238770a69d7c8e0cad593251))
269+
- **packages/type:** make package ([1d8d1bd](https://github.com/AliMD/alwatr-eslib/commit/1d8d1bdfc39c4b1e238770a69d7c8e0cad593251))

packages/type/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"repository": {
2323
"type": "git",
2424
"url": "https://github.com/AliMD/alwatr-eslib",
25-
"directory": "core/type"
25+
"directory": "packages/type"
2626
},
27-
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/type#readme",
27+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/type#readme",
2828
"bugs": {
2929
"url": "https://github.com/AliMD/alwatr-eslib/issues"
3030
}

packages/util/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/AliMD/alwatr-eslib",
28-
"directory": "core/util"
28+
"directory": "packages/util"
2929
},
30-
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/util#readme",
30+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/util#readme",
3131
"bugs": {
3232
"url": "https://github.com/AliMD/alwatr-eslib/issues"
3333
},

packages/validator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"repository": {
2323
"type": "git",
2424
"url": "https://github.com/AliMD/alwatr-eslib",
25-
"directory": "core/validator"
25+
"directory": "packages/validator"
2626
},
27-
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/main/core/validator#readme",
27+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/validator#readme",
2828
"bugs": {
2929
"url": "https://github.com/AliMD/alwatr-eslib/issues"
3030
},

0 commit comments

Comments
 (0)