@blocklet/constant 1.16.49-beta-20250812-040454-05aece54 → 1.16.49-beta-20250814-091924-eb162407

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1182,7 +1182,7 @@ var PROVIDER_NAME = {
1182
1182
  wallet: "DID wallet",
1183
1183
  federated: "Federated",
1184
1184
  passkey: "Passkey",
1185
- twitter: "X"
1185
+ twitter: "X (Twitter)"
1186
1186
  };
1187
1187
  var ALLOW_VERIFY_PROVIDERS = [LOGIN_PROVIDER.PASSKEY, LOGIN_PROVIDER.WALLET];
1188
1188
  var DEVICE_HEADERS = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.49-beta-20250812-040454-05aece54",
6
+ "version": "1.16.49-beta-20250814-091924-eb162407",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "type": "commonjs",
@@ -36,5 +36,5 @@
36
36
  "ts-jest": "^29.2.5",
37
37
  "typescript": "^5.6.3"
38
38
  },
39
- "gitHead": "c07b7f3d216fb12d530eba91423f4f9b6d344533"
39
+ "gitHead": "12e9cde36e6bb93b4361f773899d0f2b304bd6c4"
40
40
  }