@blocklet/constant 1.16.39-beta-20250213-085550-20ef6d4f → 1.16.39-beta-20250215-130252-43410928

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 +1 -0
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -798,6 +798,7 @@ export declare const BlockletEvents: Readonly<{
798
798
  componentUpgraded: "blocklet.componentUpgraded";
799
799
  componentUpgradeFailed: "blocklet.componentUpgradeFailed";
800
800
  componentRemoved: "blocklet.componentRemoved";
801
+ disableAutoBackup: "blocklet.disableAutoBackup";
801
802
  backupProgress: "blocklet.backupProgress";
802
803
  restoreProgress: "blocklet.restoreProgress";
803
804
  downloadBundleProgress: "blocklet.downloadBundleProgress";
package/index.js CHANGED
@@ -922,6 +922,7 @@ var BlockletEvents = Object.freeze({
922
922
  componentUpgraded: "blocklet.componentUpgraded",
923
923
  componentUpgradeFailed: "blocklet.componentUpgradeFailed",
924
924
  componentRemoved: "blocklet.componentRemoved",
925
+ disableAutoBackup: "blocklet.disableAutoBackup",
925
926
  backupProgress: "blocklet.backupProgress",
926
927
  restoreProgress: "blocklet.restoreProgress",
927
928
  downloadBundleProgress: "blocklet.downloadBundleProgress",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.39-beta-20250213-085550-20ef6d4f",
6
+ "version": "1.16.39-beta-20250215-130252-43410928",
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": "7719a5bf629879a5953733941fb097b34bf3e7c3"
39
+ "gitHead": "83b35e2f9759a3f1aa0343c112aedaddf79a8e55"
40
40
  }