Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @feathersjs/authentication-client@1.0.7
 - @feathersjs/authentication-jwt@2.0.6
 - @feathersjs/authentication-local@1.2.6
 - @feathersjs/authentication-oauth1@1.0.8
 - @feathersjs/authentication-oauth2@1.2.5
 - @feathersjs/authentication@2.1.12
 - @feathersjs/cli@3.8.7
 - @feathersjs/client@3.7.4
 - generator-feathers@2.8.0
 - @feathersjs/primus-client@1.1.5
 - @feathersjs/primus@3.2.6
 - @feathersjs/socketio-client@1.1.5
 - @feathersjs/socketio@3.2.7
 - @feathersjs/transport-commons@4.1.6
  • Loading branch information
daffl committed Oct 25, 2018
1 parent f706db3 commit 55de15e
Show file tree
Hide file tree
Showing 28 changed files with 241 additions and 66 deletions.
12 changes: 12 additions & 0 deletions packages/authentication-client/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.7"></a>
## [1.0.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.6...@feathersjs/authentication-client@1.0.7) (2018-10-25)


### Bug Fixes

* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))





<a name="1.0.6"></a>
## [1.0.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.5...@feathersjs/authentication-client@1.0.6) (2018-09-21)

Expand Down
18 changes: 9 additions & 9 deletions packages/authentication-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client",
"version": "1.0.6",
"version": "1.0.7",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -40,21 +40,21 @@
"jwt-decode": "^2.1.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"@feathersjs/authentication": "^2.1.11",
"@feathersjs/authentication-jwt": "^2.0.5",
"@feathersjs/authentication-local": "^1.2.5",
"@feathersjs/authentication": "^2.1.12",
"@feathersjs/authentication-jwt": "^2.0.6",
"@feathersjs/authentication-local": "^1.2.6",
"@feathersjs/express": "^1.2.7",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/primus": "^3.2.5",
"@feathersjs/primus-client": "^1.1.4",
"@feathersjs/primus": "^3.2.6",
"@feathersjs/primus-client": "^1.1.5",
"@feathersjs/rest-client": "^1.4.5",
"@feathersjs/socketio": "^3.2.6",
"@feathersjs/socketio-client": "^1.1.4",
"@feathersjs/socketio": "^3.2.7",
"@feathersjs/socketio-client": "^1.1.5",
"body-parser": "^1.15.2",
"chai": "^4.0.0",
"feathers-memory": "^2.0.0",
"localstorage-memory": "^1.0.2",
"mocha": "^5.2.0",
"primus": "^7.0.0",
"primus-emitter": "^3.1.1",
"socket.io-client": "^2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/authentication-jwt/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.6"></a>
## [2.0.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.5...@feathersjs/authentication-jwt@2.0.6) (2018-10-25)


### Bug Fixes

* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))





<a name="2.0.5"></a>
## [2.0.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.4...@feathersjs/authentication-jwt@2.0.5) (2018-09-21)

Expand Down
8 changes: 4 additions & 4 deletions packages/authentication-jwt/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-jwt",
"description": "JWT authentication strategy for feathers-authentication using Passport",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -43,15 +43,15 @@
"passport-jwt": "^4.0.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"@feathersjs/authentication": "^2.1.11",
"@feathersjs/authentication": "^2.1.12",
"@feathersjs/express": "^1.2.7",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/socketio": "^3.2.6",
"@feathersjs/socketio": "^3.2.7",
"body-parser": "^1.15.2",
"chai": "^4.1.0",
"feathers-memory": "^2.0.0",
"jsonwebtoken": "^8.0.0",
"mocha": "^5.2.0",
"sinon": "^6.0.0",
"sinon-chai": "^3.0.0"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/authentication-local/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))





<a name="1.2.5"></a>
## [1.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.4...@feathersjs/authentication-local@1.2.5) (2018-09-21)

Expand Down
10 changes: 5 additions & 5 deletions packages/authentication-local/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "1.2.5",
"version": "1.2.6",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -42,15 +42,15 @@
"passport-local": "^1.0.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"@feathersjs/authentication": "^2.1.11",
"@feathersjs/authentication-jwt": "^2.0.5",
"@feathersjs/authentication": "^2.1.12",
"@feathersjs/authentication-jwt": "^2.0.6",
"@feathersjs/express": "^1.2.7",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/socketio": "^3.2.6",
"@feathersjs/socketio": "^3.2.7",
"body-parser": "^1.15.2",
"chai": "^4.0.2",
"feathers-memory": "^2.0.0",
"mocha": "^5.2.0",
"sinon": "^6.0.0",
"sinon-chai": "^3.0.0"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/authentication-oauth1/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))





<a name="1.0.7"></a>
## [1.0.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.6...@feathersjs/authentication-oauth1@1.0.7) (2018-09-21)

Expand Down
6 changes: 3 additions & 3 deletions packages/authentication-oauth1/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth1",
"description": "A Feathers OAuth1 authentication strategy",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -41,14 +41,14 @@
"lodash.merge": "^4.6.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"@feathersjs/authentication": "^2.1.11",
"@feathersjs/authentication": "^2.1.12",
"@feathersjs/express": "^1.2.7",
"@feathersjs/feathers": "^3.2.3",
"body-parser": "^1.15.2",
"chai": "^4.0.2",
"express-session": "^1.14.2",
"feathers-memory": "^2.0.0",
"mocha": "^5.2.0",
"passport-strategy": "^1.0.0",
"passport-twitter": "^1.0.4",
"sinon": "^6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/authentication-oauth2/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))





