From 466cbe9188f24e1a1bc36d879a95b52538a58f16 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 20 Sep 2023 00:09:30 +0330 Subject: [PATCH] fix: package repo urls --- packages/crypto/package.json | 4 ++-- packages/fetch/CHANGELOG.md | 4 ++-- packages/fetch/package.json | 4 ++-- packages/logger/package.json | 4 ++-- packages/math/package.json | 4 ++-- packages/nano-server/package.json | 4 ++-- packages/type/CHANGELOG.md | 8 ++++---- packages/type/package.json | 4 ++-- packages/util/package.json | 4 ++-- packages/validator/package.json | 4 ++-- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 0a1d230..c9c2368 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -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" }, diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index c612929..97473a6 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -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)) @@ -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)) diff --git a/packages/fetch/package.json b/packages/fetch/package.json index e45b533..889e2c0 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -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" }, diff --git a/packages/logger/package.json b/packages/logger/package.json index 276269a..2676321 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -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" }, diff --git a/packages/math/package.json b/packages/math/package.json index 925e798..721e3f0 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -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" }, diff --git a/packages/nano-server/package.json b/packages/nano-server/package.json index d1feb92..340c391 100644 --- a/packages/nano-server/package.json +++ b/packages/nano-server/package.json @@ -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" }, diff --git a/packages/type/CHANGELOG.md b/packages/type/CHANGELOG.md index ac86b05..fd92b53 100644 --- a/packages/type/CHANGELOG.md +++ b/packages/type/CHANGELOG.md @@ -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)) @@ -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)) diff --git a/packages/type/package.json b/packages/type/package.json index 88b095b..56664f4 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -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" } diff --git a/packages/util/package.json b/packages/util/package.json index 6d61efa..b216448 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -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" }, diff --git a/packages/validator/package.json b/packages/validator/package.json index 88bd615..11029b5 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -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" },