@blocklet/constant 1.16.39-beta-20250213-020324-1536dd25 → 1.16.39-beta-20250213-123635-cabff5af
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.d.ts +1 -0
- package/index.js +1 -0
- 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-
|
|
6
|
+
"version": "1.16.39-beta-20250213-123635-cabff5af",
|
|
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": "026b776b588cdae21750570de1102bb24f1ad3d6"
|
|
40
40
|
}
|