@blocklet/store 1.16.29-beta-1fedbcdd → 1.16.29-beta-8671c2cf

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
@@ -155,6 +155,7 @@ async function createConnect({
155
155
  source,
156
156
  closeOnSuccess
157
157
  });
158
+ console.log("If browser does not open automatically, please open the following link in your browser:", pageUrl);
158
159
  openPage?.(pageUrl);
159
160
  return await wrapSpinner(`Waiting for connection: ${connectUrl}`, async () => {
160
161
  const fetchData = await fetchConfigs({
package/dist/index.mjs CHANGED
@@ -139,6 +139,7 @@ async function createConnect({
139
139
  source,
140
140
  closeOnSuccess
141
141
  });
142
+ console.log("If browser does not open automatically, please open the following link in your browser:", pageUrl);
142
143
  openPage?.(pageUrl);
143
144
  return await wrapSpinner(`Waiting for connection: ${connectUrl}`, async () => {
144
145
  const fetchData = await fetchConfigs({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/store",
3
- "version": "1.16.29-beta-1fedbcdd",
3
+ "version": "1.16.29-beta-8671c2cf",
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.29-beta-1fedbcdd",
31
- "@abtnode/util": "1.16.29-beta-1fedbcdd",
30
+ "@abtnode/constant": "1.16.29-beta-8671c2cf",
31
+ "@abtnode/util": "1.16.29-beta-8671c2cf",
32
32
  "@arcblock/did": "1.18.126",
33
- "@blocklet/constant": "1.16.29-beta-1fedbcdd",
34
- "@blocklet/meta": "1.16.29-beta-1fedbcdd",
33
+ "@blocklet/constant": "1.16.29-beta-8671c2cf",
34
+ "@blocklet/meta": "1.16.29-beta-8671c2cf",
35
35
  "@ocap/client": "^1.18.126",
36
36
  "@ocap/util": "1.18.126",
37
37
  "@ocap/wallet": "1.18.126",
@@ -59,5 +59,5 @@
59
59
  "typescript": "^5.0.4",
60
60
  "unbuild": "^2.0.0"
61
61
  },
62
- "gitHead": "e66e220d775e821c85b8bd6286342c202ad143f0"
62
+ "gitHead": "67207cc32f2cdf4ab8af39d4083ad61fba9711e2"
63
63
  }