Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rezonant committed Jan 24, 2024
1 parent fbddaa4 commit e1e2f0e
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.6.0"
"version": "3.6.1"
}
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "@alterior/cli",
"version": "3.6.0",
"version": "3.6.1",
"description": "Provides the `alt` command line tool for managing Alterior projects",
"main": "dist/index.js",
"module": "dist.esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@alterior/annotations": "^3.5.6",
"@alterior/command-line": "^3.2.0",
"@alterior/common": "^3.4.0",
"@alterior/runtime": "^3.6.0",
"@alterior/runtime": "^3.6.1",
"mkdirp": "^1.0.4",
"source-map-support": "^0.5.19",
"tslib": "^2.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/express",
"version": "3.6.0",
"version": "3.6.1",
"description": "Access Express state within an Alterior app",
"author": "The Alterior Project (https://github.com/alterior-mvc)",
"license": "MIT",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@alterior/di": "^3.5.6",
"@alterior/logging": "^3.6.0",
"@alterior/web-server": "^3.6.0",
"@alterior/logging": "^3.6.1",
"@alterior/web-server": "^3.6.1",
"express": "^4.17.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/fastify",
"version": "3.6.0",
"version": "3.6.1",
"description": "Access Fastify state within an Alterior app",
"author": "The Alterior Project (https://github.com/alterior-mvc)",
"license": "MIT",
Expand Down Expand Up @@ -37,8 +37,8 @@
"docs": "typedoc ."
},
"dependencies": {
"@alterior/logging": "^3.6.0",
"@alterior/web-server": "^3.6.0",
"@alterior/logging": "^3.6.1",
"@alterior/web-server": "^3.6.1",
"fastify": "^2.15.3"
},
"gitHead": "5e232d07529b9d9f0d5aeba04e08d6e571998720"
Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/http",
"version": "3.6.0",
"version": "3.6.1",
"description": "Flexible and configurable HTTP client",
"author": "The Alterior Project (https://github.com/alterior-mvc)",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@alterior/common": "^3.4.0",
"@alterior/di": "^3.5.6",
"@alterior/runtime": "^3.6.0",
"@alterior/runtime": "^3.6.1",
"rxjs": "^7.8.0",
"tslib": "^2.3.1",
"xhr2": "^0.1.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/logging",
"version": "3.6.0",
"version": "3.6.1",
"description": "Configurable context-aware logging",
"author": "The Alterior Project (https://github.com/alterior-mvc)",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@alterior/annotations": "^3.5.6",
"@alterior/common": "^3.4.0",
"@alterior/di": "^3.5.6",
"@alterior/runtime": "^3.6.0",
"@alterior/runtime": "^3.6.1",
"rxjs": "^7.8.0"
},
"gitHead": "5c18a5ddde7719d8f439fcf22804280fb56cf255"
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/platform-angular",
"version": "3.6.0",
"version": "3.6.1",
"description": "Use Alterior modules in Angular apps",
"author": "The Alterior Project (https://github.com/alterior-mvc)",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@alterior/annotations": "^3.5.6",
"@alterior/common": "^3.4.0",
"@alterior/di": "^3.5.6",
"@alterior/runtime": "^3.6.0"
"@alterior/runtime": "^3.6.1"
},
"gitHead": "5c18a5ddde7719d8f439fcf22804280fb56cf255"
}
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/runtime",
"version": "3.6.0",
"version": "3.6.1",
"description": "Core runtime for Alterior apps",
"author": "The Alterior Project (https://github.com/alterior-mvc)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/tasks",
"version": "3.6.0",
"version": "3.6.1",
"description": "Flexible background task system",
"author": "The Alterior Project (https://github.com/alterior-mvc)",
"license": "MIT",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@alterior/annotations": "^3.5.6",
"@alterior/common": "^3.4.0",
"@alterior/di": "^3.5.6",
"@alterior/logging": "^3.6.0",
"@alterior/runtime": "^3.6.0",
"@alterior/logging": "^3.6.1",
"@alterior/runtime": "^3.6.1",
"bull": "^3.18.0",
"kind-of": ">=6.0.3",
"tslib": "^2.3.1"
Expand Down
Loading

0 comments on commit e1e2f0e

Please sign in to comment.