Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Apr 7, 2020
1 parent 9aa8aa3 commit e61e82a
Show file tree
Hide file tree
Showing 42 changed files with 76 additions and 76 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.6.0"
"version": "1.7.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,23 +1,23 @@
{
"name": "@foal/acceptance-tests",
"private": true,
"version": "1.6.0",
"version": "1.7.0",
"description": "Acceptance tests of the framework",
"scripts": {
"test": "mocha --require ts-node/register \"./src/**/*.spec.{ts,tsx}\"",
"dev:test": "mocha --require ts-node/register --watch --watch-extensions ts,tsx \"./src/**/*.spec.{ts,tsx}\""
},
"dependencies": {
"@foal/core": "^1.6.0",
"@foal/csrf": "^1.6.0",
"@foal/formidable": "^1.6.0",
"@foal/jwks-rsa": "^1.6.0",
"@foal/jwt": "^1.6.0",
"@foal/mongodb": "^1.6.0",
"@foal/mongoose": "^1.6.0",
"@foal/redis": "^1.6.0",
"@foal/typeorm": "^1.6.0",
"@foal/typestack": "^1.6.0",
"@foal/core": "^1.7.0",
"@foal/csrf": "^1.7.0",
"@foal/formidable": "^1.7.0",
"@foal/jwks-rsa": "^1.7.0",
"@foal/jwt": "^1.7.0",
"@foal/mongodb": "^1.7.0",
"@foal/mongoose": "^1.7.0",
"@foal/redis": "^1.7.0",
"@foal/typeorm": "^1.7.0",
"@foal/typestack": "^1.7.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.6.0",
"version": "1.7.0",
"description": "AWS S3 storage components for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.6.0",
"@foal/storage": "^1.6.0",
"@foal/core": "^1.7.0",
"@foal/storage": "^1.7.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.6.0",
"version": "1.7.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.

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": "1.6.0",
"version": "1.7.0",
"description": "A Node.js and TypeScript framework, all-inclusive.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -86,7 +86,7 @@
"reflect-metadata": "~0.1.13"
},
"devDependencies": {
"@foal/ejs": "^1.6.0",
"@foal/ejs": "^1.7.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.6.0",
"version": "1.7.0",
"description": "CSRF protection for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -50,6 +50,6 @@
"typescript": "~3.5.3"
},
"dependencies": {
"@foal/core": "^1.6.0"
"@foal/core": "^1.7.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.6.0",
"version": "1.7.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.6.0",
"version": "1.7.0",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" build",
Expand Down Expand Up @@ -40,19 +40,19 @@
},
"license": "MIT",
"dependencies": {
"@foal/aws-s3": "^1.6.0",
"@foal/core": "^1.6.0",
"@foal/social": "^1.6.0",
"@foal/swagger": "^1.6.0",
"@foal/storage": "^1.6.0",
"@foal/typeorm": "^1.6.0",
"@foal/aws-s3": "^1.7.0",
"@foal/core": "^1.7.0",
"@foal/social": "^1.7.0",
"@foal/storage": "^1.7.0",
"@foal/swagger": "^1.7.0",
"@foal/typeorm": "^1.7.0",
"source-map-support": "~0.5.16",
"sqlite3": "~4.1.0",
"typeorm": "~0.2.20",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "^1.6.0",
"@foal/cli": "^1.7.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.6.0",
"version": "1.7.0",
"description": "Small package to use formidable with promises",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "~3.5.3"
},
"dependencies": {
"@foal/core": "^1.6.0",
"@foal/core": "^1.7.0",
"@types/formidable": "~1.0.31"
}
}
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.6.0",
"version": "1.7.0",
"description": "GraphQL integration for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.6.0",
"@foal/core": "^1.7.0",
"ajv": "~6.12.0",
"glob": "~7.1.4"
},
Expand Down
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.6.0",
"version": "1.7.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.6.0",
"version": "1.7.0",
"description": "Integration of the library jwks-rsa with FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@foal/jwt": "^1.2.0"
},
"devDependencies": {
"@foal/core": "^1.6.0",
"@foal/jwt": "^1.6.0",
"@foal/core": "^1.7.0",
"@foal/jwt": "^1.7.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.6.0",
"version": "1.7.0",
"description": "Authentication with JWT for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.6.0",
"@foal/core": "^1.7.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.6.0",
"version": "1.7.0",
"description": "MongoDB package for FoalTS session",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.6.0",
"@foal/core": "^1.7.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.6.0",
"version": "1.7.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.6.0",
"version": "1.7.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.

4 changes: 2 additions & 2 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/redis",
"version": "1.6.0",
"version": "1.7.0",
"description": "Redis sessions for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^1.6.0",
"@foal/core": "^1.7.0",
"redis": "~2.8.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e61e82a

Please sign in to comment.