lyb-pixi-js 1.1.6 → 1.1.7

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
  import { libPixiFilter } from "../../Utils/LibPixiFilter";
2
- import { LibJsNumberStepper } from "lyb-js/dist/Misc/LibJsNumberStepper";
2
+ import { LibJsNumberStepper } from "../../../node_modules/lyb-js/dist/Misc/LibJsNumberStepper.js";
3
3
  /** @description 最小、最大按钮和增减按钮功能及置灰逻辑
4
4
  * @link 使用方法:https://www.npmjs.com/package/lyb-pixi-js#LibPixiSubAddMinMax-数字控制器
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { Ticker } from "pixi.js";
2
- import { libJsRandom } from "lyb-js/dist/Random/LibJsRandom";
2
+ import { libJsRandom } from "../../node_modules/lyb-js/dist/Random/LibJsRandom.js";
3
3
  /** @description 间隔触发
4
4
  * @param callback 回调函数
5
5
  * @param interval 间隔毫秒,或随机范围
package/package.json CHANGED
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "name": "lyb-pixi-js",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "自用Pixi.JS方法库",
5
5
  "license": "ISC",
6
- "type": "module",
7
- "types": "./dist/index.d.ts",
8
- "main": "./dist/index.js",
9
6
  "scripts": {
10
7
  "build": "vite build & tsc"
11
8
  },