Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Oct 24, 2023
1 parent 26bf4fc commit b877ef3
Show file tree
Hide file tree
Showing 39 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "4.0.0"
"version": "4.1.0"
}
4 changes: 2 additions & 2 deletions packages/acceptance-tests/package-lock.json

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

26 changes: 13 additions & 13 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.0.0",
"version": "4.1.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.0.0",
"@foal/graphiql": "^4.0.0",
"@foal/jwks-rsa": "^4.0.0",
"@foal/jwt": "^4.0.0",
"@foal/mongodb": "^4.0.0",
"@foal/redis": "^4.0.0",
"@foal/social": "^4.0.0",
"@foal/socket.io": "^4.0.0",
"@foal/storage": "^4.0.0",
"@foal/typeorm": "^4.0.0",
"@foal/typestack": "^4.0.0",
"@foal/core": "^4.1.0",
"@foal/graphiql": "^4.1.0",
"@foal/jwks-rsa": "^4.1.0",
"@foal/jwt": "^4.1.0",
"@foal/mongodb": "^4.1.0",
"@foal/redis": "^4.1.0",
"@foal/social": "^4.1.0",
"@foal/socket.io": "^4.1.0",
"@foal/storage": "^4.1.0",
"@foal/typeorm": "^4.1.0",
"@foal/typestack": "^4.1.0",
"@grpc/grpc-js": "~1.9.2",
"@grpc/proto-loader": "~0.7.9",
"@socket.io/redis-adapter": "~8.2.1",
Expand Down Expand Up @@ -56,4 +56,4 @@
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/aws-s3/package-lock.json

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

8 changes: 4 additions & 4 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.0.0",
"version": "4.1.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.405.0",
"@aws-sdk/lib-storage": "~3.405.0",
"@foal/core": "^4.0.0",
"@foal/storage": "^4.0.0"
"@foal/core": "^4.1.0",
"@foal/storage": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "10.0.1",
Expand All @@ -57,4 +57,4 @@
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/cli/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": "@foal/cli",
"version": "4.0.0",
"version": "4.1.0",
"description": "CLI tool for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -73,4 +73,4 @@
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/core",
"version": "4.0.0",
"version": "4.1.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.1.13"
},
"devDependencies": {
"@foal/internal-test": "^4.0.0",
"@foal/internal-test": "^4.1.0",
"@types/mocha": "10.0.1",
"@types/node": "18.18.6",
"@types/supertest": "2.0.12",
Expand All @@ -82,4 +82,4 @@
"typescript": "~4.9.5",
"yamljs": "~0.3.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/examples/package-lock.json

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

22 changes: 11 additions & 11 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foal/examples",
"private": true,
"version": "4.0.0",
"version": "4.1.0",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" build",
Expand Down Expand Up @@ -44,22 +44,22 @@
},
"license": "MIT",
"dependencies": {
"@foal/aws-s3": "^4.0.0",
"@foal/core": "^4.0.0",
"@foal/graphiql": "^4.0.0",
"@foal/graphql": "^4.0.0",
"@foal/social": "^4.0.0",
"@foal/storage": "^4.0.0",
"@foal/swagger": "^4.0.0",
"@foal/typeorm": "^4.0.0",
"@foal/aws-s3": "^4.1.0",
"@foal/core": "^4.1.0",
"@foal/graphiql": "^4.1.0",
"@foal/graphql": "^4.1.0",
"@foal/social": "^4.1.0",
"@foal/storage": "^4.1.0",
"@foal/swagger": "^4.1.0",
"@foal/typeorm": "^4.1.0",
"graphql": "~16.8.0",
"source-map-support": "~0.5.21",
"sqlite3": "~5.1.6",
"typeorm": "0.3.17",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "^4.0.0",
"@foal/cli": "^4.1.0",
"@types/mocha": "10.0.1",
"@types/node": "18.18.6",
"concurrently": "~8.2.1",
Expand All @@ -68,4 +68,4 @@
"supervisor": "~0.12.0",
"typescript": "~4.9.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/graphiql/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/graphiql",
"version": "4.0.0",
"version": "4.1.0",
"description": "GraphiQL integration for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^4.0.0"
"@foal/core": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "10.0.1",
Expand All @@ -53,4 +53,4 @@
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/graphql/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/graphql",
"version": "4.0.0",
"version": "4.1.0",
"description": "GraphQL integration for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^4.0.0",
"@foal/core": "^4.1.0",
"ajv": "~8.12.0",
"glob": "~10.3.4"
},
Expand All @@ -58,4 +58,4 @@
"peerDependencies": {
"graphql": "^16.8.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/internal-test/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/internal-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foal/internal-test",
"private": true,
"version": "4.0.0",
"version": "4.1.0",
"description": "Unpublished package used to run some tests.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/jwks-rsa/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/jwks-rsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/jwks-rsa",
"version": "4.0.0",
"version": "4.1.0",
"description": "Integration of the library jwks-rsa with FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -50,13 +50,13 @@
"@foal/jwt": "^2.0.0"
},
"devDependencies": {
"@foal/core": "^4.0.0",
"@foal/jwt": "^4.0.0",
"@foal/core": "^4.1.0",
"@foal/jwt": "^4.1.0",
"@types/mocha": "10.0.1",
"@types/node": "18.18.6",
"mocha": "~10.2.0",
"rimraf": "~5.0.1",
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/jwt/package-lock.json

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

0 comments on commit b877ef3

Please sign in to comment.