Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/npenin/akala
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin committed Mar 23, 2024
2 parents 0abd31b + f6f1153 commit c50705b
Show file tree
Hide file tree
Showing 56 changed files with 96 additions and 106 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)


### Bug Fixes
Expand Down Expand Up @@ -144,6 +144,7 @@
* downgrade all packages to support both cjs and mjs 991c494
* downgrade all packages to support both cjs and mjs 56f6136
* downgrade all packages to support both cjs and mjs 5c64966
* eachAsync when pushing new items in the process b6e9573
* edge case cli implementation 9b91c43
* edge case with distinct 6cfd43b
* embrace esm even more 3e7d10a
Expand Down Expand Up @@ -214,6 +215,7 @@
* improve compiler (giving up for now) f23e3f6
* improve config get return type c40bcd5
* improve config typing d14ab8b
* improve consistency of base64 helpers ca29f9d
* improve error logging 1b4ae07
* improve generate performance 88f6fee
* improve get-version 2f156a3
Expand Down Expand Up @@ -440,6 +442,7 @@
* support when @akala/config is not loaded 511f427
* swap build dependencies f7d45dd
* switch processes state to object 5aa41a4
* switch to own base64 to prevent buffer dependencies 67ea439
* testing the backtick replacement 14bd2fb
* tree shaking issue c239808
* trigger signature 28e77a1
Expand Down Expand Up @@ -545,6 +548,7 @@
* add init command 4ca928f
* add interact error from pm 026bbbb
* add jsdoc a43ab28
* add JWT serialization/parsing 066668d
* add keepAttached for pm start 2bef670
* add lazy helper 5530746
* add middleware with priority handling 461c1a4
Expand Down
2 changes: 1 addition & 1 deletion docker/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions docker/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "akala-docker",
"version": "0.4.338",
"version": "0.4.339",
"private": true,
"dependencies": {
"@akala/pm": "^8.0.4",
"yarn": "^1.22.21"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/*",
"docker"
],
"version": "309.0.0",
"version": "310.0.0",
"funding": "https://github.com/npenin/akala?sponsor=1",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
Expand All @@ -32,4 +32,4 @@
}
},
"packageManager": "yarn@4.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/authentication/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# (2024-02-24)
# (2024-03-22)


### Bug Fixes
### Features

* add salt on User model 51b2f11
* add JWT serialization/parsing 066668d



4 changes: 2 additions & 2 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/uuid": "^9.0.7",
"typescript": "^5.3.3"
},
"version": "0.8.118",
"version": "0.9.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
Expand All @@ -52,4 +52,4 @@
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"typings": "./dist/esm/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/automate-yamlloader/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)



4 changes: 2 additions & 2 deletions packages/automate-yamlloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/automate-yamlloader",
"version": "1.3.121",
"version": "1.3.122",
"description": "> TODO: description",
"author": "Nicolas Penin <github@dragon-angel.fr>",
"repository": {
Expand Down Expand Up @@ -44,4 +44,4 @@
},
"types": "./dist/esm/index.d.ts",
"typings": "./dist/esm/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/automate/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)



4 changes: 2 additions & 2 deletions packages/automate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/automate",
"version": "4.0.60",
"version": "4.0.61",
"main": "./dist/cjs/index.js",
"commands": {
"@akala/automate": "./commands.json",
Expand Down Expand Up @@ -65,4 +65,4 @@
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"typings": "./dist/esm/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/aws-lambda/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)



4 changes: 2 additions & 2 deletions packages/aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/aws-lambda",
"version": "1.0.104",
"version": "1.0.105",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\""
Expand Down Expand Up @@ -35,4 +35,4 @@
}
},
"types": "./dist/esm/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/cli/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)



4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/cli",
"version": "2.13.11",
"version": "2.13.12",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"author": "Nicolas Penin <github@dragon-angel.fr>",
Expand Down Expand Up @@ -46,4 +46,4 @@
},
"default": "./dist/cjs/index.js"
}
}
}
2 changes: 1 addition & 1 deletion packages/client-compiler/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)



4 changes: 2 additions & 2 deletions packages/client-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/client-compiler",
"version": "0.0.68",
"version": "0.0.69",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"private": true,
Expand Down Expand Up @@ -35,4 +35,4 @@
"@akala/commands": "workspace:^",
"bun-types": "^1.0.18"
}
}
}
2 changes: 1 addition & 1 deletion packages/client/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/client",
"version": "7.0.56",
"version": "7.0.57",
"description": "",
"main": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts",
Expand Down Expand Up @@ -62,4 +62,4 @@
},
"module": "./dist/esm/index.js",
"typings": "./dist/esm/index.d.ts"
}
}
7 changes: 1 addition & 6 deletions packages/commands/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# (2024-02-24)


### Bug Fixes

* update after core changes 576dc73
# (2024-03-22)



2 changes: 1 addition & 1 deletion packages/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/commands",
"version": "6.7.3",
"version": "6.7.4",
"main": "./dist/cjs/index.browser.js",
"repository": "https://github.com/npenin/akala",
"homepage": "https://akala.js.org/commands",
Expand Down
7 changes: 6 additions & 1 deletion packages/config/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# (2024-02-24)
# (2024-03-22)


### Bug Fixes

* switch to own base64 to prevent buffer dependencies 67ea439



4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/config",
"version": "4.0.15",
"version": "4.0.16",
"main": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts",
"author": "Nicolas Penin <github@dragon-angel.fr>",
Expand Down Expand Up @@ -56,4 +56,4 @@
},
"module": "./dist/esm/index.js",
"typings": "./dist/esm/index.d.ts"
}
}
20 changes: 3 additions & 17 deletions packages/core/changelog.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
# (2024-02-24)
# (2024-03-22)


### Bug Fixes

* runtime bug 53caad3


### Code Refactoring

* remove next in async each/map/grep aaec2ab


### Features

* add form-urlencoded as a content type 6bcb79e


### BREAKING CHANGES

* implementations using NextFunction will not work any longer.
* eachAsync when pushing new items in the process b6e9573
* improve consistency of base64 helpers ca29f9d



4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/core",
"version": "13.0.0",
"version": "13.0.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down Expand Up @@ -63,4 +63,4 @@
},
"gitHead": "d92f6693ed8cca439c8e92d2045bb15c0a7dae43",
"typings": "./dist/esm/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/cron/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)



4 changes: 2 additions & 2 deletions packages/cron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/cron",
"version": "3.2.117",
"version": "3.2.118",
"main": "./dist/cjs/index.js",
"author": "npenin",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -42,4 +42,4 @@
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"typings": "./dist/esm/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/crud/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)



4 changes: 2 additions & 2 deletions packages/crud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/crud",
"version": "0.0.141",
"version": "0.0.142",
"main": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts",
"private": true,
Expand Down Expand Up @@ -28,4 +28,4 @@
},
"module": "./dist/esm/index.js",
"typings": "./dist/esm/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/dashboard/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/dashboard",
"version": "1.225.0",
"version": "1.226.0",
"description": "",
"private": true,
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -54,4 +54,4 @@
},
"module": "./dist/esm/index.js",
"typings": "./dist/esm/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/gateway/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2024-02-24)
# (2024-03-22)



4 changes: 2 additions & 2 deletions packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akala/gateway",
"version": "3.2.103",
"version": "3.2.104",
"main": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts",
"author": "Nicolas Penin <github@dragon-angel.fr>",
Expand Down Expand Up @@ -39,4 +39,4 @@
},
"module": "./dist/esm/index.js",
"typings": "./dist/esm/index.d.ts"
}
}
Loading

0 comments on commit c50705b

Please sign in to comment.