@glowjs/core 2023.8.8 → 2023.8.11

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.
@@ -36,6 +36,10 @@ export declare type ResOptions = {
36
36
  * 是否资产图片
37
37
  */
38
38
  asset?: boolean;
39
+ /**
40
+ * 是否在资产库
41
+ */
42
+ lib?: boolean;
39
43
  /**
40
44
  * 偏移量,有的模型的轴心点不在底部中心
41
45
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2023.08.08",
3
+ "version": "2023.08.11",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",