Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Dec 3, 2019
1 parent a3c6030 commit 1a89b11
Show file tree
Hide file tree
Showing 37 changed files with 66 additions and 66 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.2.0"
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"@foal/csrf": "~1.2.0",
"@foal/formidable": "~1.2.0",
"@foal/jwks-rsa": "~1.2.0",
"@foal/jwt": "~1.2.0",
"@foal/mongodb": "~1.2.0",
"@foal/mongoose": "~1.2.0",
"@foal/redis": "~1.2.0",
"@foal/typeorm": "~1.2.0",
"@foal/typestack": "~1.2.0",
"@foal/core": "^1.3.0",
"@foal/csrf": "^1.3.0",
"@foal/formidable": "^1.3.0",
"@foal/jwks-rsa": "^1.3.0",
"@foal/jwt": "^1.3.0",
"@foal/mongodb": "^1.3.0",
"@foal/mongoose": "^1.3.0",
"@foal/redis": "^1.3.0",
"@foal/typeorm": "^1.3.0",
"@foal/typestack": "^1.3.0",
"@types/mocha": "~2.2.43",
"@types/node": "~10.5.6",
"@types/react": "~16.8.14",
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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.0",
"description": "High level web framework to create enterprise-grade Node.JS applications.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -85,7 +85,7 @@
"reflect-metadata": "~0.1.13"
},
"devDependencies": {
"@foal/ejs": "~1.2.0",
"@foal/ejs": "^1.3.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.2.0",
"version": "1.3.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.2.0"
"@foal/core": "^1.3.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.2.0",
"version": "1.3.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.

10 changes: 5 additions & 5 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/examples",
"version": "1.2.0",
"version": "1.3.0",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" build",
Expand Down Expand Up @@ -40,16 +40,16 @@
},
"license": "MIT",
"dependencies": {
"@foal/core": "~1.2.0",
"@foal/social": "~1.2.0",
"@foal/typeorm": "~1.2.0",
"@foal/core": "^1.3.0",
"@foal/social": "^1.3.0",
"@foal/typeorm": "^1.3.0",
"source-map-support": "~0.5.16",
"sqlite3": "~4.1.0",
"typeorm": "~0.2.20",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "~1.2.0",
"@foal/cli": "^1.3.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.2.0",
"version": "1.3.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.2.0",
"@foal/core": "^1.3.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.2.0",
"version": "1.3.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.2.0",
"@foal/core": "^1.3.0",
"ajv": "~6.10.0",
"glob": "~7.1.4",
"type-graphql": "^0.17.5"
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.2.0",
"version": "1.3.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.2.0",
"@foal/jwt": "~1.2.0",
"@foal/core": "^1.3.0",
"@foal/jwt": "^1.3.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.2.0",
"version": "1.3.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.2.0",
"@foal/core": "^1.3.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.2.0",
"version": "1.3.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.2.0",
"@foal/core": "^1.3.0",
"mongodb": "~3.3.5"
},
"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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"@foal/core": "^1.3.0",
"redis": "~2.8.0"
},
"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.

8 changes: 4 additions & 4 deletions packages/social/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/social",
"version": "1.2.0",
"version": "1.3.0",
"description": "Social authentication for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -50,15 +50,15 @@
"lib/"
],
"dependencies": {
"@foal/core": "~1.2.0",
"@foal/core": "^1.3.0",
"node-fetch": "~2.6.0"
},
"devDependencies": {
"@types/jsonwebtoken": "~8.3.5",
"@types/mocha": "^2.2.43",
"@types/node": "^10.5.6",
"@types/jsonwebtoken": "~8.3.5",
"jsonwebtoken": "~8.5.1",
"copy": "^0.3.2",
"jsonwebtoken": "~8.5.1",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"ts-node": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/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 1a89b11

Please sign in to comment.