Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Feb 7, 2020
1 parent 1e7c32b commit 0e54f63
Show file tree
Hide file tree
Showing 34 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.2",
"version": "0.10.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/base64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/base64",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "http://github.com/xmppjs/xmpp.js",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"dependencies": {
"@xmpp/connection": "^0.9.2",
"@xmpp/jid": "^0.9.2",
"@xmpp/xml": "^0.9.2"
"@xmpp/connection": "^0.10.0",
"@xmpp/jid": "^0.10.0",
"@xmpp/xml": "^0.10.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
36 changes: 18 additions & 18 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "http://github.com/xmppjs/xmpp.js",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"dependencies": {
"@xmpp/client-core": "^0.9.2",
"@xmpp/iq": "^0.9.2",
"@xmpp/middleware": "^0.9.2",
"@xmpp/reconnect": "^0.9.0",
"@xmpp/resolve": "^0.9.2",
"@xmpp/resource-binding": "^0.9.2",
"@xmpp/sasl": "^0.9.2",
"@xmpp/sasl-anonymous": "^0.9.0",
"@xmpp/sasl-plain": "^0.9.0",
"@xmpp/sasl-scram-sha-1": "^0.9.0",
"@xmpp/session-establishment": "^0.9.2",
"@xmpp/starttls": "^0.9.2",
"@xmpp/stream-features": "^0.9.0",
"@xmpp/stream-management": "^0.9.0",
"@xmpp/tcp": "^0.9.2",
"@xmpp/tls": "^0.9.2",
"@xmpp/websocket": "^0.9.2"
"@xmpp/client-core": "^0.10.0",
"@xmpp/iq": "^0.10.0",
"@xmpp/middleware": "^0.10.0",
"@xmpp/reconnect": "^0.10.0",
"@xmpp/resolve": "^0.10.0",
"@xmpp/resource-binding": "^0.10.0",
"@xmpp/sasl": "^0.10.0",
"@xmpp/sasl-anonymous": "^0.10.0",
"@xmpp/sasl-plain": "^0.10.0",
"@xmpp/sasl-scram-sha-1": "^0.10.0",
"@xmpp/session-establishment": "^0.10.0",
"@xmpp/starttls": "^0.10.0",
"@xmpp/stream-features": "^0.10.0",
"@xmpp/stream-management": "^0.10.0",
"@xmpp/tcp": "^0.10.0",
"@xmpp/tls": "^0.10.0",
"@xmpp/websocket": "^0.10.0"
},
"browser": "./browser.js",
"react-native": "./react-native.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/component-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/component-core",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"component",
"core"
],
"dependencies": {
"@xmpp/connection-tcp": "^0.9.2",
"@xmpp/jid": "^0.9.2",
"@xmpp/xml": "^0.9.2"
"@xmpp/connection-tcp": "^0.10.0",
"@xmpp/jid": "^0.10.0",
"@xmpp/xml": "^0.10.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/component",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"component"
],
"dependencies": {
"@xmpp/component-core": "^0.9.2",
"@xmpp/iq": "^0.9.2",
"@xmpp/middleware": "^0.9.2",
"@xmpp/reconnect": "^0.9.0"
"@xmpp/component-core": "^0.10.0",
"@xmpp/iq": "^0.10.0",
"@xmpp/middleware": "^0.10.0",
"@xmpp/reconnect": "^0.10.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/connection-tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/connection-tcp",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"connection",
"TCP"
],
"dependencies": {
"@xmpp/connection": "^0.9.2",
"@xmpp/xml": "^0.9.2"
"@xmpp/connection": "^0.10.0",
"@xmpp/xml": "^0.10.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/connection",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"connection"
],
"dependencies": {
"@xmpp/error": "^0.9.0",
"@xmpp/events": "^0.9.0",
"@xmpp/jid": "^0.9.2",
"@xmpp/xml": "^0.9.2"
"@xmpp/error": "^0.10.0",
"@xmpp/events": "^0.10.0",
"@xmpp/jid": "^0.10.0",
"@xmpp/xml": "^0.10.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/debug",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -15,7 +15,7 @@
"yarn": ">= 1.0.0"
},
"dependencies": {
"@xmpp/xml": "^0.9.2"
"@xmpp/xml": "^0.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/error",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"xmpp",
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/events",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"event",
Expand Down
2 changes: 1 addition & 1 deletion packages/id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/id",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
10 changes: 5 additions & 5 deletions packages/iq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/iq",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -17,10 +17,10 @@
"yarn": ">= 1.0.0"
},
"dependencies": {
"@xmpp/events": "^0.9.0",
"@xmpp/id": "^0.9.0",
"@xmpp/middleware": "^0.9.2",
"@xmpp/xml": "^0.9.2"
"@xmpp/events": "^0.10.0",
"@xmpp/id": "^0.10.0",
"@xmpp/middleware": "^0.10.0",
"@xmpp/xml": "^0.10.0"
},
"devDependencies": {
"@xmpp/middleware": "^0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/jid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/jid",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
8 changes: 4 additions & 4 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/middlware",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"middleware"
],
"dependencies": {
"@xmpp/error": "^0.9.0",
"@xmpp/jid": "^0.9.2",
"@xmpp/xml": "^0.9.2",
"@xmpp/error": "^0.10.0",
"@xmpp/jid": "^0.10.0",
"@xmpp/xml": "^0.10.0",
"koa-compose": "^4.1.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/reconnect",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"reconnect"
],
"dependencies": {
"@xmpp/events": "^0.9.0"
"@xmpp/events": "^0.10.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/resolve",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -21,8 +21,8 @@
"node-fetch": false
},
"dependencies": {
"@xmpp/events": "^0.9.0",
"@xmpp/xml": "^0.9.2",
"@xmpp/events": "^0.10.0",
"@xmpp/xml": "^0.10.0",
"node-fetch": "^2.6.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/resource-binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/resource-binding",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"bind",
"resource"
],
"dependencies": {
"@xmpp/xml": "^0.9.2"
"@xmpp/xml": "^0.10.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sasl-anonymous/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/sasl-anonymous",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
2 changes: 1 addition & 1 deletion packages/sasl-plain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/sasl-plain",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
2 changes: 1 addition & 1 deletion packages/sasl-scram-sha-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/sasl-scram-sha-1",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
8 changes: 4 additions & 4 deletions packages/sasl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/sasl",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"sasl"
],
"dependencies": {
"@xmpp/base64": "^0.9.0",
"@xmpp/error": "^0.9.0",
"@xmpp/xml": "^0.9.2",
"@xmpp/base64": "^0.10.0",
"@xmpp/error": "^0.10.0",
"@xmpp/xml": "^0.10.0",
"saslmechanisms": "^0.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/session-establishment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/session-establishment",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.2",
"version": "0.10.0",
"license": "ISC",
"keywords": [
"XMPP",
"session",
"establishment"
],
"dependencies": {
"@xmpp/xml": "^0.9.2"
"@xmpp/xml": "^0.10.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
Loading

0 comments on commit 0e54f63

Please sign in to comment.