@glowjs/core 2025.5.20 → 2025.6.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * 资产图片(字符串表示JSON字符串,对象表示文件)
2
+ * 动态模型图片(字符串表示图片base64编码,对象表示文件信息)
3
3
  */
4
4
  export type ResImageSource = string | {
5
5
  /**
@@ -90,3 +90,4 @@ export { ResOptions } from './res/ResOptions';
90
90
  export { ParticleData } from './effect/ParticleData';
91
91
  export { DistanceTool } from './tool/DistanceTool';
92
92
  export * from './misc';
93
+ export * from './restool';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2025.05.20",
3
+ "version": "2025.06.11",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "dev": "ts-node ./build/build.ts development",
29
29
  "build": "npm run prod && npm run dts && npm run cpdts",
30
30
  "prod": "ts-node ./build/build.ts production",
31
- "dts": "dts-bundle-generator --config=./dts.json",
31
+ "dts": "dts-bundle-generator --config=./dts.json --no-check=true --fail-on-class=true",
32
32
  "cpdts": "ts-node ./build/copyDts.ts"
33
33
  },
34
34
  "keywords": [