Skip to content

Commit

Permalink
v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Aug 6, 2020
1 parent 70918ed commit fefb328
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.28.0",
"version": "0.29.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/boost": "^0.28.0",
"@accounts/boost": "^0.29.0",
"@graphql-tools/merge": "6.0.11",
"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.28.0",
"version": "0.29.0",
"main": "lib/index.js",
"license": "Unlicensed",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/graphql-api": "^0.28.0",
"@accounts/password": "^0.28.0",
"@accounts/server": "^0.28.0",
"@accounts/typeorm": "^0.28.0",
"@accounts/graphql-api": "^0.29.0",
"@accounts/password": "^0.29.0",
"@accounts/server": "^0.29.0",
"@accounts/typeorm": "^0.29.0",
"@graphql-modules/core": "0.7.17",
"@graphql-tools/merge": "6.0.11",
"apollo-server": "2.14.4",
Expand All @@ -25,7 +25,7 @@
"typeorm": "0.2.25"
},
"devDependencies": {
"@accounts/types": "^0.28.0",
"@accounts/types": "^0.29.0",
"@types/node": "14.0.13",
"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.28.0",
"version": "0.29.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,12 +10,12 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/database-manager": "^0.28.0",
"@accounts/graphql-api": "^0.28.0",
"@accounts/mongo": "^0.28.0",
"@accounts/password": "^0.28.0",
"@accounts/rest-express": "^0.28.0",
"@accounts/server": "^0.28.0",
"@accounts/database-manager": "^0.29.0",
"@accounts/graphql-api": "^0.29.0",
"@accounts/mongo": "^0.29.0",
"@accounts/password": "^0.29.0",
"@accounts/rest-express": "^0.29.0",
"@accounts/server": "^0.29.0",
"@graphql-modules/core": "0.7.17",
"@graphql-tools/merge": "6.0.11",
"apollo-server": "2.16.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.28.0",
"version": "0.29.0",
"private": true,
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand All @@ -24,10 +24,10 @@
]
},
"dependencies": {
"@accounts/apollo-link": "^0.28.0",
"@accounts/client": "^0.28.0",
"@accounts/client-password": "^0.28.0",
"@accounts/graphql-client": "^0.28.0",
"@accounts/apollo-link": "^0.29.0",
"@accounts/client": "^0.29.0",
"@accounts/client-password": "^0.29.0",
"@accounts/graphql-client": "^0.29.0",
"@apollo/client": "3.0.2",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
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.28.0",
"version": "0.29.0",
"private": true,
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand All @@ -24,9 +24,9 @@
]
},
"dependencies": {
"@accounts/client": "^0.28.0",
"@accounts/client-password": "^0.28.0",
"@accounts/rest-client": "^0.28.0",
"@accounts/client": "^0.29.0",
"@accounts/client-password": "^0.29.0",
"@accounts/rest-client": "^0.29.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.28.0",
"version": "0.29.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,10 +10,10 @@
"test": "yarn build"
},
"dependencies": {
"@accounts/mongo": "^0.28.0",
"@accounts/password": "^0.28.0",
"@accounts/rest-express": "^0.28.0",
"@accounts/server": "^0.28.0",
"@accounts/mongo": "^0.29.0",
"@accounts/password": "^0.29.0",
"@accounts/rest-express": "^0.29.0",
"@accounts/server": "^0.29.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.28.0"
"version": "0.29.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.28.0",
"version": "0.29.0",
"description": "Apollo link for account-js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"tslib": "2.0.0"
},
"devDependencies": {
"@accounts/client": "^0.28.0",
"@accounts/client": "^0.29.0",
"@apollo/client": "3.0.2",
"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.28.0",
"version": "0.29.0",
"description": "Ready to use GraphQL accounts server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -27,10 +27,10 @@
"rimraf": "3.0.2"
},
"dependencies": {
"@accounts/database-manager": "^0.28.0",
"@accounts/graphql-api": "^0.28.0",
"@accounts/server": "^0.28.0",
"@accounts/types": "^0.28.0",
"@accounts/database-manager": "^0.29.0",
"@accounts/graphql-api": "^0.29.0",
"@accounts/server": "^0.29.0",
"@accounts/types": "^0.29.0",
"@graphql-modules/core": "0.7.17",
"apollo-server": "^2.9.3",
"graphql": "14.6.0",
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.28.0",
"version": "0.29.0",
"description": "@accounts/client-password",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
"rimraf": "3.0.2"
},
"dependencies": {
"@accounts/client": "^0.28.0",
"@accounts/types": "^0.28.0",
"@accounts/client": "^0.29.0",
"@accounts/types": "^0.29.0",
"tslib": "2.0.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.28.0",
"version": "0.29.0",
"description": "Fullstack authentication and accounts-management",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -57,7 +57,7 @@
"rimraf": "3.0.2"
},
"dependencies": {
"@accounts/types": "^0.28.0",
"@accounts/types": "^0.29.0",
"jwt-decode": "2.2.0",
"tslib": "2.0.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.28.0",
"version": "0.29.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 @@ -45,7 +45,7 @@
"rimraf": "3.0.2"
},
"dependencies": {
"@accounts/types": "^0.28.0",
"@accounts/types": "^0.29.0",
"tslib": "2.0.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.28.0",
"version": "0.29.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.28.0",
"@accounts/database-tests": "^0.29.0",
"@types/jest": "25.2.3",
"@types/lodash": "4.14.157",
"@types/mongodb": "3.5.25",
"@types/node": "14.0.14",
"jest": "26.0.1"
},
"dependencies": {
"@accounts/types": "^0.28.0",
"@accounts/types": "^0.29.0",
"lodash": "^4.17.15",
"mongodb": "^3.4.1",
"tslib": "2.0.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.28.0",
"version": "0.29.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.28.0",
"@accounts/database-tests": "^0.29.0",
"@types/ioredis": "4.14.9",
"@types/jest": "25.2.3",
"@types/lodash": "4.14.157",
Expand All @@ -41,7 +41,7 @@
"jest": "26.0.1"
},
"dependencies": {
"@accounts/types": "^0.28.0",
"@accounts/types": "^0.29.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.28.0",
"version": "0.29.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"jest": "26.0.1"
},
"dependencies": {
"@accounts/types": "^0.28.0",
"@accounts/types": "^0.29.0",
"tslib": "2.0.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.28.0",
"version": "0.29.0",
"description": "TypeORM adaptor for accounts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -26,14 +26,14 @@
"author": "Birkir Gudjonsson <[email protected]>",
"license": "MIT",
"devDependencies": {
"@accounts/database-tests": "^0.28.0",
"@accounts/database-tests": "^0.29.0",
"@types/jest": "25.2.3",
"@types/node": "14.0.14",
"jest": "26.0.1",
"pg": "8.1.0"
},
"dependencies": {
"@accounts/types": "^0.28.0",
"@accounts/types": "^0.29.0",
"lodash": "^4.17.15",
"reflect-metadata": "^0.1.13",
"tslib": "2.0.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.28.0",
"version": "0.29.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -36,17 +36,17 @@
"jest-localstorage-mock": "2.4.2"
},
"dependencies": {
"@accounts/client": "^0.28.0",
"@accounts/client-password": "^0.28.0",
"@accounts/graphql-api": "^0.28.0",
"@accounts/graphql-client": "^0.28.0",
"@accounts/mongo": "^0.28.0",
"@accounts/password": "^0.28.0",
"@accounts/rest-client": "^0.28.0",
"@accounts/rest-express": "^0.28.0",
"@accounts/server": "^0.28.0",
"@accounts/typeorm": "^0.28.0",
"@accounts/types": "^0.28.0",
"@accounts/client": "^0.29.0",
"@accounts/client-password": "^0.29.0",
"@accounts/graphql-api": "^0.29.0",
"@accounts/graphql-client": "^0.29.0",
"@accounts/mongo": "^0.29.0",
"@accounts/password": "^0.29.0",
"@accounts/rest-client": "^0.29.0",
"@accounts/rest-express": "^0.29.0",
"@accounts/server": "^0.29.0",
"@accounts/typeorm": "^0.29.0",
"@accounts/types": "^0.29.0",
"@apollo/client": "3.0.2",
"@graphql-modules/core": "0.7.17",
"apollo-server": "2.14.4",
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.28.0",
"version": "0.29.0",
"description": "Accounts-js Error",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit fefb328

Please sign in to comment.