@blocklet/constant 1.17.8-beta-20260115-130425-5c8d9a61 → 1.17.8-beta-20260116-080047-9fdd00d3

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 +3 -3
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -17,8 +17,8 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // lib/index.ts
20
- var lib_exports = {};
21
- __export(lib_exports, {
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
22
  ABT_NODE_KERNEL_OR_BLOCKLET_MODE: () => ABT_NODE_KERNEL_OR_BLOCKLET_MODE,
23
23
  ALLOW_VERIFY_PROVIDERS: () => ALLOW_VERIFY_PROVIDERS,
24
24
  APP_CONFIG_DIR: () => APP_CONFIG_DIR,
@@ -110,7 +110,7 @@ __export(lib_exports, {
110
110
  toBlockletSource: () => toBlockletSource,
111
111
  toBlockletStatus: () => toBlockletStatus
112
112
  });
113
- module.exports = __toCommonJS(lib_exports);
113
+ module.exports = __toCommonJS(index_exports);
114
114
 
115
115
  // lib/languages.ts
116
116
  var SUPPORTED_LANGUAGES = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.8-beta-20260115-130425-5c8d9a61",
6
+ "version": "1.17.8-beta-20260116-080047-9fdd00d3",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "type": "commonjs",
@@ -31,5 +31,5 @@
31
31
  "eslint": "^8.57.0",
32
32
  "prettier": "^3.3.2"
33
33
  },
34
- "gitHead": "8cd01f643f608b583565a0869461a09b1875ae02"
34
+ "gitHead": "aa9d4c5e44b56fb55acbb312be752103efe4f61e"
35
35
  }