@blocklet/constant 1.17.7-beta-20251227-001958-ea2ba3f5 → 1.17.7-beta-20251229-085620-84f09930

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 -1
  2. package/index.js +4 -1
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -844,7 +844,7 @@ export declare const BlockletEvents: Readonly<{
844
844
  configTheme: "blocklet.configTheme";
845
845
  addUserSession: "blocklet.addUserSession";
846
846
  updateUserSession: "blocklet.updateUserSession";
847
- blurOrGreenStarted: "blocklet.blurOrGreenStarted";
847
+ blueOrGreenStarted: "blocklet.blueOrGreenStarted";
848
848
  }>;
849
849
  export declare const BlockletInternalEvents: Readonly<{
850
850
  appConfigChanged: "blocklet.appConfigChanged";
@@ -1030,5 +1030,6 @@ export declare const NAV_GROUP_TEAM = "/team";
1030
1030
  export declare const NAV_GROUP_SYSTEM = "/system";
1031
1031
  export declare const NAV_GROUP_SERVICES = "/services";
1032
1032
  export declare const NAV_GROUP_BLOCKLETS = "/blocklets";
1033
+ export declare const STATIC_SERVER_ENGINE_DID = "z2qa2dGC9EmsjB2WJtUcmuRWx43zTwPUZQF7g";
1033
1034
 
1034
1035
  export {};
package/index.js CHANGED
@@ -99,6 +99,7 @@ __export(lib_exports, {
99
99
  RESOURCE_PATTERN: () => RESOURCE_PATTERN,
100
100
  RESTORE_PROGRESS_STATUS: () => RESTORE_PROGRESS_STATUS,
101
101
  SIG_VERSION: () => SIG_VERSION,
102
+ STATIC_SERVER_ENGINE_DID: () => STATIC_SERVER_ENGINE_DID,
102
103
  SUPPORTED_LANGUAGES: () => languages_default,
103
104
  SUSPENDED_REASON: () => SUSPENDED_REASON,
104
105
  TeamEvents: () => TeamEvents,
@@ -1044,7 +1045,7 @@ var BlockletEvents = Object.freeze({
1044
1045
  addUserSession: "blocklet.addUserSession",
1045
1046
  updateUserSession: "blocklet.updateUserSession",
1046
1047
  // blue-green start
1047
- blurOrGreenStarted: "blocklet.blurOrGreenStarted"
1048
+ blueOrGreenStarted: "blocklet.blueOrGreenStarted"
1048
1049
  });
1049
1050
  var BlockletInternalEvents = Object.freeze({
1050
1051
  appConfigChanged: "blocklet.appConfigChanged",
@@ -1264,6 +1265,7 @@ var NAV_GROUP_TEAM = "/team";
1264
1265
  var NAV_GROUP_SYSTEM = "/system";
1265
1266
  var NAV_GROUP_SERVICES = "/services";
1266
1267
  var NAV_GROUP_BLOCKLETS = "/blocklets";
1268
+ var STATIC_SERVER_ENGINE_DID = "z2qa2dGC9EmsjB2WJtUcmuRWx43zTwPUZQF7g";
1267
1269
  // Annotate the CommonJS export names for ESM import in node:
1268
1270
  0 && (module.exports = {
1269
1271
  ABT_NODE_KERNEL_OR_BLOCKLET_MODE,
@@ -1346,6 +1348,7 @@ var NAV_GROUP_BLOCKLETS = "/blocklets";
1346
1348
  RESOURCE_PATTERN,
1347
1349
  RESTORE_PROGRESS_STATUS,
1348
1350
  SIG_VERSION,
1351
+ STATIC_SERVER_ENGINE_DID,
1349
1352
  SUPPORTED_LANGUAGES,
1350
1353
  SUSPENDED_REASON,
1351
1354
  TeamEvents,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.7-beta-20251227-001958-ea2ba3f5",
6
+ "version": "1.17.7-beta-20251229-085620-84f09930",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "type": "commonjs",
@@ -31,5 +31,5 @@
31
31
  "prettier": "^3.3.2",
32
32
  "typescript": "^5.6.3"
33
33
  },
34
- "gitHead": "ec0a542fc2c66f2530d25884b43bddfa28d921a0"
34
+ "gitHead": "fe2ffc3cf431bbaa89ac802bed793aa1188da4c3"
35
35
  }