Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 22, 2024
1 parent 91ed124 commit c994515
Show file tree
Hide file tree
Showing 21 changed files with 114 additions and 114 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "4.4.0",
"version": "4.5.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
}
112 changes: 56 additions & 56 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions packages/acceptance-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foal/acceptance-tests",
"private": true,
"version": "4.4.0",
"version": "4.5.0",
"description": "Acceptance tests of the framework",
"scripts": {
"test": "mocha --require ts-node/register \"./src/**/*.{spec,feature}.{ts,tsx}\"",
Expand All @@ -14,17 +14,17 @@
"node": ">=18.0.0"
},
"dependencies": {
"@foal/core": "^4.4.0",
"@foal/graphiql": "^4.4.0",
"@foal/jwks-rsa": "^4.4.0",
"@foal/jwt": "^4.4.0",
"@foal/mongodb": "^4.4.0",
"@foal/redis": "^4.4.0",
"@foal/social": "^4.4.0",
"@foal/socket.io": "^4.4.0",
"@foal/storage": "^4.4.0",
"@foal/typeorm": "^4.4.0",
"@foal/typestack": "^4.4.0",
"@foal/core": "^4.5.0",
"@foal/graphiql": "^4.5.0",
"@foal/jwks-rsa": "^4.5.0",
"@foal/jwt": "^4.5.0",
"@foal/mongodb": "^4.5.0",
"@foal/redis": "^4.5.0",
"@foal/social": "^4.5.0",
"@foal/socket.io": "^4.5.0",
"@foal/storage": "^4.5.0",
"@foal/typeorm": "^4.5.0",
"@foal/typestack": "^4.5.0",
"@grpc/grpc-js": "~1.10.1",
"@grpc/proto-loader": "~0.7.10",
"@socket.io/redis-adapter": "~8.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/aws-s3",
"version": "4.4.0",
"version": "4.5.0",
"description": "AWS S3 storage components for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@aws-sdk/client-s3": "~3.620.0",
"@aws-sdk/lib-storage": "~3.620.0",
"@foal/core": "^4.4.0",
"@foal/storage": "^4.4.0"
"@foal/core": "^4.5.0",
"@foal/storage": "^4.5.0"
},
"devDependencies": {
"@types/mocha": "10.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/cli",
"version": "4.4.0",
"version": "4.5.0",
"description": "CLI tool for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
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": "@foal/core",
"version": "4.4.0",
"version": "4.5.0",
"description": "Full-featured Node.js framework, with no complexity",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
"reflect-metadata": "~0.2.1"
},
"devDependencies": {
"@foal/internal-test": "^4.4.0",
"@foal/internal-test": "^4.5.0",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"@types/supertest": "6.0.2",
Expand Down
Loading

0 comments on commit c994515

Please sign in to comment.