@blocklet/store 1.16.34-beta-20241206-124652-493dbc39 → 1.16.34-beta-20241207-134904-3c3d9a35

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/dist/index.cjs CHANGED
@@ -161,7 +161,7 @@ async function createConnect({
161
161
  });
162
162
  const { url, token } = res.data;
163
163
  const pageUrl = ufo.withQuery(ufo.joinURL(connectUrl, DID_CONNECT_URL), {
164
- __connect_url__: Buffer.from(url).toString("base64"),
164
+ __connect_url__: security.encodeEncryptionKey(url),
165
165
  source,
166
166
  closeOnSuccess
167
167
  });
package/dist/index.mjs CHANGED
@@ -141,7 +141,7 @@ async function createConnect({
141
141
  });
142
142
  const { url, token } = res.data;
143
143
  const pageUrl = withQuery(joinURL(connectUrl, DID_CONNECT_URL), {
144
- __connect_url__: Buffer.from(url).toString("base64"),
144
+ __connect_url__: encodeEncryptionKey(url),
145
145
  source,
146
146
  closeOnSuccess
147
147
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/store",
3
- "version": "1.16.34-beta-20241206-124652-493dbc39",
3
+ "version": "1.16.34-beta-20241207-134904-3c3d9a35",
4
4
  "description": "Connect Store and upload blocklet to Store",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,11 +27,11 @@
27
27
  "author": "",
28
28
  "license": "ISC",
29
29
  "dependencies": {
30
- "@abtnode/constant": "1.16.34-beta-20241206-124652-493dbc39",
31
- "@abtnode/util": "1.16.34-beta-20241206-124652-493dbc39",
30
+ "@abtnode/constant": "1.16.34-beta-20241207-134904-3c3d9a35",
31
+ "@abtnode/util": "1.16.34-beta-20241207-134904-3c3d9a35",
32
32
  "@arcblock/did": "1.18.156",
33
- "@blocklet/constant": "1.16.34-beta-20241206-124652-493dbc39",
34
- "@blocklet/meta": "1.16.34-beta-20241206-124652-493dbc39",
33
+ "@blocklet/constant": "1.16.34-beta-20241207-134904-3c3d9a35",
34
+ "@blocklet/meta": "1.16.34-beta-20241207-134904-3c3d9a35",
35
35
  "@ocap/client": "^1.18.156",
36
36
  "@ocap/util": "1.18.156",
37
37
  "@ocap/wallet": "1.18.156",
@@ -62,5 +62,5 @@
62
62
  "typescript": "^5.6.3",
63
63
  "unbuild": "^2.0.0"
64
64
  },
65
- "gitHead": "5552653a5a39746f1536386a9a7da1ae7fa87831"
65
+ "gitHead": "75e87cd61f4978a8fc0e6f335492abc891aed082"
66
66
  }