@blocklet/constant 1.16.38-beta-20250108-235929-17742885 → 1.16.38-beta-20250110-003414-d3c1bfbd

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 +2 -0
  2. package/index.js +2 -0
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -911,6 +911,8 @@ export declare const BLOCKLET_CONFIGURABLE_KEY: {
911
911
  BLOCKLET_APP_LOGO_FAVICON: string;
912
912
  BLOCKLET_APP_SPLASH_PORTRAIT: string;
913
913
  BLOCKLET_APP_SPLASH_LANDSCAPE: string;
914
+ BLOCKLET_APP_OG_IMAGE: string;
915
+ BLOCKLET_APP_OG_COLOR: string;
914
916
  BLOCKLET_APP_URL: string;
915
917
  BLOCKLET_APP_LANGUAGES: string;
916
918
  BLOCKLET_PASSPORT_COLOR: string;
package/index.js CHANGED
@@ -1052,6 +1052,8 @@ var BLOCKLET_CONFIGURABLE_KEY = {
1052
1052
  BLOCKLET_APP_LOGO_FAVICON: "BLOCKLET_APP_LOGO_FAVICON",
1053
1053
  BLOCKLET_APP_SPLASH_PORTRAIT: "BLOCKLET_APP_SPLASH_PORTRAIT",
1054
1054
  BLOCKLET_APP_SPLASH_LANDSCAPE: "BLOCKLET_APP_SPLASH_LANDSCAPE",
1055
+ BLOCKLET_APP_OG_IMAGE: "BLOCKLET_APP_OG_IMAGE",
1056
+ BLOCKLET_APP_OG_COLOR: "BLOCKLET_APP_OG_COLOR",
1055
1057
  BLOCKLET_APP_URL: "BLOCKLET_APP_URL",
1056
1058
  BLOCKLET_APP_LANGUAGES: "BLOCKLET_APP_LANGUAGES",
1057
1059
  BLOCKLET_PASSPORT_COLOR: "BLOCKLET_PASSPORT_COLOR",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.38-beta-20250108-235929-17742885",
6
+ "version": "1.16.38-beta-20250110-003414-d3c1bfbd",
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": "09d67442bff28543c35824a41c23bea3b75a2a23"
39
+ "gitHead": "56883ef3e5f208f18c3fe4eedfb664be8e2b4fa7"
40
40
  }