Skip to content

Commit 076e40b

Browse files
committed
v4.5.1
1 parent f602c66 commit 076e40b

File tree

21 files changed

+114
-114
lines changed

21 files changed

+114
-114
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.5.0",
5+
"version": "4.5.1",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
77
}

package-lock.json

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/acceptance-tests/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@foal/acceptance-tests",
33
"private": true,
4-
"version": "4.5.0",
4+
"version": "4.5.1",
55
"description": "Acceptance tests of the framework",
66
"scripts": {
77
"test": "mocha --require ts-node/register \"./src/**/*.{spec,feature}.{ts,tsx}\"",
@@ -14,17 +14,17 @@
1414
"node": ">=18.0.0"
1515
},
1616
"dependencies": {
17-
"@foal/core": "^4.5.0",
18-
"@foal/graphiql": "^4.5.0",
19-
"@foal/jwks-rsa": "^4.5.0",
20-
"@foal/jwt": "^4.5.0",
21-
"@foal/mongodb": "^4.5.0",
22-
"@foal/redis": "^4.5.0",
23-
"@foal/social": "^4.5.0",
24-
"@foal/socket.io": "^4.5.0",
25-
"@foal/storage": "^4.5.0",
26-
"@foal/typeorm": "^4.5.0",
27-
"@foal/typestack": "^4.5.0",
17+
"@foal/core": "^4.5.1",
18+
"@foal/graphiql": "^4.5.1",
19+
"@foal/jwks-rsa": "^4.5.1",
20+
"@foal/jwt": "^4.5.1",
21+
"@foal/mongodb": "^4.5.1",
22+
"@foal/redis": "^4.5.1",
23+
"@foal/social": "^4.5.1",
24+
"@foal/socket.io": "^4.5.1",
25+
"@foal/storage": "^4.5.1",
26+
"@foal/typeorm": "^4.5.1",
27+
"@foal/typestack": "^4.5.1",
2828
"@grpc/grpc-js": "~1.10.1",
2929
"@grpc/proto-loader": "~0.7.10",
3030
"@socket.io/redis-adapter": "~8.3.0",

packages/aws-s3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foal/aws-s3",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "AWS S3 storage components for FoalTS",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -45,8 +45,8 @@
4545
"dependencies": {
4646
"@aws-sdk/client-s3": "~3.651.1",
4747
"@aws-sdk/lib-storage": "~3.651.1",
48-
"@foal/core": "^4.5.0",
49-
"@foal/storage": "^4.5.0"
48+
"@foal/core": "^4.5.1",
49+
"@foal/storage": "^4.5.1"
5050
},
5151
"devDependencies": {
5252
"@types/mocha": "10.0.7",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foal/cli",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "CLI tool for FoalTS",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foal/core",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "Full-featured Node.js framework, with no complexity",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -67,7 +67,7 @@
6767
"reflect-metadata": "~0.2.1"
6868
},
6969
"devDependencies": {
70-
"@foal/internal-test": "^4.5.0",
70+
"@foal/internal-test": "^4.5.1",
7171
"@types/mocha": "10.0.7",
7272
"@types/node": "18.18.6",
7373
"@types/supertest": "6.0.2",

0 commit comments

Comments
 (0)