@zgfe/modules-page 1.0.1-alpha.6 → 1.0.1-alpha.7

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.
@@ -51,7 +51,7 @@ var DetailContent = function DetailContent(props) {
51
51
  setPageUrl = _useState10[1];
52
52
  useEffect(function () {
53
53
  var secret = getSocketSecret();
54
- var url = "wss://".concat(location.host, "/").concat(api.socket);
54
+ var url = "wss://".concat(location.host).concat(api.socket);
55
55
  var socket = new SocketClient(url, currentApp === null || currentApp === void 0 ? void 0 : currentApp.appKey, {
56
56
  appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
57
57
  origin: 4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-page",
3
- "version": "1.0.1-alpha.6",
3
+ "version": "1.0.1-alpha.7",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -50,5 +50,5 @@
50
50
  "prettier": "^2.2.1",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "2cb8cb2a99605604935d19fce276a53b823382b4"
53
+ "gitHead": "62f6aacf6c601e8700c34a25e6b1b39222000efa"
54
54
  }