Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Feb 13, 2022
1 parent c7cd4e2 commit 2f4a692
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 63 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.13.0",
"version": "0.13.1",
"useWorkspaces": true,
"packages": ["packages/*"],
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "http://github.com/xmppjs/xmpp.js",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"dependencies": {
"@xmpp/connection": "^0.13.0",
"@xmpp/jid": "^0.13.0",
"@xmpp/connection": "^0.13.1",
"@xmpp/jid": "^0.13.1",
"@xmpp/xml": "^0.13.0"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "http://github.com/xmppjs/xmpp.js",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/node": "^7.16.5",
"@babel/plugin-transform-react-jsx": "^7.16.5",
"@xmpp/client-core": "^0.13.0",
"@xmpp/iq": "^0.13.0",
"@xmpp/middleware": "^0.13.0",
"@xmpp/client-core": "^0.13.1",
"@xmpp/iq": "^0.13.1",
"@xmpp/middleware": "^0.13.1",
"@xmpp/reconnect": "^0.13.0",
"@xmpp/resolve": "^0.13.0",
"@xmpp/resolve": "^0.13.1",
"@xmpp/resource-binding": "^0.13.0",
"@xmpp/sasl": "^0.13.0",
"@xmpp/sasl-anonymous": "^0.13.0",
"@xmpp/sasl-plain": "^0.13.0",
"@xmpp/sasl-scram-sha-1": "^0.13.0",
"@xmpp/session-establishment": "^0.13.0",
"@xmpp/starttls": "^0.13.0",
"@xmpp/starttls": "^0.13.1",
"@xmpp/stream-features": "^0.13.0",
"@xmpp/stream-management": "^0.13.0",
"@xmpp/tcp": "^0.13.0",
"@xmpp/tls": "^0.13.0",
"@xmpp/websocket": "^0.13.0",
"@xmpp/tcp": "^0.13.1",
"@xmpp/tls": "^0.13.1",
"@xmpp/websocket": "^0.13.1",
"babel-plugin-jsx-pragmatic": "^1.0.2"
},
"browser": "./browser.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/component-core/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/main/packages/component-core",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
"component",
"core"
],
"dependencies": {
"@xmpp/connection-tcp": "^0.13.0",
"@xmpp/jid": "^0.13.0",
"@xmpp/connection-tcp": "^0.13.1",
"@xmpp/jid": "^0.13.1",
"@xmpp/xml": "^0.13.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/component/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/main/packages/component",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
"component"
],
"dependencies": {
"@xmpp/component-core": "^0.13.0",
"@xmpp/iq": "^0.13.0",
"@xmpp/middleware": "^0.13.0",
"@xmpp/component-core": "^0.13.1",
"@xmpp/iq": "^0.13.1",
"@xmpp/middleware": "^0.13.1",
"@xmpp/reconnect": "^0.13.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connection-tcp/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/main/packages/connection-tcp",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
"connection",
"TCP"
],
"dependencies": {
"@xmpp/connection": "^0.13.0",
"@xmpp/connection": "^0.13.1",
"@xmpp/xml": "^0.13.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connection/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/main/packages/connection",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@xmpp/error": "^0.13.0",
"@xmpp/events": "^0.13.0",
"@xmpp/jid": "^0.13.0",
"@xmpp/jid": "^0.13.1",
"@xmpp/xml": "^0.13.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 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/main/packages/iq",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@xmpp/events": "^0.13.0",
"@xmpp/id": "^0.13.0",
"@xmpp/middleware": "^0.13.0",
"@xmpp/middleware": "^0.13.1",
"@xmpp/xml": "^0.13.0"
},
"devDependencies": {
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/main/packages/jid",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/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/main/packages/middlware",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
"middleware"
],
"dependencies": {
"@xmpp/error": "^0.13.0",
"@xmpp/jid": "^0.13.0",
"@xmpp/jid": "^0.13.1",
"@xmpp/xml": "^0.13.0",
"koa-compose": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion 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/main/packages/resolve",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
4 changes: 2 additions & 2 deletions packages/starttls/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/main/packages/starttls",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
"STARTTLS"
],
"dependencies": {
"@xmpp/events": "^0.13.0",
"@xmpp/tls": "^0.13.0",
"@xmpp/tls": "^0.13.1",
"@xmpp/xml": "^0.13.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/tcp",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"dependencies": {
"@xmpp/connection-tcp": "^0.13.0"
"@xmpp/connection-tcp": "^0.13.1"
},
"keywords": [
"XMPP",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/test/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/main/packages/test",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -14,11 +14,11 @@
"node": ">= 12.4.0"
},
"dependencies": {
"@xmpp/client": "^0.13.0",
"@xmpp/connection": "^0.13.0",
"@xmpp/client": "^0.13.1",
"@xmpp/connection": "^0.13.1",
"@xmpp/debug": "^0.13.0",
"@xmpp/events": "^0.13.0",
"@xmpp/jid": "^0.13.0",
"@xmpp/jid": "^0.13.1",
"@xmpp/xml": "^0.13.0",
"ltx": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/tls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/tls",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"dependencies": {
"@xmpp/connection": "^0.13.0",
"@xmpp/connection-tcp": "^0.13.0"
"@xmpp/connection": "^0.13.1",
"@xmpp/connection-tcp": "^0.13.1"
},
"keywords": [
"XMPP",
Expand Down
4 changes: 2 additions & 2 deletions packages/uri/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/main/packages/uri",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
"URI"
],
"dependencies": {
"@xmpp/jid": "^0.13.0",
"@xmpp/jid": "^0.13.1",
"iri": "^1.3.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/websocket",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"dependencies": {
"@xmpp/connection": "^0.13.0",
"@xmpp/connection": "^0.13.1",
"@xmpp/xml": "^0.13.0",
"ws": "^8.4.0"
},
Expand Down
34 changes: 17 additions & 17 deletions packages/xmpp.js/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/main/packages/xmpp.js",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.13.0",
"version": "0.13.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -17,36 +17,36 @@
},
"dependencies": {
"@xmpp/base64": "^0.13.0",
"@xmpp/client": "^0.13.0",
"@xmpp/client-core": "^0.13.0",
"@xmpp/component": "^0.13.0",
"@xmpp/component-core": "^0.13.0",
"@xmpp/connection": "^0.13.0",
"@xmpp/connection-tcp": "^0.13.0",
"@xmpp/client": "^0.13.1",
"@xmpp/client-core": "^0.13.1",
"@xmpp/component": "^0.13.1",
"@xmpp/component-core": "^0.13.1",
"@xmpp/connection": "^0.13.1",
"@xmpp/connection-tcp": "^0.13.1",
"@xmpp/debug": "^0.13.0",
"@xmpp/error": "^0.13.0",
"@xmpp/events": "^0.13.0",
"@xmpp/id": "^0.13.0",
"@xmpp/iq": "^0.13.0",
"@xmpp/jid": "^0.13.0",
"@xmpp/middleware": "^0.13.0",
"@xmpp/iq": "^0.13.1",
"@xmpp/jid": "^0.13.1",
"@xmpp/middleware": "^0.13.1",
"@xmpp/reconnect": "^0.13.0",
"@xmpp/resolve": "^0.13.0",
"@xmpp/resolve": "^0.13.1",
"@xmpp/resource-binding": "^0.13.0",
"@xmpp/sasl": "^0.13.0",
"@xmpp/sasl-anonymous": "^0.13.0",
"@xmpp/sasl-plain": "^0.13.0",
"@xmpp/sasl-scram-sha-1": "^0.13.0",
"@xmpp/session-establishment": "^0.13.0",
"@xmpp/starttls": "^0.13.0",
"@xmpp/starttls": "^0.13.1",
"@xmpp/stream-features": "^0.13.0",
"@xmpp/stream-management": "^0.13.0",
"@xmpp/tcp": "^0.13.0",
"@xmpp/test": "^0.13.0",
"@xmpp/tcp": "^0.13.1",
"@xmpp/test": "^0.13.1",
"@xmpp/time": "^0.13.0",
"@xmpp/tls": "^0.13.0",
"@xmpp/uri": "^0.13.0",
"@xmpp/websocket": "^0.13.0",
"@xmpp/tls": "^0.13.1",
"@xmpp/uri": "^0.13.1",
"@xmpp/websocket": "^0.13.1",
"@xmpp/xml": "^0.13.0"
},
"scripts": {
Expand Down

0 comments on commit 2f4a692

Please sign in to comment.