Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Oct 30, 2022
1 parent 660b735 commit 9eb5a15
Show file tree
Hide file tree
Showing 37 changed files with 93 additions and 93 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.0"
"version": "3.0.1"
}
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.

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": "3.0.0",
"version": "3.0.1",
"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.0",
"@foal/graphiql": "^3.0.0",
"@foal/jwks-rsa": "^3.0.0",
"@foal/jwt": "^3.0.0",
"@foal/mongodb": "^3.0.0",
"@foal/redis": "^3.0.0",
"@foal/social": "^3.0.0",
"@foal/socket.io": "^3.0.0",
"@foal/storage": "^3.0.0",
"@foal/typeorm": "^3.0.0",
"@foal/typestack": "^3.0.0",
"@foal/core": "^3.0.1",
"@foal/graphiql": "^3.0.1",
"@foal/jwks-rsa": "^3.0.1",
"@foal/jwt": "^3.0.1",
"@foal/mongodb": "^3.0.1",
"@foal/redis": "^3.0.1",
"@foal/social": "^3.0.1",
"@foal/socket.io": "^3.0.1",
"@foal/storage": "^3.0.1",
"@foal/typeorm": "^3.0.1",
"@foal/typestack": "^3.0.1",
"@grpc/grpc-js": "~1.6.7",
"@grpc/proto-loader": "~0.6.13",
"@socket.io/redis-adapter": "~7.2.0",
Expand Down
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.

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": "3.0.0",
"version": "3.0.1",
"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.113.0",
"@aws-sdk/lib-storage": "~3.113.0",
"@foal/core": "^3.0.0",
"@foal/storage": "^3.0.0"
"@foal/core": "^3.0.1",
"@foal/storage": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "9.1.1",
Expand Down
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.0",
"version": "3.0.1",
"description": "CLI tool for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -72,4 +72,4 @@
"ts-node": "~10.8.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.

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": "3.0.0",
"version": "3.0.1",
"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.0",
"@foal/internal-test": "^3.0.1",
"@types/mocha": "9.1.1",
"@types/node": "16.11.7",
"@types/supertest": "2.0.12",
Expand Down
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.

20 changes: 10 additions & 10 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.0",
"version": "3.0.1",
"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.0",
"@foal/core": "^3.0.0",
"@foal/graphiql": "^3.0.0",
"@foal/graphql": "^3.0.0",
"@foal/social": "^3.0.0",
"@foal/storage": "^3.0.0",
"@foal/swagger": "^3.0.0",
"@foal/typeorm": "^3.0.0",
"@foal/aws-s3": "^3.0.1",
"@foal/core": "^3.0.1",
"@foal/graphiql": "^3.0.1",
"@foal/graphql": "^3.0.1",
"@foal/social": "^3.0.1",
"@foal/storage": "^3.0.1",
"@foal/swagger": "^3.0.1",
"@foal/typeorm": "^3.0.1",
"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.0",
"@foal/cli": "^3.0.1",
"@types/mocha": "9.1.1",
"@types/node": "16.11.7",
"concurrently": "~7.2.2",
Expand Down
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.

4 changes: 2 additions & 2 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.0",
"version": "3.0.1",
"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.0"
"@foal/core": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "9.1.1",
Expand Down
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.

4 changes: 2 additions & 2 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.0",
"version": "3.0.1",
"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.0",
"@foal/core": "^3.0.1",
"ajv": "~8.11.0",
"glob": "~7.1.4"
},
Expand Down
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": "3.0.0",
"version": "3.0.1",
"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.

6 changes: 3 additions & 3 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": "3.0.0",
"version": "3.0.1",
"description": "Integration of the library jwks-rsa with FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@foal/jwt": "^2.0.0"
},
"devDependencies": {
"@foal/core": "^3.0.0",
"@foal/jwt": "^3.0.0",
"@foal/core": "^3.0.1",
"@foal/jwt": "^3.0.1",
"@types/mocha": "9.1.1",
"@types/node": "16.11.7",
"mocha": "~10.0.0",
Expand Down
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.

4 changes: 2 additions & 2 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/jwt",
"version": "3.0.0",
"version": "3.0.1",
"description": "Authentication with JWT for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^3.0.0",
"@foal/core": "^3.0.1",
"jsonwebtoken": "~8.5.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/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/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/mongodb",
"version": "3.0.0",
"version": "3.0.1",
"description": "MongoDB package for FoalTS session",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^3.0.0",
"@foal/core": "^3.0.1",
"mongodb": "~4.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9eb5a15

Please sign in to comment.