@blocklet/constant 1.16.28-next-5a717317 → 1.16.28

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
@@ -876,6 +876,7 @@ export declare const PROJECT: {
876
876
  DIR: string;
877
877
  RELEASE_DIR: string;
878
878
  RESOURCE_DIR: string;
879
+ MAIN_DIR: string;
879
880
  ASSET_DIR: string;
880
881
  TYPES: {
881
882
  resource: string;
package/index.js CHANGED
@@ -1032,6 +1032,7 @@ var PROJECT = {
1032
1032
  DIR: ".projects",
1033
1033
  RELEASE_DIR: "releases",
1034
1034
  RESOURCE_DIR: "resource",
1035
+ MAIN_DIR: "main",
1035
1036
  ASSET_DIR: "assets",
1036
1037
  TYPES: {
1037
1038
  resource: "resource",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.28-next-5a717317",
6
+ "version": "1.16.28",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "type": "commonjs",
@@ -36,5 +36,5 @@
36
36
  "ts-jest": "^29.1.1",
37
37
  "typescript": "^5.0.4"
38
38
  },
39
- "gitHead": "3624967f9549de3a25a87ed6b20f82519ddb4757"
39
+ "gitHead": "54db076a7e520bbc260f8cbf0af31dd50b86aef1"
40
40
  }