<a name="1.2.4"></a>
## [1.2.4](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.3...@feathersjs/authentication-oauth2@1.2.4) (2018-09-21)

Expand Down
6 changes: 3 additions & 3 deletions packages/authentication-oauth2/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth2",
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport",
"version": "1.2.4",
"version": "1.2.5",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -42,12 +42,12 @@
"lodash.merge": "^4.6.1"
},
"devDependencies": {
"mocha": "^5.2.0",
"@feathersjs/authentication": "^2.1.11",
"@feathersjs/authentication": "^2.1.12",
"@feathersjs/feathers": "^3.2.3",
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"feathers-memory": "^2.2.0",
"mocha": "^5.2.0",
"passport-github": "^1.1.0",
"passport-strategy": "^1.0.0",
"sinon": "^6.1.5",
Expand Down
13 changes: 13 additions & 0 deletions packages/authentication/CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.1.12"></a>
## [2.1.12](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.11...@feathersjs/authentication@2.1.12) (2018-10-25)


### Bug Fixes

* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
* Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))





<a name="2.1.11"></a>
## [2.1.11](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.10...@feathersjs/authentication@2.1.11) (2018-09-21)

Expand Down
12 changes: 6 additions & 6 deletions packages/authentication/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "2.1.11",
"version": "2.1.12",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -50,20 +50,20 @@
"uuid": "^3.1.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"@feathersjs/authentication-jwt": "^2.0.5",
"@feathersjs/authentication-local": "^1.2.5",
"@feathersjs/authentication-jwt": "^2.0.6",
"@feathersjs/authentication-local": "^1.2.6",
"@feathersjs/configuration": "^2.0.4",
"@feathersjs/express": "^1.2.7",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/primus": "^3.2.5",
"@feathersjs/socketio": "^3.2.6",
"@feathersjs/primus": "^3.2.6",
"@feathersjs/socketio": "^3.2.7",
"body-parser": "^1.15.2",
"chai": "^4.1.0",
"chai-uuid": "^1.0.6",
"feathers-memory": "^2.0.0",
"jshint": "^2.9.3",
"localstorage-memory": "^1.0.2",
"mocha": "^5.2.0",
"mongodb": "^3.0.0",
"nsp": "^3.0.0",
"passport-strategy": "^1.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.8.7"></a>
## [3.8.7](https://github.com/feathersjs/feathers/compare/@feathersjs/cli@3.8.6...@feathersjs/cli@3.8.7) (2018-10-25)


### Bug Fixes

* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))





<a name="3.8.6"></a>
## [3.8.6](https://github.com/feathersjs/feathers/compare/@feathersjs/cli@3.8.5...@feathersjs/cli@3.8.6) (2018-10-06)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/cli",
"description": "Command-line Feathers generator",
"version": "3.8.6",
"version": "3.8.7",
"homepage": "https://feathersjs.com",
"main": "lib/",
"bin": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@feathersjs/tools": "^0.1.6",
"commander": "^2.9.0",
"generator-feathers": "^2.7.1",
"generator-feathers": "^2.8.0",
"generator-feathers-plugin": "^1.0.1",
"semver": "^5.3.0",
"update-notifier": "^2.3.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.7.4"></a>
## [3.7.4](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.3...@feathersjs/client@3.7.4) (2018-10-25)


### Bug Fixes

* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))





<a name="3.7.3"></a>
## [3.7.3](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.2...@feathersjs/client@3.7.3) (2018-09-24)

Expand Down
16 changes: 8 additions & 8 deletions packages/client/package.json
@@ -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.3",
"version": "3.7.4",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -40,19 +40,20 @@
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@feathersjs/authentication-client": "^1.0.6",
"@feathersjs/authentication-client": "^1.0.7",
"@feathersjs/errors": "^3.3.4",
"@feathersjs/express": "^1.2.7",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/primus": "^3.2.5",
"@feathersjs/primus-client": "^1.1.4",
"@feathersjs/primus": "^3.2.6",
"@feathersjs/primus-client": "^1.1.5",
"@feathersjs/rest-client": "^1.4.5",
"@feathersjs/socketio": "^3.2.6",
"@feathersjs/socketio-client": "^1.1.4",
"@feathersjs/socketio": "^3.2.7",
"@feathersjs/socketio-client": "^1.1.5",
"babel-loader": "^8.0.0",
"body-parser": "^1.18.3",
"feathers-memory": "^2.2.0",
"jsdom": "8.1.0",
"mocha": "^5.2.0",
"node-fetch": "^2.2.0",
"parallel-webpack": "^2.3.0",
"request": "^2.88.0",
Expand All @@ -61,7 +62,6 @@
"uglifyjs-webpack-plugin": "^2.0.0",
"webpack": "^4.19.0",
"webpack-merge": "^4.1.4",
"ws": "^6.0.0",
"mocha": "^5.2.0"
"ws": "^6.0.0"
}
}

0 comments on commit 55de15e

Please sign in to comment.