Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Aug 22, 2021
1 parent c38ff57 commit 7f5ab59
Show file tree
Hide file tree
Showing 34 changed files with 130 additions and 130 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.12.0",
"version": "0.12.1",
"useWorkspaces": true,
"packages": ["packages/*"],
"command": {
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/main/packages/base64",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.1",
"license": "ISC",
"dependencies": {
"@xmpp/connection": "^0.12.0",
"@xmpp/jid": "^0.12.0",
"@xmpp/xml": "^0.12.0"
"@xmpp/connection": "^0.12.1",
"@xmpp/jid": "^0.12.1",
"@xmpp/xml": "^0.12.1"
},
"engines": {
"node": ">= 12.4.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,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.12.0",
"version": "0.12.1",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@xmpp/client-core": "^0.12.0",
"@xmpp/iq": "^0.12.0",
"@xmpp/middleware": "^0.12.0",
"@xmpp/reconnect": "^0.12.0",
"@xmpp/resolve": "^0.12.0",
"@xmpp/resource-binding": "^0.12.0",
"@xmpp/sasl": "^0.12.0",
"@xmpp/sasl-anonymous": "^0.12.0",
"@xmpp/sasl-plain": "^0.12.0",
"@xmpp/sasl-scram-sha-1": "^0.12.0",
"@xmpp/session-establishment": "^0.12.0",
"@xmpp/starttls": "^0.12.0",
"@xmpp/stream-features": "^0.12.0",
"@xmpp/stream-management": "^0.12.0",
"@xmpp/tcp": "^0.12.0",
"@xmpp/tls": "^0.12.0",
"@xmpp/websocket": "^0.12.0",
"@xmpp/client-core": "^0.12.1",
"@xmpp/iq": "^0.12.1",
"@xmpp/middleware": "^0.12.1",
"@xmpp/reconnect": "^0.12.1",
"@xmpp/resolve": "^0.12.1",
"@xmpp/resource-binding": "^0.12.1",
"@xmpp/sasl": "^0.12.1",
"@xmpp/sasl-anonymous": "^0.12.1",
"@xmpp/sasl-plain": "^0.12.1",
"@xmpp/sasl-scram-sha-1": "^0.12.1",
"@xmpp/session-establishment": "^0.12.1",
"@xmpp/starttls": "^0.12.1",
"@xmpp/stream-features": "^0.12.1",
"@xmpp/stream-management": "^0.12.1",
"@xmpp/tcp": "^0.12.1",
"@xmpp/tls": "^0.12.1",
"@xmpp/websocket": "^0.12.1",
"babel-plugin-jsx-pragmatic": "^1.0.2"
},
"browser": "./browser.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/main/packages/component-core",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"component",
"core"
],
"dependencies": {
"@xmpp/connection-tcp": "^0.12.0",
"@xmpp/jid": "^0.12.0",
"@xmpp/xml": "^0.12.0"
"@xmpp/connection-tcp": "^0.12.1",
"@xmpp/jid": "^0.12.1",
"@xmpp/xml": "^0.12.1"
},
"engines": {
"node": ">= 12.4.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/main/packages/component",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"component"
],
"dependencies": {
"@xmpp/component-core": "^0.12.0",
"@xmpp/iq": "^0.12.0",
"@xmpp/middleware": "^0.12.0",
"@xmpp/reconnect": "^0.12.0"
"@xmpp/component-core": "^0.12.1",
"@xmpp/iq": "^0.12.1",
"@xmpp/middleware": "^0.12.1",
"@xmpp/reconnect": "^0.12.1"
},
"engines": {
"node": ">= 12.4.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/main/packages/connection-tcp",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"connection",
"TCP"
],
"dependencies": {
"@xmpp/connection": "^0.12.0",
"@xmpp/xml": "^0.12.0"
"@xmpp/connection": "^0.12.1",
"@xmpp/xml": "^0.12.1"
},
"engines": {
"node": ">= 12.4.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/main/packages/connection",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"connection"
],
"dependencies": {
"@xmpp/error": "^0.12.0",
"@xmpp/events": "^0.12.0",
"@xmpp/jid": "^0.12.0",
"@xmpp/xml": "^0.12.0"
"@xmpp/error": "^0.12.1",
"@xmpp/events": "^0.12.1",
"@xmpp/jid": "^0.12.1",
"@xmpp/xml": "^0.12.1"
},
"engines": {
"node": ">= 12.4.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/main/packages/debug",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -14,7 +14,7 @@
"node": ">= 12.4.0"
},
"dependencies": {
"@xmpp/xml": "^0.12.0"
"@xmpp/xml": "^0.12.1"
},
"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/main/packages/error",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"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/main/packages/events",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"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/main/packages/id",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"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/main/packages/iq",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -16,10 +16,10 @@
"node": ">= 12.4.0"
},
"dependencies": {
"@xmpp/events": "^0.12.0",
"@xmpp/id": "^0.12.0",
"@xmpp/middleware": "^0.12.0",
"@xmpp/xml": "^0.12.0"
"@xmpp/events": "^0.12.1",
"@xmpp/id": "^0.12.1",
"@xmpp/middleware": "^0.12.1",
"@xmpp/xml": "^0.12.1"
},
"devDependencies": {
"@xmpp/middleware": "^0.12.0"
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.12.0",
"version": "0.12.1",
"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/main/packages/middlware",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"middleware"
],
"dependencies": {
"@xmpp/error": "^0.12.0",
"@xmpp/jid": "^0.12.0",
"@xmpp/xml": "^0.12.0",
"@xmpp/error": "^0.12.1",
"@xmpp/jid": "^0.12.1",
"@xmpp/xml": "^0.12.1",
"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/main/packages/reconnect",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"reconnect"
],
"dependencies": {
"@xmpp/events": "^0.12.0"
"@xmpp/events": "^0.12.1"
},
"engines": {
"node": ">= 12.4.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/main/packages/resolve",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -21,8 +21,8 @@
"node-fetch": false
},
"dependencies": {
"@xmpp/events": "^0.12.0",
"@xmpp/xml": "^0.12.0",
"@xmpp/events": "^0.12.1",
"@xmpp/xml": "^0.12.1",
"node-fetch": "^2.6.1"
},
"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/main/packages/resource-binding",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"bind",
"resource"
],
"dependencies": {
"@xmpp/xml": "^0.12.0"
"@xmpp/xml": "^0.12.1"
},
"engines": {
"node": ">= 12.4.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/main/packages/sasl-anonymous",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"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/main/packages/sasl-plain",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"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/main/packages/sasl-scram-sha-1",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"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/main/packages/sasl",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"sasl"
],
"dependencies": {
"@xmpp/base64": "^0.12.0",
"@xmpp/error": "^0.12.0",
"@xmpp/xml": "^0.12.0",
"@xmpp/base64": "^0.12.1",
"@xmpp/error": "^0.12.1",
"@xmpp/xml": "^0.12.1",
"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/main/packages/session-establishment",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.12.0",
"version": "0.12.1",
"license": "ISC",
"keywords": [
"XMPP",
"session",
"establishment"
],
"dependencies": {
"@xmpp/xml": "^0.12.0"
"@xmpp/xml": "^0.12.1"
},
"engines": {
"node": ">= 12.4.0"
Expand Down
Loading

0 comments on commit 7f5ab59

Please sign in to comment.