Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Nov 28, 2022
1 parent 3dcf04f commit 8b0f71f
Show file tree
Hide file tree
Showing 38 changed files with 117 additions and 131 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": "3.0.2"
"version": "3.1.0"
}
28 changes: 7 additions & 21 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/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": "3.0.2",
"version": "3.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": ">=16.0.0"
},
"dependencies": {
"@foal/core": "^3.0.2",
"@foal/graphiql": "^3.0.2",
"@foal/jwks-rsa": "^3.0.2",
"@foal/jwt": "^3.0.2",
"@foal/mongodb": "^3.0.2",
"@foal/redis": "^3.0.2",
"@foal/social": "^3.0.2",
"@foal/socket.io": "^3.0.2",
"@foal/storage": "^3.0.2",
"@foal/typeorm": "^3.0.2",
"@foal/typestack": "^3.0.2",
"@foal/core": "^3.1.0",
"@foal/graphiql": "^3.1.0",
"@foal/jwks-rsa": "^3.1.0",
"@foal/jwt": "^3.1.0",
"@foal/mongodb": "^3.1.0",
"@foal/redis": "^3.1.0",
"@foal/social": "^3.1.0",
"@foal/socket.io": "^3.1.0",
"@foal/storage": "^3.1.0",
"@foal/typeorm": "^3.1.0",
"@foal/typestack": "^3.1.0",
"@grpc/grpc-js": "~1.6.7",
"@grpc/proto-loader": "~0.6.13",
"@socket.io/redis-adapter": "~7.2.0",
Expand Down Expand Up @@ -56,4 +56,4 @@
"ts-node": "~10.9.1",
"typescript": "~4.7.4"
}
}
}
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": "3.0.2",
"version": "3.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.198.0",
"@aws-sdk/lib-storage": "~3.198.0",
"@foal/core": "^3.0.2",
"@foal/storage": "^3.0.2"
"@foal/core": "^3.1.0",
"@foal/storage": "^3.1.0"
},
"devDependencies": {
"@types/mocha": "9.1.1",
Expand All @@ -57,4 +57,4 @@
"ts-node": "~10.9.1",
"typescript": "~4.7.4"
}
}
}
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": "3.0.2",
"version": "3.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.7.4"
}
}
}
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": "3.0.2",
"version": "3.1.0",
"description": "Full-featured Node.js framework, with no complexity",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -86,7 +86,7 @@
"reflect-metadata": "~0.1.13"
},
"devDependencies": {
"@foal/internal-test": "^3.0.2",
"@foal/internal-test": "^3.1.0",
"@types/mocha": "9.1.1",
"@types/node": "16.11.7",
"@types/supertest": "2.0.12",
Expand All @@ -102,4 +102,4 @@
"typescript": "~4.7.4",
"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": "3.0.2",
"version": "3.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": "^3.0.2",
"@foal/core": "^3.0.2",
"@foal/graphiql": "^3.0.2",
"@foal/graphql": "^3.0.2",
"@foal/social": "^3.0.2",
"@foal/storage": "^3.0.2",
"@foal/swagger": "^3.0.2",
"@foal/typeorm": "^3.0.2",
"@foal/aws-s3": "^3.1.0",
"@foal/core": "^3.1.0",
"@foal/graphiql": "^3.1.0",
"@foal/graphql": "^3.1.0",
"@foal/social": "^3.1.0",
"@foal/storage": "^3.1.0",
"@foal/swagger": "^3.1.0",
"@foal/typeorm": "^3.1.0",
"better-sqlite3": "~7.6.2",
"graphql": "~15.8.0",
"source-map-support": "~0.5.21",
"typeorm": "^0.3.10",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "^3.0.2",
"@foal/cli": "^3.1.0",
"@types/mocha": "9.1.1",
"@types/node": "16.11.7",
"concurrently": "~7.5.0",
Expand All @@ -68,4 +68,4 @@
"supervisor": "~0.12.0",
"typescript": "~4.7.4"
}
}
}
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": "3.0.2",
"version": "3.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": "^3.0.2"
"@foal/core": "^3.1.0"
},
"devDependencies": {
"@types/mocha": "9.1.1",
Expand All @@ -53,4 +53,4 @@
"ts-node": "~10.9.1",
"typescript": "~4.7.4"
}
}
}
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": "3.0.2",
"version": "3.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": "^3.0.2",
"@foal/core": "^3.1.0",
"ajv": "~8.11.0",
"glob": "~7.1.4"
},
Expand All @@ -63,4 +63,4 @@
"peerDependencies": {
"graphql": "^15.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.

Loading

0 comments on commit 8b0f71f

Please sign in to comment.