@nebulars/sseengine 1.3.55 → 1.3.56

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebulars/sseengine",
3
3
  "description": "An engine for sse",
4
- "version": "1.3.55",
4
+ "version": "1.3.56",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
7
7
  "dev": "forage serve --name sseengine",
@@ -19,4 +19,4 @@
19
19
  "axios": "^1.11.0",
20
20
  "vuex-fast": "^2.2.2"
21
21
  }
22
- }
22
+ }
package/src/store/snap.js CHANGED
@@ -59,7 +59,7 @@ export default ({ http, link }) => {
59
59
  const { data } = await http.api.shareCreateShare({ session_id, title, snapshot_data });
60
60
 
61
61
  // Get Link ID
62
- return link(`/snapshot?id=${data}`);
62
+ return link(`/snapshot?c=${data}`);
63
63
  },
64
64
  };
65
65
  };