Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Jul 17, 2020
1 parent bf38c63 commit 6f1d162
Show file tree
Hide file tree
Showing 43 changed files with 78 additions and 78 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": "1.9.0"
"version": "1.10.0"
}
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foal/acceptance-tests",
"private": true,
"version": "1.9.0",
"version": "1.10.0",
"description": "Acceptance tests of the framework",
"scripts": {
"test": "mocha --require ts-node/register \"./src/**/*.spec.{ts,tsx}\"",
Expand All @@ -11,16 +11,16 @@
"url": "https://github.com/sponsors/LoicPoullain"
},
"dependencies": {
"@foal/core": "^1.9.0",
"@foal/csrf": "^1.9.0",
"@foal/formidable": "^1.9.0",
"@foal/jwks-rsa": "^1.9.0",
"@foal/jwt": "^1.9.0",
"@foal/mongodb": "^1.9.0",
"@foal/mongoose": "^1.9.0",
"@foal/redis": "^1.9.0",
"@foal/typeorm": "^1.9.0",
"@foal/typestack": "^1.9.0",
"@foal/core": "^1.10.0",
"@foal/csrf": "^1.10.0",
"@foal/formidable": "^1.10.0",
"@foal/jwks-rsa": "^1.10.0",
"@foal/jwt": "^1.10.0",
"@foal/mongodb": "^1.10.0",
"@foal/mongoose": "^1.10.0",
"@foal/redis": "^1.10.0",
"@foal/typeorm": "^1.10.0",
"@foal/typestack": "^1.10.0",
"@types/express": "~4.17.2",
"@types/express-rate-limit": "~3.3.3",
"@types/formidable": "~1.0.31",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/aws-s3",
"version": "1.9.0",
"version": "1.10.0",
"description": "AWS S3 storage components for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -44,8 +44,8 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.9.0",
"@foal/storage": "^1.9.0",
"@foal/core": "^1.10.0",
"@foal/storage": "^1.10.0",
"aws-sdk": "~2.640.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/cli",
"version": "1.9.0",
"version": "1.10.0",
"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.

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": "1.9.0",
"version": "1.10.0",
"description": "A Node.js and TypeScript framework, all-inclusive.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -88,8 +88,8 @@
"reflect-metadata": "~0.1.13"
},
"devDependencies": {
"@foal/ejs": "^1.9.0",
"@foal/internal-test": "^1.9.0",
"@foal/ejs": "^1.10.0",
"@foal/internal-test": "^1.10.0",
"@types/mocha": "~2.2.43",
"@types/node": "~10.1.2",
"@types/supertest": "~2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/csrf/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/csrf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/csrf",
"version": "1.9.0",
"version": "1.10.0",
"description": "CSRF protection for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -53,6 +53,6 @@
"typescript": "~3.5.3"
},
"dependencies": {
"@foal/core": "^1.9.0"
"@foal/core": "^1.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/ejs/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/ejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/ejs",
"version": "1.9.0",
"version": "1.10.0",
"description": "EJS template package for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
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.

16 changes: 8 additions & 8 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/examples",
"version": "1.9.0",
"version": "1.10.0",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" build",
Expand Down Expand Up @@ -43,19 +43,19 @@
},
"license": "MIT",
"dependencies": {
"@foal/aws-s3": "^1.9.0",
"@foal/core": "^1.9.0",
"@foal/social": "^1.9.0",
"@foal/storage": "^1.9.0",
"@foal/swagger": "^1.9.0",
"@foal/typeorm": "^1.9.0",
"@foal/aws-s3": "^1.10.0",
"@foal/core": "^1.10.0",
"@foal/social": "^1.10.0",
"@foal/storage": "^1.10.0",
"@foal/swagger": "^1.10.0",
"@foal/typeorm": "^1.10.0",
"source-map-support": "~0.5.16",
"sqlite3": "~4.1.0",
"typeorm": "~0.2.20",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "^1.9.0",
"@foal/cli": "^1.10.0",
"@types/mocha": "~2.2.43",
"@types/node": "~10.1.1",
"concurrently": "~3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/formidable/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/formidable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/formidable",
"version": "1.9.0",
"version": "1.10.0",
"description": "Small package to use formidable with promises",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.9.0"
"@foal/core": "^1.10.0"
},
"devDependencies": {
"@types/mocha": "~2.2.43",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/graphql",
"version": "1.9.0",
"version": "1.10.0",
"description": "GraphQL integration for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.9.0",
"@foal/core": "^1.10.0",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foal/internal-test",
"private": true,
"version": "1.9.0",
"version": "1.10.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/jwks-rsa",
"version": "1.9.0",
"version": "1.10.0",
"description": "Integration of the library jwks-rsa with FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@foal/jwt": "^1.2.0"
},
"devDependencies": {
"@foal/core": "^1.9.0",
"@foal/jwt": "^1.9.0",
"@foal/core": "^1.10.0",
"@foal/jwt": "^1.10.0",
"@types/mocha": "~2.2.43",
"@types/node": "~10.5.6",
"mocha": "~5.2.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/jwt",
"version": "1.9.0",
"version": "1.10.0",
"description": "Authentication with JWT for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.9.0",
"@foal/core": "^1.10.0",
"@types/jsonwebtoken": "~8.3.0",
"jsonwebtoken": "~8.5.0"
},
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/mongodb",
"version": "1.9.0",
"version": "1.10.0",
"description": "MongoDB package for FoalTS session",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.9.0",
"@foal/core": "^1.10.0",
"mongodb": "~3.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose/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/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/mongoose",
"version": "1.9.0",
"version": "1.10.0",
"description": "FoalTS integration of Mongoose",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/password",
"version": "1.9.0",
"version": "1.10.0",
"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.

Loading

0 comments on commit 6f1d162

Please sign in to comment.