Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @feathersjs/adapter-commons@1.0.7
 - @feathersjs/authentication-client@1.0.10
 - @feathersjs/authentication-jwt@2.0.9
 - @feathersjs/authentication-local@1.2.9
 - @feathersjs/authentication-oauth1@1.0.10
 - @feathersjs/authentication-oauth2@1.2.7
 - @feathersjs/authentication@2.1.15
 - @feathersjs/client@3.7.7
 - @feathersjs/configuration@2.0.6
 - @feathersjs/errors@3.3.6
 - @feathersjs/express@1.3.1
 - @feathersjs/feathers@3.3.1
 - @feathersjs/primus-client@1.1.7
 - @feathersjs/primus@3.2.8
 - @feathersjs/rest-client@1.4.7
 - @feathersjs/socketio-client@1.2.1
 - @feathersjs/socketio@3.2.9
 - @feathersjs/transport-commons@4.2.1
  • Loading branch information
daffl committed Jan 2, 2019
1 parent ed8c2e4 commit 8c3a740
Show file tree
Hide file tree
Showing 36 changed files with 274 additions and 87 deletions.
11 changes: 11 additions & 0 deletions packages/adapter-commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/feathersjs/feathers/compare/@feathersjs/adapter-commons@1.0.6...@feathersjs/adapter-commons@1.0.7) (2019-01-02)


### Bug Fixes

* **chore:** Add .npmignore to adapter-commons ([8e129d8](https://github.com/feathersjs/feathers/commit/8e129d8))





## [1.0.6](https://github.com/feathersjs/feathers/compare/@feathersjs/adapter-commons@1.0.5...@feathersjs/adapter-commons@1.0.6) (2018-12-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-commons",
"version": "1.0.6",
"version": "1.0.7",
"description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -39,6 +39,6 @@
},
"dependencies": {
"@feathersjs/commons": "^4.0.0",
"@feathersjs/errors": "^3.3.5"
"@feathersjs/errors": "^3.3.6"
}
}
11 changes: 11 additions & 0 deletions packages/authentication-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.9...@feathersjs/authentication-client@1.0.10) (2019-01-02)


### Bug Fixes

* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))





<a name="1.0.9"></a>
## [1.0.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.8...@feathersjs/authentication-client@1.0.9) (2018-12-16)

Expand Down
24 changes: 12 additions & 12 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client",
"version": "1.0.9",
"version": "1.0.10",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -35,21 +35,21 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^3.3.5",
"@feathersjs/errors": "^3.3.6",
"debug": "^4.0.0",
"jwt-decode": "^2.1.0"
},
"devDependencies": {
"@feathersjs/authentication": "^2.1.14",
"@feathersjs/authentication-jwt": "^2.0.8",
"@feathersjs/authentication-local": "^1.2.8",
"@feathersjs/express": "^1.3.0",
"@feathersjs/feathers": "^3.3.0",
"@feathersjs/primus": "^3.2.7",
"@feathersjs/primus-client": "^1.1.6",
"@feathersjs/rest-client": "^1.4.6",
"@feathersjs/socketio": "^3.2.8",
"@feathersjs/socketio-client": "^1.2.0",
"@feathersjs/authentication": "^2.1.15",
"@feathersjs/authentication-jwt": "^2.0.9",
"@feathersjs/authentication-local": "^1.2.9",
"@feathersjs/express": "^1.3.1",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/primus": "^3.2.8",
"@feathersjs/primus-client": "^1.1.7",
"@feathersjs/rest-client": "^1.4.7",
"@feathersjs/socketio": "^3.2.9",
"@feathersjs/socketio-client": "^1.2.1",
"body-parser": "^1.15.2",
"chai": "^4.0.0",
"feathers-memory": "^2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.8...@feathersjs/authentication-jwt@2.0.9) (2019-01-02)


### Bug Fixes

* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))





<a name="2.0.8"></a>
## [2.0.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.7...@feathersjs/authentication-jwt@2.0.8) (2018-12-16)

Expand Down
12 changes: 6 additions & 6 deletions packages/authentication-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-jwt",
"description": "JWT authentication strategy for feathers-authentication using Passport",
"version": "2.0.8",
"version": "2.0.9",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -35,18 +35,18 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^3.3.5",
"@feathersjs/errors": "^3.3.6",
"debug": "^4.0.0",
"lodash.merge": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"passport-jwt": "^4.0.0"
},
"devDependencies": {
"@feathersjs/authentication": "^2.1.14",
"@feathersjs/express": "^1.3.0",
"@feathersjs/feathers": "^3.3.0",
"@feathersjs/socketio": "^3.2.8",
"@feathersjs/authentication": "^2.1.15",
"@feathersjs/express": "^1.3.1",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/socketio": "^3.2.9",
"body-parser": "^1.15.2",
"chai": "^4.1.0",
"feathers-memory": "^2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.8...@feathersjs/authentication-local@1.2.9) (2019-01-02)


### Bug Fixes

* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))





<a name="1.2.8"></a>
## [1.2.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.7...@feathersjs/authentication-local@1.2.8) (2018-12-16)

Expand Down
14 changes: 7 additions & 7 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "1.2.8",
"version": "1.2.9",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -35,18 +35,18 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^3.3.5",
"@feathersjs/errors": "^3.3.6",
"bcryptjs": "^2.3.0",
"debug": "^4.0.0",
"lodash": "^4.17.5",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@feathersjs/authentication": "^2.1.14",
"@feathersjs/authentication-jwt": "^2.0.8",
"@feathersjs/express": "^1.3.0",
"@feathersjs/feathers": "^3.3.0",
"@feathersjs/socketio": "^3.2.8",
"@feathersjs/authentication": "^2.1.15",
"@feathersjs/authentication-jwt": "^2.0.9",
"@feathersjs/express": "^1.3.1",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/socketio": "^3.2.9",
"body-parser": "^1.15.2",
"chai": "^4.0.2",
"feathers-memory": "^2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-oauth1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.9...@feathersjs/authentication-oauth1@1.0.10) (2019-01-02)


