@blocklet/constant 1.16.47-beta-20250725-140845-15481a97 → 1.16.47-beta-20250729-133234-77359596

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 (3) hide show
  1. package/index.d.ts +1 -0
  2. package/index.js +2 -1
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -992,6 +992,7 @@ export declare const PROVIDER_NAME: {
992
992
  wallet: string;
993
993
  federated: string;
994
994
  passkey: string;
995
+ twitter: string;
995
996
  };
996
997
  export declare const ALLOW_VERIFY_PROVIDERS: string[];
997
998
  export declare const DEVICE_HEADERS: {
package/index.js CHANGED
@@ -1181,7 +1181,8 @@ var PROVIDER_NAME = {
1181
1181
  email: "Email",
1182
1182
  wallet: "DID wallet",
1183
1183
  federated: "Federated",
1184
- passkey: "Passkey"
1184
+ passkey: "Passkey",
1185
+ twitter: "X"
1185
1186
  };
1186
1187
  var ALLOW_VERIFY_PROVIDERS = [LOGIN_PROVIDER.PASSKEY, LOGIN_PROVIDER.WALLET];
1187
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.47-beta-20250725-140845-15481a97",
6
+ "version": "1.16.47-beta-20250729-133234-77359596",
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": "1ce734fa32344a086c73ff4704cd335b3a7c8adf"
39
+ "gitHead": "d5471eebcaa862d418d48b373ddd37b8150ba571"
40
40
  }