@blocklet/constant 1.16.49-beta-20250812-040454-05aece54 → 1.16.49-beta-20250813-141500-f02b41b4
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/index.js +1 -1
- 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-
|
|
6
|
+
"version": "1.16.49-beta-20250813-141500-f02b41b4",
|
|
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": "
|
|
39
|
+
"gitHead": "ff97c4a29a0eac939237a935e391d5d1b9c6eec2"
|
|
40
40
|
}
|