### Bug Fixes

* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))





<a name="1.0.9"></a>
## [1.0.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.8...@feathersjs/authentication-oauth1@1.0.9) (2018-12-16)

Expand Down
10 changes: 5 additions & 5 deletions packages/authentication-oauth1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth1",
"description": "A Feathers OAuth1 authentication strategy",
"version": "1.0.9",
"version": "1.0.10",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -36,14 +36,14 @@
},
"dependencies": {
"@feathersjs/commons": "^4.0.0",
"@feathersjs/errors": "^3.3.5",
"@feathersjs/errors": "^3.3.6",
"debug": "^4.0.0",
"lodash.merge": "^4.6.0"
},
"devDependencies": {
"@feathersjs/authentication": "^2.1.14",
"@feathersjs/express": "^1.3.0",
"@feathersjs/feathers": "^3.3.0",
"@feathersjs/authentication": "^2.1.15",
"@feathersjs/express": "^1.3.1",
"@feathersjs/feathers": "^3.3.1",
"body-parser": "^1.15.2",
"chai": "^4.0.2",
"express-session": "^1.14.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-oauth2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.6...@feathersjs/authentication-oauth2@1.2.7) (2019-01-02)


### Bug Fixes

* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))





<a name="1.2.6"></a>
## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.5...@feathersjs/authentication-oauth2@1.2.6) (2018-12-16)

Expand Down
10 changes: 5 additions & 5 deletions packages/authentication-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth2",
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport",
"version": "1.2.6",
"version": "1.2.7",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -36,14 +36,14 @@
},
"dependencies": {
"@feathersjs/commons": "^4.0.0",
"@feathersjs/errors": "^3.3.5",
"@feathersjs/express": "^1.3.0",
"@feathersjs/errors": "^3.3.6",
"@feathersjs/express": "^1.3.1",
"debug": "^4.0.0",
"lodash.merge": "^4.6.1"
},
"devDependencies": {
"@feathersjs/authentication": "^2.1.14",
"@feathersjs/feathers": "^3.3.0",
"@feathersjs/authentication": "^2.1.15",
"@feathersjs/feathers": "^3.3.1",
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"feathers-memory": "^2.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.15](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.14...@feathersjs/authentication@2.1.15) (2019-01-02)


### Bug Fixes

* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))





<a name="2.1.14"></a>
## [2.1.14](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.13...@feathersjs/authentication@2.1.14) (2018-12-16)

Expand Down
18 changes: 9 additions & 9 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "2.1.14",
"version": "2.1.15",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@feathersjs/commons": "^4.0.0",
"@feathersjs/errors": "^3.3.5",
"@feathersjs/errors": "^3.3.6",
"@feathersjs/socket-commons": "^3.1.2",
"debug": "^4.0.0",
"jsonwebtoken": "^8.0.0",
Expand All @@ -50,13 +50,13 @@
"uuid": "^3.1.0"
},
"devDependencies": {
"@feathersjs/authentication-jwt": "^2.0.8",
"@feathersjs/authentication-local": "^1.2.8",
"@feathersjs/configuration": "^2.0.5",
"@feathersjs/express": "^1.3.0",
"@feathersjs/feathers": "^3.3.0",
"@feathersjs/primus": "^3.2.7",
"@feathersjs/socketio": "^3.2.8",
"@feathersjs/authentication-jwt": "^2.0.9",
"@feathersjs/authentication-local": "^1.2.9",
"@feathersjs/configuration": "^2.0.6",
"@feathersjs/express": "^1.3.1",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/primus": "^3.2.8",
"@feathersjs/socketio": "^3.2.9",
"body-parser": "^1.15.2",
"chai": "^4.1.0",
"chai-uuid": "^1.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.7](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.6...@feathersjs/client@3.7.7) (2019-01-02)


### Bug Fixes

* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))





<a name="3.7.6"></a>
## [3.7.6](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.5...@feathersjs/client@3.7.6) (2018-12-16)

Expand Down
20 changes: 10 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/client",
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
"version": "3.7.6",
"version": "3.7.7",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -40,15 +40,15 @@
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@feathersjs/authentication-client": "^1.0.9",
"@feathersjs/errors": "^3.3.5",
"@feathersjs/express": "^1.3.0",
"@feathersjs/feathers": "^3.3.0",
"@feathersjs/primus": "^3.2.7",
"@feathersjs/primus-client": "^1.1.6",
"@feathersjs/rest-client": "^1.4.6",
"@feathersjs/socketio": "^3.2.8",
"@feathersjs/socketio-client": "^1.2.0",
"@feathersjs/authentication-client": "^1.0.10",
"@feathersjs/errors": "^3.3.6",
"@feathersjs/express": "^1.3.1",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/primus": "^3.2.8",
"@feathersjs/primus-client": "^1.1.7",
"@feathersjs/rest-client": "^1.4.7",
"@feathersjs/socketio": "^3.2.9",
"@feathersjs/socketio-client": "^1.2.1",
"babel-loader": "^8.0.0",
"body-parser": "^1.18.3",
"feathers-memory": "^2.2.0",
Expand Down
Loading

0 comments on commit 8c3a740

Please sign in to comment.