@galacean/engine-spine 0.0.0-experimental-engine-spine-20241115 → 0.0.0-experimental-engine-spine-20241116
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.
- package/dist/browser.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.0-experimental-engine-spine-
|
|
2
|
+
"version": "0.0.0-experimental-engine-spine-20241116",
|
|
3
3
|
"description": "galacean spine runtime",
|
|
4
4
|
"name": "@galacean/engine-spine",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"browser": "dist/browser.js",
|
|
7
7
|
"module": "dist/module.js",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@esotericsoftware/spine-core": "~4.2.
|
|
9
|
+
"@esotericsoftware/spine-core": "~4.2.1"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@galacean/engine": ">=1.3.20"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@babel/core": "^7.
|
|
16
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
17
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
18
|
-
"@babel/plugin-proposal-optional-chaining": "^7.
|
|
19
|
-
"@babel/plugin-transform-class-properties": "^7.
|
|
20
|
-
"@babel/plugin-transform-object-assign": "^7.
|
|
21
|
-
"@babel/preset-env": "^7.
|
|
22
|
-
"@babel/preset-typescript": "^7.
|
|
23
|
-
"@galacean/engine": "^1.3.
|
|
15
|
+
"@babel/core": "^7.22.5",
|
|
16
|
+
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
17
|
+
"@babel/plugin-proposal-decorators": "^7.12.1",
|
|
18
|
+
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
|
|
19
|
+
"@babel/plugin-transform-class-properties": "^7.24.7",
|
|
20
|
+
"@babel/plugin-transform-object-assign": "^7.12.1",
|
|
21
|
+
"@babel/preset-env": "^7.24.8",
|
|
22
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
23
|
+
"@galacean/engine": "^1.3.0-alpha.3",
|
|
24
24
|
"@galacean/engine-toolkit": "beta",
|
|
25
|
-
"@rollup/plugin-babel": "^5.
|
|
25
|
+
"@rollup/plugin-babel": "^5.2.1",
|
|
26
26
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
27
|
-
"@rollup/plugin-inject": "^4.0.
|
|
27
|
+
"@rollup/plugin-inject": "^4.0.2",
|
|
28
28
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
29
|
-
"@rollup/plugin-replace": "^2.4
|
|
30
|
-
"@rollup/plugin-terser": "^0.4.
|
|
31
|
-
"@swc/core": "^1.
|
|
32
|
-
"@swc/helpers": "^0.5
|
|
33
|
-
"@types/chai": "^4.3.
|
|
34
|
-
"@types/jest": "^29.5.
|
|
35
|
-
"@types/node": "^20.
|
|
29
|
+
"@rollup/plugin-replace": "^2.3.4",
|
|
30
|
+
"@rollup/plugin-terser": "^0.4.3",
|
|
31
|
+
"@swc/core": "^1.3.32",
|
|
32
|
+
"@swc/helpers": "^0.5",
|
|
33
|
+
"@types/chai": "^4.3.16",
|
|
34
|
+
"@types/jest": "^29.5.12",
|
|
35
|
+
"@types/node": "^20.14.10",
|
|
36
36
|
"@vitejs/plugin-basic-ssl": "^1.1.0",
|
|
37
37
|
"babel-core": "^6.26.3",
|
|
38
38
|
"babel-jest": "^29.7.0",
|
|
39
|
-
"chai": "^4.
|
|
40
|
-
"chai-spies": "^1.
|
|
39
|
+
"chai": "^4.3.6",
|
|
40
|
+
"chai-spies": "^1.0.0",
|
|
41
41
|
"cross-env": "^5.2.1",
|
|
42
|
-
"cypress": "^13.
|
|
42
|
+
"cypress": "^13.13.0",
|
|
43
43
|
"cypress-recurse": "^1.35.3",
|
|
44
44
|
"dat.gui": "^0.7.9",
|
|
45
45
|
"jest": "^29.7.0",
|
|
46
46
|
"jest-environment-jsdom": "^29.7.0",
|
|
47
47
|
"jest-webgl-canvas-mock": "^2.5.3",
|
|
48
|
-
"nock": "^13.5.
|
|
49
|
-
"odiff-bin": "^3.1
|
|
48
|
+
"nock": "^13.5.4",
|
|
49
|
+
"odiff-bin": "^3.0.1",
|
|
50
50
|
"react": "^16.14.0",
|
|
51
51
|
"react-dom": "^16.14.0",
|
|
52
52
|
"regenerator-runtime": "^0.14.1",
|
|
53
|
-
"rollup": "^2.
|
|
54
|
-
"rollup-plugin-glslify": "^1.
|
|
53
|
+
"rollup": "^2.32.0",
|
|
54
|
+
"rollup-plugin-glslify": "^1.2.0",
|
|
55
55
|
"rollup-plugin-modify": "^3.0.0",
|
|
56
|
-
"rollup-plugin-serve": "^1.1.
|
|
57
|
-
"rollup-plugin-swc3": "^0.8.
|
|
56
|
+
"rollup-plugin-serve": "^1.1.0",
|
|
57
|
+
"rollup-plugin-swc3": "^0.8.0",
|
|
58
58
|
"rollup-plugin-terser": "^7.0.2",
|
|
59
59
|
"rollup-plugin-version-injector": "^1.3.3",
|
|
60
|
-
"sass": "^1.
|
|
61
|
-
"sinon": "^18.0.
|
|
62
|
-
"ts-jest": "^29.2.
|
|
60
|
+
"sass": "^1.77.8",
|
|
61
|
+
"sinon": "^18.0.0",
|
|
62
|
+
"ts-jest": "^29.2.2",
|
|
63
63
|
"ts-node": "^10.9.2",
|
|
64
64
|
"tsconfig-paths": "^4.2.0",
|
|
65
|
-
"typescript": "^5.
|
|
66
|
-
"vite": "^5.4
|
|
65
|
+
"typescript": "^5.5.3",
|
|
66
|
+
"vite": "^5.3.4"
|
|
67
67
|
},
|
|
68
68
|
"ci": {
|
|
69
69
|
"type": "aci",
|