@blocklet/constant 1.16.14-beta-dd4f6a50 → 1.16.14-beta-3127f514

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 (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -106,6 +106,7 @@ exports.BlockletEvents = Object.freeze({
106
106
  exports.BlockletInternalEvents = Object.freeze({
107
107
  componentsUpdated: 'blocklet.componentsUpdated',
108
108
  appConfigChanged: 'blocklet.appConfigChanged',
109
+ appSettingChanged: 'blocklet.appSettingChanged',
109
110
  });
110
111
  exports.BLOCKLET_PLATFORMS = ['aix', 'darwin', 'freebsd', 'linux', 'openbsd', 'sunos', 'win32'];
111
112
  exports.BLOCKLET_ARCHITECTURES = [
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.14-beta-dd4f6a50",
6
+ "version": "1.16.14-beta-3127f514",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -31,5 +31,5 @@
31
31
  "ts-jest": "^27.1.5",
32
32
  "typescript": "^5.0.4"
33
33
  },
34
- "gitHead": "fb3858f842b221f0a8c298307b393d55c555af45"
34
+ "gitHead": "cb397b94b752e71dfc0ba2c4ad08628cf03ce396"
35
35
  }