Skip to content

Commit 0fdddc2

Browse files
committed
v0.13.0
1 parent b6d4e90 commit 0fdddc2

File tree

36 files changed

+133
-133
lines changed

36 files changed

+133
-133
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.12.1",
2+
"version": "0.13.0",
33
"useWorkspaces": true,
44
"packages": ["packages/*"],
55
"command": {

packages/base64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/base64",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",

packages/client-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"repository": "github:xmppjs/xmpp.js",
44
"homepage": "http://github.com/xmppjs/xmpp.js",
55
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
6-
"version": "0.12.1",
6+
"version": "0.13.0",
77
"license": "ISC",
88
"dependencies": {
9-
"@xmpp/connection": "^0.12.1",
10-
"@xmpp/jid": "^0.12.1",
11-
"@xmpp/xml": "^0.12.1"
9+
"@xmpp/connection": "^0.13.0",
10+
"@xmpp/jid": "^0.13.0",
11+
"@xmpp/xml": "^0.13.0"
1212
},
1313
"engines": {
1414
"node": ">= 12.4.0"

packages/client/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
"repository": "github:xmppjs/xmpp.js",
44
"homepage": "http://github.com/xmppjs/xmpp.js",
55
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
6-
"version": "0.12.1",
6+
"version": "0.13.0",
77
"license": "ISC",
88
"dependencies": {
99
"@babel/cli": "^7.14.8",
1010
"@babel/core": "^7.15.0",
1111
"@babel/node": "^7.14.9",
1212
"@babel/plugin-transform-react-jsx": "^7.14.9",
13-
"@xmpp/client-core": "^0.12.1",
14-
"@xmpp/iq": "^0.12.1",
15-
"@xmpp/middleware": "^0.12.1",
16-
"@xmpp/reconnect": "^0.12.1",
17-
"@xmpp/resolve": "^0.12.1",
18-
"@xmpp/resource-binding": "^0.12.1",
19-
"@xmpp/sasl": "^0.12.1",
20-
"@xmpp/sasl-anonymous": "^0.12.1",
21-
"@xmpp/sasl-plain": "^0.12.1",
22-
"@xmpp/sasl-scram-sha-1": "^0.12.1",
23-
"@xmpp/session-establishment": "^0.12.1",
24-
"@xmpp/starttls": "^0.12.1",
25-
"@xmpp/stream-features": "^0.12.1",
26-
"@xmpp/stream-management": "^0.12.1",
27-
"@xmpp/tcp": "^0.12.1",
28-
"@xmpp/tls": "^0.12.1",
29-
"@xmpp/websocket": "^0.12.1",
13+
"@xmpp/client-core": "^0.13.0",
14+
"@xmpp/iq": "^0.13.0",
15+
"@xmpp/middleware": "^0.13.0",
16+
"@xmpp/reconnect": "^0.13.0",
17+
"@xmpp/resolve": "^0.13.0",
18+
"@xmpp/resource-binding": "^0.13.0",
19+
"@xmpp/sasl": "^0.13.0",
20+
"@xmpp/sasl-anonymous": "^0.13.0",
21+
"@xmpp/sasl-plain": "^0.13.0",
22+
"@xmpp/sasl-scram-sha-1": "^0.13.0",
23+
"@xmpp/session-establishment": "^0.13.0",
24+
"@xmpp/starttls": "^0.13.0",
25+
"@xmpp/stream-features": "^0.13.0",
26+
"@xmpp/stream-management": "^0.13.0",
27+
"@xmpp/tcp": "^0.13.0",
28+
"@xmpp/tls": "^0.13.0",
29+
"@xmpp/websocket": "^0.13.0",
3030
"babel-plugin-jsx-pragmatic": "^1.0.2"
3131
},
3232
"browser": "./browser.js",

packages/component-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/component-core",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"component",
1212
"core"
1313
],
1414
"dependencies": {
15-
"@xmpp/connection-tcp": "^0.12.1",
16-
"@xmpp/jid": "^0.12.1",
17-
"@xmpp/xml": "^0.12.1"
15+
"@xmpp/connection-tcp": "^0.13.0",
16+
"@xmpp/jid": "^0.13.0",
17+
"@xmpp/xml": "^0.13.0"
1818
},
1919
"engines": {
2020
"node": ">= 12.4.0"

packages/component/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/component",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"component"
1212
],
1313
"dependencies": {
14-
"@xmpp/component-core": "^0.12.1",
15-
"@xmpp/iq": "^0.12.1",
16-
"@xmpp/middleware": "^0.12.1",
17-
"@xmpp/reconnect": "^0.12.1"
14+
"@xmpp/component-core": "^0.13.0",
15+
"@xmpp/iq": "^0.13.0",
16+
"@xmpp/middleware": "^0.13.0",
17+
"@xmpp/reconnect": "^0.13.0"
1818
},
1919
"engines": {
2020
"node": ">= 12.4.0"

packages/connection-tcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/connection-tcp",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"connection",
1212
"TCP"
1313
],
1414
"dependencies": {
15-
"@xmpp/connection": "^0.12.1",
16-
"@xmpp/xml": "^0.12.1"
15+
"@xmpp/connection": "^0.13.0",
16+
"@xmpp/xml": "^0.13.0"
1717
},
1818
"engines": {
1919
"node": ">= 12.4.0"

packages/connection/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/connection",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"connection"
1212
],
1313
"dependencies": {
14-
"@xmpp/error": "^0.12.1",
15-
"@xmpp/events": "^0.12.1",
16-
"@xmpp/jid": "^0.12.1",
17-
"@xmpp/xml": "^0.12.1"
14+
"@xmpp/error": "^0.13.0",
15+
"@xmpp/events": "^0.13.0",
16+
"@xmpp/jid": "^0.13.0",
17+
"@xmpp/xml": "^0.13.0"
1818
},
1919
"engines": {
2020
"node": ">= 12.4.0"

packages/debug/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/debug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/debug",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
@@ -14,7 +14,7 @@
1414
"node": ">= 12.4.0"
1515
},
1616
"dependencies": {
17-
"@xmpp/xml": "^0.12.1",
17+
"@xmpp/xml": "^0.13.0",
1818
"ltx": "^3.0.0"
1919
},
2020
"publishConfig": {

0 commit comments

Comments
 (0)