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

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/crypto@1.1.8
 - @alwatr/fetch@2.0.4
 - @alwatr/logger@2.0.0
 - @alwatr/math@1.1.8
 - @alwatr/nano-server@1.1.8
 - @alwatr/util@1.2.6
 - @alwatr/validator@1.1.8
  • Loading branch information
AliMD committed Oct 23, 2023
1 parent c4acf34 commit 66a8209
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 16 deletions.
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.7...@alwatr/crypto@1.1.8) (2023-10-23)

### Bug Fixes

* **crypto:** compatible with new logger api ([f867317](https://github.com/AliMD/alwatr-eslib/commit/f8673178d18f14276e13dcb35a7d973f301a722b)) by @AliMD

## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.6...@alwatr/crypto@1.1.7) (2023-10-23)

**Note:** Version bump only for package @alwatr/crypto
Expand Down
6 changes: 3 additions & 3 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/crypto",
"version": "1.1.7",
"version": "1.1.8",
"description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.",
"keywords": [
"crypto",
Expand Down Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^1.2.0",
"@alwatr/math": "^1.1.7",
"@alwatr/logger": "^2.0.0",
"@alwatr/math": "^1.1.8",
"tslib": "^2.6.2"
}
}
6 changes: 6 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.3...@alwatr/fetch@2.0.4) (2023-10-23)

### Bug Fixes

* **fetch:** compatible with new logger api ([a51d7d2](https://github.com/AliMD/alwatr-eslib/commit/a51d7d23e9f7760c4d68685375cc8010456128fc)) by @AliMD

## [2.0.3](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/fetch@2.0.2...@alwatr/fetch@2.0.3) (2023-10-23)

**Note:** Version bump only for package @alwatr/fetch
Expand Down
6 changes: 3 additions & 3 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "2.0.3",
"version": "2.0.4",
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.",
"keywords": [
"fetch",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^1.2.0",
"@alwatr/util": "^1.2.5",
"@alwatr/logger": "^2.0.0",
"@alwatr/util": "^1.2.6",
"tslib": "^2.6.2"
}
}
17 changes: 17 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.2.0...@alwatr/logger@2.0.0) (2023-10-23)

### Bug Fixes

* **logger:** remove globalAlwatr ([e7a7236](https://github.com/AliMD/alwatr-eslib/commit/e7a72361715cbeb05c5dea4dbff7c2b583d2eab2)) by @AliMD

### Features

* **logger:** define logger package ([5beaaf4](https://github.com/AliMD/alwatr-eslib/commit/5beaaf4f6f2f74d4976f9d0d58927526f283d5f9)) by @AliMD
* **logger:** definePackage, the new api for global alwatr ([e3635e2](https://github.com/AliMD/alwatr-eslib/commit/e3635e2012e5ab5a79622693c5bf7c4639840258)) by @AliMD
* **logger:** remove desc from incident & accident ([fa38b68](https://github.com/AliMD/alwatr-eslib/commit/fa38b68ce63524f1b53f3ad135450289eff66ae8)) by @AliMD

### BREAKING CHANGES

* **logger:** remove desc from incident & accident
* **logger:** global Alwatr.registeredList not exist anymore

# [1.2.0](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.5...@alwatr/logger@1.2.0) (2023-10-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/logger",
"version": "1.2.0",
"version": "2.0.0",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down
6 changes: 6 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.7...@alwatr/math@1.1.8) (2023-10-23)

### Bug Fixes

* **math:** compatible with new logger api ([49d1a28](https://github.com/AliMD/alwatr-eslib/commit/49d1a28c8165893febfec3a9867e169bb860fd73)) by @AliMD

## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.6...@alwatr/math@1.1.7) (2023-10-23)

**Note:** Version bump only for package @alwatr/math
Expand Down
4 changes: 2 additions & 2 deletions packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/math",
"version": "1.1.7",
"version": "1.1.8",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^1.2.0",
"@alwatr/logger": "^2.0.0",
"tslib": "^2.6.2"
}
}
6 changes: 6 additions & 0 deletions packages/nano-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.7...@alwatr/nano-server@1.1.8) (2023-10-23)

### Bug Fixes

* **nano-server:** compatible with new logger api ([ecace8b](https://github.com/AliMD/alwatr-eslib/commit/ecace8bd5b0007e605c7e4eeebc1c1806d8f84d6)) by @AliMD

## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/nano-server@1.1.6...@alwatr/nano-server@1.1.7) (2023-10-23)

**Note:** Version bump only for package @alwatr/nano-server
Expand Down
6 changes: 3 additions & 3 deletions packages/nano-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nano-server",
"version": "1.1.7",
"version": "1.1.8",
"description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.",
"keywords": [
"server",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^1.2.0",
"@alwatr/math": "^1.1.7",
"@alwatr/logger": "^2.0.0",
"@alwatr/math": "^1.1.8",
"tslib": "^2.6.2"
}
}
4 changes: 4 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.6](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.5...@alwatr/util@1.2.6) (2023-10-23)

**Note:** Version bump only for package @alwatr/util

## [1.2.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/util@1.2.4...@alwatr/util@1.2.5) (2023-10-23)

**Note:** Version bump only for package @alwatr/util
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/util",
"version": "1.2.5",
"version": "1.2.6",
"description": "Util library written in tiny TypeScript module.",
"keywords": [
"util",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
},
"dependencies": {
"@alwatr/math": "^1.1.7",
"@alwatr/math": "^1.1.8",
"@alwatr/type": "^1.1.4",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.7...@alwatr/validator@1.1.8) (2023-10-23)

**Note:** Version bump only for package @alwatr/validator

## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/validator@1.1.6...@alwatr/validator@1.1.7) (2023-10-23)

**Note:** Version bump only for package @alwatr/validator
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/validator",
"version": "1.1.7",
"version": "1.1.8",
"description": "Simple useful validator library written in tiny TypeScript module.",
"keywords": [
"validator",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/AliMD/alwatr-eslib/issues"
},
"dependencies": {
"@alwatr/math": "^1.1.7",
"@alwatr/math": "^1.1.8",
"@alwatr/type": "^1.1.4",
"tslib": "^2.6.2"
}
Expand Down

0 comments on commit 66a8209

Please sign in to comment.