Skip to content

Commit

Permalink
v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Feb 13, 2020
1 parent 60c26cf commit e07d869
Show file tree
Hide file tree
Showing 30 changed files with 98 additions and 98 deletions.
4 changes: 2 additions & 2 deletions examples/accounts-boost/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/accounts-boost",
"private": true,
"version": "0.21.1",
"version": "0.22.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/boost": "^0.21.1",
"@accounts/boost": "^0.22.0",
"apollo-link-context": "1.0.19",
"apollo-link-http": "1.5.16",
"apollo-server": "2.9.7",
Expand Down
12 changes: 6 additions & 6 deletions examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/graphql-typeorm-typescript",
"private": true,
"version": "0.21.1",
"version": "0.22.0",
"main": "lib/index.js",
"license": "Unlicensed",
"scripts": {
Expand All @@ -13,10 +13,10 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/graphql-api": "^0.21.1",
"@accounts/password": "^0.21.1",
"@accounts/server": "^0.21.1",
"@accounts/typeorm": "^0.21.1",
"@accounts/graphql-api": "^0.22.0",
"@accounts/password": "^0.22.0",
"@accounts/server": "^0.22.0",
"@accounts/typeorm": "^0.22.0",
"@graphql-modules/core": "0.7.13",
"apollo-server": "2.9.7",
"graphql": "14.5.8",
Expand All @@ -25,7 +25,7 @@
"typeorm": "0.2.22"
},
"devDependencies": {
"@accounts/types": "^0.21.1",
"@accounts/types": "^0.22.0",
"@types/node": "12.12.7",
"nodemon": "2.0.2",
"ts-node": "8.5.4",
Expand Down
14 changes: 7 additions & 7 deletions examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/graphql-server-typescript",
"private": true,
"version": "0.21.1",
"version": "0.22.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,12 +10,12 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/database-manager": "^0.21.1",
"@accounts/graphql-api": "^0.21.1",
"@accounts/mongo": "^0.21.1",
"@accounts/password": "^0.21.1",
"@accounts/rest-express": "^0.21.1",
"@accounts/server": "^0.21.1",
"@accounts/database-manager": "^0.22.0",
"@accounts/graphql-api": "^0.22.0",
"@accounts/mongo": "^0.22.0",
"@accounts/password": "^0.22.0",
"@accounts/rest-express": "^0.22.0",
"@accounts/server": "^0.22.0",
"@graphql-modules/core": "0.7.13",
"apollo-server": "2.9.7",
"graphql": "14.5.8",
Expand Down
10 changes: 5 additions & 5 deletions examples/react-graphql-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/react-graphql-typescript",
"version": "0.21.1",
"version": "0.22.0",
"private": true,
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand All @@ -24,10 +24,10 @@
]
},
"dependencies": {
"@accounts/apollo-link": "^0.21.1",
"@accounts/client": "^0.21.1",
"@accounts/client-password": "^0.21.1",
"@accounts/graphql-client": "^0.21.1",
"@accounts/apollo-link": "^0.22.0",
"@accounts/client": "^0.22.0",
"@accounts/client-password": "^0.22.0",
"@accounts/graphql-client": "^0.22.0",
"@apollo/react-hooks": "3.1.2",
"@material-ui/core": "4.8.1",
"@material-ui/styles": "4.7.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-rest-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/react-rest-typescript",
"version": "0.21.1",
"version": "0.22.0",
"private": true,
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand All @@ -24,9 +24,9 @@
]
},
"dependencies": {
"@accounts/client": "^0.21.1",
"@accounts/client-password": "^0.21.1",
"@accounts/rest-client": "^0.21.1",
"@accounts/client": "^0.22.0",
"@accounts/client-password": "^0.22.0",
"@accounts/rest-client": "^0.22.0",
"@material-ui/core": "4.8.1",
"@material-ui/icons": "4.5.1",
"@material-ui/styles": "4.7.1",
Expand Down
10 changes: 5 additions & 5 deletions examples/rest-express-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/rest-express-typescript",
"private": true,
"version": "0.21.1",
"version": "0.22.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,10 +10,10 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/mongo": "^0.21.1",
"@accounts/password": "^0.21.1",
"@accounts/rest-express": "^0.21.1",
"@accounts/server": "^0.21.1",
"@accounts/mongo": "^0.22.0",
"@accounts/password": "^0.22.0",
"@accounts/rest-express": "^0.22.0",
"@accounts/server": "^0.22.0",
"body-parser": "1.19.0",
"cors": "2.8.5",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.11.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.21.1"
"version": "0.22.0"
}
4 changes: 2 additions & 2 deletions packages/apollo-link-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/apollo-link",
"version": "0.21.1",
"version": "0.22.0",
"description": "Apollo link for account-js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"license": "MIT",
"devDependencies": {
"@accounts/client": "^0.21.1",
"@accounts/client": "^0.22.0",
"apollo-link": "1.2.13",
"rimraf": "3.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/boost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/boost",
"version": "0.21.1",
"version": "0.22.0",
"description": "Ready to use GraphQL accounts server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -23,10 +23,10 @@
"rimraf": "3.0.0"
},
"dependencies": {
"@accounts/database-manager": "^0.21.1",
"@accounts/graphql-api": "^0.21.1",
"@accounts/server": "^0.21.1",
"@accounts/types": "^0.21.1",
"@accounts/database-manager": "^0.22.0",
"@accounts/graphql-api": "^0.22.0",
"@accounts/server": "^0.22.0",
"@accounts/types": "^0.22.0",
"@graphql-modules/core": "0.7.14",
"apollo-server": "^2.9.3",
"graphql": "^14.5.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/client-password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/client-password",
"version": "0.21.1",
"version": "0.22.0",
"description": "@accounts/client-password",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"rimraf": "3.0.0"
},
"dependencies": {
"@accounts/client": "^0.21.1",
"@accounts/types": "^0.21.1",
"@accounts/client": "^0.22.0",
"@accounts/types": "^0.22.0",
"tslib": "1.10.0"
}
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/client",
"version": "0.21.1",
"version": "0.22.0",
"description": "Fullstack authentication and accounts-management",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"rimraf": "3.0.0"
},
"dependencies": {
"@accounts/types": "^0.21.1",
"@accounts/types": "^0.22.0",
"jwt-decode": "2.2.0",
"tslib": "1.10.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/database-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/database-manager",
"version": "0.21.1",
"version": "0.22.0",
"description": "Accounts Database Manager, allow the use of separate databases for session and user",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"rimraf": "3.0.0"
},
"dependencies": {
"@accounts/types": "^0.21.1",
"@accounts/types": "^0.22.0",
"tslib": "1.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/database-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/mongo",
"version": "0.21.1",
"version": "0.22.0",
"description": "MongoDB adaptor for accounts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -29,15 +29,15 @@
"author": "Leo Pradel",
"license": "MIT",
"devDependencies": {
"@accounts/database-tests": "^0.21.1",
"@accounts/database-tests": "^0.22.0",
"@types/jest": "24.0.25",
"@types/lodash": "4.14.149",
"@types/mongodb": "3.3.14",
"@types/node": "12.12.14",
"jest": "24.9.0"
},
"dependencies": {
"@accounts/types": "^0.21.1",
"@accounts/types": "^0.22.0",
"lodash": "^4.17.15",
"mongodb": "^3.4.1",
"tslib": "1.10.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/database-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/redis",
"version": "0.21.1",
"version": "0.22.0",
"description": "Redis adaptor for accounts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"author": "Leo Pradel",
"license": "MIT",
"devDependencies": {
"@accounts/database-tests": "^0.21.1",
"@accounts/database-tests": "^0.22.0",
"@types/ioredis": "4.14.6",
"@types/jest": "24.0.25",
"@types/lodash": "4.14.149",
Expand All @@ -41,7 +41,7 @@
"jest": "24.9.0"
},
"dependencies": {
"@accounts/types": "^0.21.1",
"@accounts/types": "^0.22.0",
"ioredis": "^4.14.1",
"lodash": "^4.17.15",
"shortid": "^2.2.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/database-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@accounts/database-tests",
"private": true,
"version": "0.21.1",
"version": "0.22.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"jest": "24.9.0"
},
"dependencies": {
"@accounts/types": "^0.21.1",
"@accounts/types": "^0.22.0",
"tslib": "1.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/database-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/typeorm",
"version": "0.21.1",
"version": "0.22.0",
"description": "TypeORM adaptor for accounts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -26,14 +26,14 @@
"author": "Birkir Gudjonsson <birkir.gudjonsson@gmail.com>",
"license": "MIT",
"devDependencies": {
"@accounts/database-tests": "^0.21.1",
"@accounts/database-tests": "^0.22.0",
"@types/jest": "24.0.25",
"@types/node": "12.12.14",
"jest": "24.9.0",
"pg": "7.15.1"
},
"dependencies": {
"@accounts/types": "^0.21.1",
"@accounts/types": "^0.22.0",
"lodash": "^4.17.15",
"reflect-metadata": "^0.1.13",
"tslib": "1.10.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@accounts/e2e",
"private": true,
"version": "0.21.1",
"version": "0.22.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -32,17 +32,17 @@
"jest-localstorage-mock": "2.4.0"
},
"dependencies": {
"@accounts/client": "^0.21.1",
"@accounts/client-password": "^0.21.1",
"@accounts/graphql-api": "^0.21.1",
"@accounts/graphql-client": "^0.21.1",
"@accounts/mongo": "^0.21.1",
"@accounts/password": "^0.21.1",
"@accounts/rest-client": "^0.21.1",
"@accounts/rest-express": "^0.21.1",
"@accounts/server": "^0.21.1",
"@accounts/typeorm": "^0.21.1",
"@accounts/types": "^0.21.1",
"@accounts/client": "^0.22.0",
"@accounts/client-password": "^0.22.0",
"@accounts/graphql-api": "^0.22.0",
"@accounts/graphql-client": "^0.22.0",
"@accounts/mongo": "^0.22.0",
"@accounts/password": "^0.22.0",
"@accounts/rest-client": "^0.22.0",
"@accounts/rest-express": "^0.22.0",
"@accounts/server": "^0.22.0",
"@accounts/typeorm": "^0.22.0",
"@accounts/types": "^0.22.0",
"@graphql-modules/core": "0.7.14",
"apollo-boost": "0.4.7",
"apollo-server": "2.9.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accounts/error",
"version": "0.21.1",
"version": "0.22.0",
"description": "Accounts-js Error",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit e07d869

Please sign in to comment.