Skip to content

Commit

Permalink
v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed May 25, 2020
1 parent 853afaa commit 403bd2e
Show file tree
Hide file tree
Showing 30 changed files with 101 additions and 101 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.25.4",
"version": "0.26.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/boost": "^0.25.4",
"@accounts/boost": "^0.26.0",
"@graphql-toolkit/schema-merging": "0.10.6",
"apollo-link-context": "1.0.20",
"apollo-link-http": "1.5.17",
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.25.4",
"version": "0.26.0",
"main": "lib/index.js",
"license": "Unlicensed",
"scripts": {
Expand All @@ -13,10 +13,10 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/graphql-api": "^0.25.4",
"@accounts/password": "^0.25.4",
"@accounts/server": "^0.25.4",
"@accounts/typeorm": "^0.25.4",
"@accounts/graphql-api": "^0.26.0",
"@accounts/password": "^0.26.0",
"@accounts/server": "^0.26.0",
"@accounts/typeorm": "^0.26.0",
"@graphql-modules/core": "0.7.16",
"@graphql-toolkit/schema-merging": "0.10.6",
"apollo-server": "2.13.0",
Expand All @@ -25,7 +25,7 @@
"typeorm": "0.2.24"
},
"devDependencies": {
"@accounts/types": "^0.25.4",
"@accounts/types": "^0.26.0",
"@types/node": "13.13.5",
"nodemon": "2.0.3",
"ts-node": "8.10.1",
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.25.4",
"version": "0.26.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,12 +10,12 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/database-manager": "^0.25.4",
"@accounts/graphql-api": "^0.25.4",
"@accounts/mongo": "^0.25.4",
"@accounts/password": "^0.25.4",
"@accounts/rest-express": "^0.25.4",
"@accounts/server": "^0.25.4",
"@accounts/database-manager": "^0.26.0",
"@accounts/graphql-api": "^0.26.0",
"@accounts/mongo": "^0.26.0",
"@accounts/password": "^0.26.0",
"@accounts/rest-express": "^0.26.0",
"@accounts/server": "^0.26.0",
"@graphql-modules/core": "0.7.16",
"@graphql-toolkit/schema-merging": "0.10.6",
"apollo-server": "2.13.0",
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.25.4",
"version": "0.26.0",
"private": true,
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand All @@ -24,10 +24,10 @@
]
},
"dependencies": {
"@accounts/apollo-link": "^0.25.4",
"@accounts/client": "^0.25.4",
"@accounts/client-password": "^0.25.4",
"@accounts/graphql-client": "^0.25.4",
"@accounts/apollo-link": "^0.26.0",
"@accounts/client": "^0.26.0",
"@accounts/client-password": "^0.26.0",
"@accounts/graphql-client": "^0.26.0",
"@apollo/react-hooks": "3.1.5",
"@material-ui/core": "4.9.13",
"@material-ui/styles": "4.9.13",
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.25.4",
"version": "0.26.0",
"private": true,
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand All @@ -24,9 +24,9 @@
]
},
"dependencies": {
"@accounts/client": "^0.25.4",
"@accounts/client-password": "^0.25.4",
"@accounts/rest-client": "^0.25.4",
"@accounts/client": "^0.26.0",
"@accounts/client-password": "^0.26.0",
"@accounts/rest-client": "^0.26.0",
"@material-ui/core": "4.9.13",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.50",
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.25.4",
"version": "0.26.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,10 +10,10 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/mongo": "^0.25.4",
"@accounts/password": "^0.25.4",
"@accounts/rest-express": "^0.25.4",
"@accounts/server": "^0.25.4",
"@accounts/mongo": "^0.26.0",
"@accounts/password": "^0.26.0",
"@accounts/rest-express": "^0.26.0",
"@accounts/server": "^0.26.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.25.4"
"version": "0.26.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.25.4",
"version": "0.26.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.25.4",
"@accounts/client": "^0.26.0",
"apollo-link": "1.2.14",
"rimraf": "3.0.2"
},
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.25.4",
"version": "0.26.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.2"
},
"dependencies": {
"@accounts/database-manager": "^0.25.4",
"@accounts/graphql-api": "^0.25.4",
"@accounts/server": "^0.25.4",
"@accounts/types": "^0.25.4",
"@accounts/database-manager": "^0.26.0",
"@accounts/graphql-api": "^0.26.0",
"@accounts/server": "^0.26.0",
"@accounts/types": "^0.26.0",
"@graphql-modules/core": "0.7.16",
"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.25.4",
"version": "0.26.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.2"
},
"dependencies": {
"@accounts/client": "^0.25.4",
"@accounts/types": "^0.25.4",
"@accounts/client": "^0.26.0",
"@accounts/types": "^0.26.0",
"tslib": "1.11.2"
}
}
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.25.4",
"version": "0.26.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.2"
},
"dependencies": {
"@accounts/types": "^0.25.4",
"@accounts/types": "^0.26.0",
"jwt-decode": "2.2.0",
"tslib": "1.11.2"
}
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.25.4",
"version": "0.26.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.2"
},
"dependencies": {
"@accounts/types": "^0.25.4",
"@accounts/types": "^0.26.0",
"tslib": "1.11.2"
}
}
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.25.4",
"version": "0.26.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.25.4",
"@accounts/database-tests": "^0.26.0",
"@types/jest": "25.2.1",
"@types/lodash": "4.14.150",
"@types/mongodb": "3.5.16",
"@types/node": "13.13.5",
"jest": "26.0.1"
},
"dependencies": {
"@accounts/types": "^0.25.4",
"@accounts/types": "^0.26.0",
"lodash": "^4.17.15",
"mongodb": "^3.4.1",
"tslib": "1.11.2"
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.25.4",
"version": "0.26.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.25.4",
"@accounts/database-tests": "^0.26.0",
"@types/ioredis": "4.14.9",
"@types/jest": "25.2.1",
"@types/lodash": "4.14.150",
Expand All @@ -41,7 +41,7 @@
"jest": "26.0.1"
},
"dependencies": {
"@accounts/types": "^0.25.4",
"@accounts/types": "^0.26.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.25.4",
"version": "0.26.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"jest": "26.0.1"
},
"dependencies": {
"@accounts/types": "^0.25.4",
"@accounts/types": "^0.26.0",
"tslib": "1.11.2"
}
}
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.25.4",
"version": "0.26.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.25.4",
"@accounts/database-tests": "^0.26.0",
"@types/jest": "25.2.1",
"@types/node": "13.13.5",
"jest": "26.0.1",
"pg": "8.1.0"
},
"dependencies": {
"@accounts/types": "^0.25.4",
"@accounts/types": "^0.26.0",
"lodash": "^4.17.15",
"reflect-metadata": "^0.1.13",
"tslib": "1.11.2",
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.25.4",
"version": "0.26.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -32,17 +32,17 @@
"jest-localstorage-mock": "2.4.2"
},
"dependencies": {
"@accounts/client": "^0.25.4",
"@accounts/client-password": "^0.25.4",
"@accounts/graphql-api": "^0.25.4",
"@accounts/graphql-client": "^0.25.4",
"@accounts/mongo": "^0.25.4",
"@accounts/password": "^0.25.4",
"@accounts/rest-client": "^0.25.4",
"@accounts/rest-express": "^0.25.4",
"@accounts/server": "^0.25.4",
"@accounts/typeorm": "^0.25.4",
"@accounts/types": "^0.25.4",
"@accounts/client": "^0.26.0",
"@accounts/client-password": "^0.26.0",
"@accounts/graphql-api": "^0.26.0",
"@accounts/graphql-client": "^0.26.0",
"@accounts/mongo": "^0.26.0",
"@accounts/password": "^0.26.0",
"@accounts/rest-client": "^0.26.0",
"@accounts/rest-express": "^0.26.0",
"@accounts/server": "^0.26.0",
"@accounts/typeorm": "^0.26.0",
"@accounts/types": "^0.26.0",
"@graphql-modules/core": "0.7.16",
"apollo-boost": "0.4.8",
"apollo-server": "2.13.0",
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.25.4",
"version": "0.26.0",
"description": "Accounts-js Error",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 403bd2e

Please sign in to comment.