@cabloy/module-info 1.3.40 → 1.3.41

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/dist/index.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -166,7 +166,7 @@ interface IGlobBeanFile {
166
166
  beanFullName: string;
167
167
  isIgnore: boolean;
168
168
  isVirtual: boolean;
169
- isPreload: boolean;
169
+ isPreload?: boolean;
170
170
  }
171
171
  //#endregion
172
172
  //#region src/onionScenesMeta.d.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cabloy/module-info",
3
3
  "type": "module",
4
- "version": "1.3.40",
4
+ "version": "1.3.41",
5
5
  "description": "cabloy module-info",
6
6
  "publishConfig": {
7
7
  "access": "public"