lyb-pixi-js 1.1.2 → 1.1.4
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
|
|
2
|
+
import { LibJsNumberStepper } from "lyb-js/dist/Misc/LibJsNumberStepper";
|
|
3
3
|
/** @description 最小、最大按钮和增减按钮功能及置灰逻辑
|
|
4
4
|
* @link 使用方法:https://www.npmjs.com/package/lyb-pixi-js#LibPixiSubAddMinMax-数字控制器
|
|
5
5
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lyb-pixi-js",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "自用Pixi.JS方法库",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"type": "module",
|
|
@@ -9,12 +9,6 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "vite build & tsc"
|
|
11
11
|
},
|
|
12
|
-
"exports": {
|
|
13
|
-
"./Components/Base/*": "./dist/Components/Base/*",
|
|
14
|
-
"./Components/Custom/*": "./dist/Components/Custom/*",
|
|
15
|
-
"./Utils/*": "./dist/Utils/*",
|
|
16
|
-
"./*": "./dist/*"
|
|
17
|
-
},
|
|
18
12
|
"files": [
|
|
19
13
|
"dist",
|
|
20
14
|
"README.md",
|
|
@@ -46,7 +40,7 @@
|
|
|
46
40
|
"dayjs": "^1.11.13",
|
|
47
41
|
"decimal.js": "^10.4.3",
|
|
48
42
|
"gsap": "^3.12.5",
|
|
49
|
-
"lyb-js": "^1.2.
|
|
43
|
+
"lyb-js": "^1.2.5",
|
|
50
44
|
"pixi.js": "^7.4.2",
|
|
51
45
|
"vite": "^4.5.5"
|
|
52
46
|
}
|