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

Commit

Permalink
chore: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 4, 2023
1 parent 145bf40 commit 3f54d28
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alwatr ESLib
# Alwatr ES SDK

## Introduction

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alwatr-eslib",
"name": "alwatr-es-sdk",
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
"repository": "https://github.com/Alwatr/eslib",
"repository": "https://github.com/Alwatr/alwatr-es-sdk",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/eslib",
"url": "https://github.com/Alwatr/alwatr-es-sdk",
"directory": "packages/crypto"
},
"homepage": "https://github.com/Alwatr/eslib/tree/next/packages/crypto#readme",
"homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/crypto#readme",
"bugs": {
"url": "https://github.com/Alwatr/eslib/issues"
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"dependencies": {
"@alwatr/logger": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/eslib",
"url": "https://github.com/Alwatr/alwatr-es-sdk",
"directory": "packages/fetch"
},
"homepage": "https://github.com/Alwatr/eslib/tree/next/packages/fetch#readme",
"homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/fetch#readme",
"bugs": {
"url": "https://github.com/Alwatr/eslib/issues"
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"dependencies": {
"@alwatr/logger": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/eslib",
"url": "https://github.com/Alwatr/alwatr-es-sdk",
"directory": "packages/logger"
},
"homepage": "https://github.com/Alwatr/eslib/tree/next/packages/logger#readme",
"homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/logger#readme",
"bugs": {
"url": "https://github.com/Alwatr/eslib/issues"
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"devDependencies": {
"@types/node": "^20.10.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/eslib",
"url": "https://github.com/Alwatr/alwatr-es-sdk",
"directory": "packages/math"
},
"homepage": "https://github.com/Alwatr/eslib/tree/next/packages/math#readme",
"homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/math#readme",
"bugs": {
"url": "https://github.com/Alwatr/eslib/issues"
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"dependencies": {
"@alwatr/logger": "workspace:^"
Expand Down
6 changes: 3 additions & 3 deletions packages/nano-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/eslib",
"url": "https://github.com/Alwatr/alwatr-es-sdk",
"directory": "packages/nano-server"
},
"homepage": "https://github.com/Alwatr/eslib/tree/next/packages/nano-server#readme",
"homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/nano-server#readme",
"bugs": {
"url": "https://github.com/Alwatr/eslib/issues"
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"dependencies": {
"@alwatr/logger": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/eslib",
"url": "https://github.com/Alwatr/alwatr-es-sdk",
"directory": "packages/type"
},
"homepage": "https://github.com/Alwatr/eslib/tree/next/packages/type#readme",
"homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/type#readme",
"bugs": {
"url": "https://github.com/Alwatr/eslib/issues"
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"devDependencies": {
"@types/node": "^20.10.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/eslib",
"url": "https://github.com/Alwatr/alwatr-es-sdk",
"directory": "packages/util"
},
"homepage": "https://github.com/Alwatr/eslib/tree/next/packages/util#readme",
"homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/util#readme",
"bugs": {
"url": "https://github.com/Alwatr/eslib/issues"
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"exports": {
".": {
Expand Down
6 changes: 3 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/eslib",
"url": "https://github.com/Alwatr/alwatr-es-sdk",
"directory": "packages/validator"
},
"homepage": "https://github.com/Alwatr/eslib/tree/next/packages/validator#readme",
"homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/validator#readme",
"bugs": {
"url": "https://github.com/Alwatr/eslib/issues"
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"dependencies": {
"@alwatr/math": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1668,9 +1668,9 @@ __metadata:
languageName: node
linkType: hard

"alwatr-eslib@workspace:.":
"alwatr-es-sdk@workspace:.":
version: 0.0.0-use.local
resolution: "alwatr-eslib@workspace:."
resolution: "alwatr-es-sdk@workspace:."
dependencies:
"@lerna-lite/changed": "npm:^3.0.0"
"@lerna-lite/cli": "npm:^3.0.0"
Expand Down

0 comments on commit 3f54d28

Please sign in to comment.