Skip to content

Commit

Permalink
Merge pull request #1131 from FoalTS/v2-10-1
Browse files Browse the repository at this point in the history
v2.10.1
  • Loading branch information
LoicPoullain committed Aug 17, 2022
2 parents 441d4aa + e38441d commit 02e1418
Show file tree
Hide file tree
Showing 44 changed files with 107 additions and 87 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.10.0"
"version": "2.10.1"
}
2 changes: 1 addition & 1 deletion packages/acceptance-tests/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/acceptance-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "@foal/acceptance-tests",
"private": true,
"version": "2.10.0",
"version": "2.10.1",
"description": "Acceptance tests of the framework",
"scripts": {
"test": "mocha --require ts-node/register \"./src/**/*.{spec,feature}.{ts,tsx}\"",
Expand All @@ -11,16 +11,16 @@
"url": "https://github.com/sponsors/LoicPoullain"
},
"dependencies": {
"@foal/core": "^2.10.0",
"@foal/graphiql": "^2.10.0",
"@foal/jwks-rsa": "^2.10.0",
"@foal/jwt": "^2.10.0",
"@foal/mongodb": "^2.10.0",
"@foal/redis": "^2.10.0",
"@foal/social": "^2.10.0",
"@foal/socket.io": "^2.10.0",
"@foal/typeorm": "^2.10.0",
"@foal/typestack": "^2.10.0",
"@foal/core": "^2.10.1",
"@foal/graphiql": "^2.10.1",
"@foal/jwks-rsa": "^2.10.1",
"@foal/jwt": "^2.10.1",
"@foal/mongodb": "^2.10.1",
"@foal/redis": "^2.10.1",
"@foal/social": "^2.10.1",
"@foal/socket.io": "^2.10.1",
"@foal/typeorm": "^2.10.1",
"@foal/typestack": "^2.10.1",
"@grpc/grpc-js": "~1.2.12",
"@grpc/proto-loader": "~0.6.0",
"@socket.io/redis-adapter": "~7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@foal/aws-s3",
"version": "2.10.0",
"version": "2.10.1",
"description": "AWS S3 storage components for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"lib/"
],
"dependencies": {
"@foal/core": "^2.10.0",
"@foal/storage": "^2.10.0",
"@foal/core": "^2.10.1",
"@foal/storage": "^2.10.1",
"aws-sdk": "~2.1069.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/cli",
"version": "2.10.0",
"version": "2.10.1",
"description": "CLI tool for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@foal/core",
"version": "2.10.0",
"version": "2.10.1",
"description": "Full-featured Node.js framework, with no complexity",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -85,7 +85,7 @@
"reflect-metadata": "~0.1.13"
},
"devDependencies": {
"@foal/internal-test": "^2.10.0",
"@foal/internal-test": "^2.10.1",
"@types/mocha": "7.0.2",
"@types/node": "10.17.24",
"@types/supertest": "2.0.10",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"name": "@foal/examples",
"private": true,
"version": "2.10.0",
"version": "2.10.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": "^2.10.0",
"@foal/core": "^2.10.0",
"@foal/graphiql": "^2.10.0",
"@foal/graphql": "^2.10.0",
"@foal/social": "^2.10.0",
"@foal/storage": "^2.10.0",
"@foal/swagger": "^2.10.0",
"@foal/typeorm": "^2.10.0",
"@foal/aws-s3": "^2.10.1",
"@foal/core": "^2.10.1",
"@foal/graphiql": "^2.10.1",
"@foal/graphql": "^2.10.1",
"@foal/social": "^2.10.1",
"@foal/storage": "^2.10.1",
"@foal/swagger": "^2.10.1",
"@foal/typeorm": "^2.10.1",
"better-sqlite3": "~7.5.1",
"graphql": "^15.5.0",
"source-map-support": "~0.5.19",
"typeorm": "~0.2.26",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "^2.10.0",
"@foal/cli": "^2.10.1",
"@types/mocha": "7.0.2",
"@types/node": "10.17.24",
"concurrently": "~5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@foal/graphiql",
"version": "2.10.0",
"version": "2.10.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": "^2.10.0"
"@foal/core": "^2.10.1"
},
"devDependencies": {
"@types/mocha": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@foal/graphql",
"version": "2.10.0",
"version": "2.10.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": "^2.10.0",
"@foal/core": "^2.10.1",
"ajv": "~6.12.0",
"glob": "~7.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"name": "@foal/internal-test",
"private": true,
"version": "2.10.0",
"version": "2.10.1",
"description": "Unpublished package used to run some tests.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@foal/jwks-rsa",
"version": "2.10.0",
"version": "2.10.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": "^2.10.0",
"@foal/jwt": "^2.10.0",
"@foal/core": "^2.10.1",
"@foal/jwt": "^2.10.1",
"@types/mocha": "7.0.2",
"@types/node": "10.17.24",
"mocha": "~8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@foal/jwt",
"version": "2.10.0",
"version": "2.10.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": "^2.10.0",
"@foal/core": "^2.10.1",
"jsonwebtoken": "~8.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@foal/mongodb",
"version": "2.10.0",
"version": "2.10.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": "^2.10.0",
"@foal/core": "^2.10.1",
"mongodb": "~3.7.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/password/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/password/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/password",
"version": "2.10.0",
"version": "2.10.1",
"description": "Password utilities for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/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/redis/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/redis",
"version": "2.10.0",
"version": "2.10.1",
"description": "Redis sessions for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^2.10.0",
"@foal/core": "^2.10.1",
"redis": "~3.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/social/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/social/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/social",
"version": "2.10.0",
"version": "2.10.1",
"description": "Social authentication for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^2.10.0",
"@foal/core": "^2.10.1",
"node-fetch": "~2.6.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/socket.io/package-lock.json

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

0 comments on commit 02e1418

Please sign in to comment.