Skip to content

Commit

Permalink
chore: remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Jan 7, 2024
1 parent f8159ec commit ee695c7
Show file tree
Hide file tree
Showing 25 changed files with 20 additions and 915 deletions.
1 change: 0 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<body>
<ol>
<li><a href="./es-bench/">ES Bench</a></li>
<li><a href="./logger/">Logger</a></li>
<li><a href="./fetch/">Fetch</a></li>
<li><a href="./math/">Math</a></li>
<li><a href="./validator/">Validator</a></li>
Expand Down
18 changes: 0 additions & 18 deletions demo/logger/index.html

This file was deleted.

38 changes: 0 additions & 38 deletions demo/logger/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@alwatr/crypto": "workspace:^",
"@alwatr/fetch": "workspace:^",
"@alwatr/logger": "workspace:^",
"@alwatr/logger": "^2.4.1",
"@alwatr/math": "workspace:^",
"@alwatr/util": "workspace:^",
"@alwatr/validator": "workspace:^"
Expand Down
1 change: 0 additions & 1 deletion demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"include": ["**/*.ts"],
"exclude": ["*.d.ts", "node_modules"],
"references": [
{"path": "../packages/logger"},
{"path": "../packages/fetch"},
{"path": "../packages/type"},
{"path": "../packages/crypto"},
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"dependencies": {
"@alwatr/logger": "workspace:^",
"@alwatr/logger": "^2.4.1",
"@alwatr/math": "workspace:^",
"@alwatr/util": "workspace:^"
},
Expand Down
1 change: 0 additions & 1 deletion packages/crypto/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"include": ["src/**/*.ts"],
"exclude": [],
"references": [
{"path": "../logger"},
{"path": "../math"},
]
}
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"dependencies": {
"@alwatr/logger": "workspace:^",
"@alwatr/logger": "^2.4.1",
"@alwatr/util": "workspace:^"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/fetch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"include": ["src/**/*.ts"],
"exclude": [],
"references": [
{"path": "../logger"},
{"path": "../util"},
{"path": "../type"}
]
Expand Down
Loading

0 comments on commit ee695c7

Please sign in to comment.