@wix/realtime 1.0.32 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1773,6 +1773,31 @@
|
|
|
1773
1773
|
}
|
|
1774
1774
|
],
|
|
1775
1775
|
"blockTags": [
|
|
1776
|
+
{
|
|
1777
|
+
"tag": "@deprecated",
|
|
1778
|
+
"content": [
|
|
1779
|
+
{
|
|
1780
|
+
"kind": "text",
|
|
1781
|
+
"text": "Use "
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"kind": "code",
|
|
1785
|
+
"text": "`publisher.publish`"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"kind": "text",
|
|
1789
|
+
"text": " from "
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"kind": "code",
|
|
1793
|
+
"text": "`@wix/realtime`"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"kind": "text",
|
|
1797
|
+
"text": " instead."
|
|
1798
|
+
}
|
|
1799
|
+
]
|
|
1800
|
+
},
|
|
1776
1801
|
{
|
|
1777
1802
|
"tag": "@requiredField",
|
|
1778
1803
|
"content": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/realtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@wix/auto_sdk_duplexer_publisher": "^1.0.10",
|
|
39
39
|
"@wix/duplexer-js": "^2.0.6",
|
|
40
|
-
"@wix/realtime-common": "1.0.
|
|
40
|
+
"@wix/realtime-common": "1.0.12",
|
|
41
41
|
"@wix/sdk": "^1.21.4",
|
|
42
42
|
"@wix/sdk-runtime": "^1.0.9",
|
|
43
43
|
"@wix/sdk-types": "^1.17.5",
|
|
44
|
-
"@wix/sdk_realtime_site": "1.0.
|
|
44
|
+
"@wix/sdk_realtime_site": "1.0.28",
|
|
45
45
|
"uuid": "^11.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"isRootPublicSdk": true
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"falconPackageHash": "
|
|
68
|
+
"falconPackageHash": "15cc87767a9bdb58912bf0f05dca80ff15906e46f27cf34205d236c7"
|
|
69
69
|
}
|