blacktrigram 0.7.2 → 0.7.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.
|
@@ -22,7 +22,7 @@ import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
|
22
22
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
23
23
|
import { Canvas } from "@react-three/fiber";
|
|
24
24
|
//#region src/components/screens/intro/IntroScreen3D.tsx
|
|
25
|
-
var APP_VERSION = "0.7.
|
|
25
|
+
var APP_VERSION = "0.7.4";
|
|
26
26
|
var MENU_ITEMS = [
|
|
27
27
|
{
|
|
28
28
|
mode: GameMode.VERSUS,
|
|
@@ -184,7 +184,7 @@ var SplashScreen = ({ onStart, width, height }) => {
|
|
|
184
184
|
}),
|
|
185
185
|
/* @__PURE__ */ jsxs("div", {
|
|
186
186
|
role: "contentinfo",
|
|
187
|
-
"aria-label": `Application version 0.7.
|
|
187
|
+
"aria-label": `Application version 0.7.4`,
|
|
188
188
|
style: {
|
|
189
189
|
position: "absolute",
|
|
190
190
|
bottom: "20px",
|
|
@@ -193,7 +193,7 @@ var SplashScreen = ({ onStart, width, height }) => {
|
|
|
193
193
|
fontSize: "10px",
|
|
194
194
|
zIndex: 1
|
|
195
195
|
},
|
|
196
|
-
children: ["v", "0.7.
|
|
196
|
+
children: ["v", "0.7.4"]
|
|
197
197
|
})
|
|
198
198
|
]
|
|
199
199
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blacktrigram",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "Black Trigram (흑괘) - Korean Martial Arts Combat Simulator. Reusable game systems, combat mechanics, animation framework, and Korean martial arts data built with React, Three.js, and TypeScript.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -157,66 +157,66 @@
|
|
|
157
157
|
"three": "^0.183.0"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
|
-
"@aws-sdk/client-bedrock-runtime": "
|
|
161
|
-
"@eslint/js": "
|
|
160
|
+
"@aws-sdk/client-bedrock-runtime": "3.1018.0",
|
|
161
|
+
"@eslint/js": "10.0.1",
|
|
162
162
|
"@react-three/drei": "10.7.7",
|
|
163
163
|
"@react-three/fiber": "9.5.0",
|
|
164
164
|
"@react-three/postprocessing": "3.0.4",
|
|
165
|
-
"@testing-library/dom": "
|
|
166
|
-
"@testing-library/jest-dom": "
|
|
167
|
-
"@testing-library/react": "
|
|
168
|
-
"@testing-library/user-event": "
|
|
169
|
-
"@types/node": "
|
|
170
|
-
"@types/react": "
|
|
171
|
-
"@types/react-dom": "
|
|
165
|
+
"@testing-library/dom": "10.4.1",
|
|
166
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
167
|
+
"@testing-library/react": "16.3.2",
|
|
168
|
+
"@testing-library/user-event": "14.6.1",
|
|
169
|
+
"@types/node": "25.5.0",
|
|
170
|
+
"@types/react": "19.2.14",
|
|
171
|
+
"@types/react-dom": "19.2.3",
|
|
172
172
|
"@types/three": "0.183.1",
|
|
173
|
-
"@vitejs/plugin-react": "
|
|
174
|
-
"@vitest/coverage-v8": "
|
|
175
|
-
"@vitest/ui": "
|
|
176
|
-
"cypress": "
|
|
177
|
-
"cypress-junit-reporter": "
|
|
178
|
-
"cypress-multi-reporters": "
|
|
179
|
-
"cypress-wait-until": "
|
|
180
|
-
"dependency-cruiser": "
|
|
181
|
-
"dotenv": "
|
|
182
|
-
"eslint": "
|
|
183
|
-
"eslint-plugin-react-hooks": "
|
|
184
|
-
"eslint-plugin-react-refresh": "
|
|
185
|
-
"globals": "
|
|
186
|
-
"jest-axe": "
|
|
187
|
-
"jsdom": "
|
|
188
|
-
"knip": "
|
|
173
|
+
"@vitejs/plugin-react": "6.0.1",
|
|
174
|
+
"@vitest/coverage-v8": "4.1.2",
|
|
175
|
+
"@vitest/ui": "4.1.2",
|
|
176
|
+
"cypress": "15.13.0",
|
|
177
|
+
"cypress-junit-reporter": "1.3.1",
|
|
178
|
+
"cypress-multi-reporters": "2.0.5",
|
|
179
|
+
"cypress-wait-until": "3.0.2",
|
|
180
|
+
"dependency-cruiser": "17.3.10",
|
|
181
|
+
"dotenv": "17.3.1",
|
|
182
|
+
"eslint": "10.1.0",
|
|
183
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
184
|
+
"eslint-plugin-react-refresh": "0.5.2",
|
|
185
|
+
"globals": "17.4.0",
|
|
186
|
+
"jest-axe": "10.0.0",
|
|
187
|
+
"jsdom": "29.0.1",
|
|
188
|
+
"knip": "6.0.6",
|
|
189
189
|
"license-compliance": "3.0.1",
|
|
190
190
|
"mocha-junit-reporter": "2.2.1",
|
|
191
191
|
"mochawesome": "7.1.4",
|
|
192
192
|
"mochawesome-merge": "5.1.1",
|
|
193
193
|
"mochawesome-report-generator": "6.3.2",
|
|
194
|
-
"openai": "
|
|
194
|
+
"openai": "6.33.0",
|
|
195
195
|
"playwright": "1.58.2",
|
|
196
196
|
"postprocessing": "6.39.0",
|
|
197
|
-
"react": "
|
|
198
|
-
"react-dom": "
|
|
199
|
-
"start-server-and-test": "
|
|
197
|
+
"react": "19.2.4",
|
|
198
|
+
"react-dom": "19.2.4",
|
|
199
|
+
"start-server-and-test": "3.0.0",
|
|
200
200
|
"three": "0.183.2",
|
|
201
|
-
"ts-morph": "
|
|
202
|
-
"ts-node": "
|
|
201
|
+
"ts-morph": "27.0.2",
|
|
202
|
+
"ts-node": "10.9.2",
|
|
203
203
|
"tsc-alias": "1.8.16",
|
|
204
|
-
"tsx": "
|
|
205
|
-
"typedoc": "
|
|
206
|
-
"typedoc-plugin-markdown": "
|
|
207
|
-
"typedoc-plugin-mermaid": "
|
|
208
|
-
"typedoc-plugin-missing-exports": "
|
|
209
|
-
"typescript": "
|
|
210
|
-
"typescript-eslint": "
|
|
211
|
-
"vite": "
|
|
212
|
-
"vite-bundle-analyzer": "
|
|
213
|
-
"vite-tsconfig-paths": "
|
|
214
|
-
"vitest": "
|
|
204
|
+
"tsx": "4.21.0",
|
|
205
|
+
"typedoc": "0.28.18",
|
|
206
|
+
"typedoc-plugin-markdown": "4.11.0",
|
|
207
|
+
"typedoc-plugin-mermaid": "1.12.0",
|
|
208
|
+
"typedoc-plugin-missing-exports": "4.1.2",
|
|
209
|
+
"typescript": "5.9.3",
|
|
210
|
+
"typescript-eslint": "8.57.2",
|
|
211
|
+
"vite": "8.0.3",
|
|
212
|
+
"vite-bundle-analyzer": "1.3.6",
|
|
213
|
+
"vite-tsconfig-paths": "6.1.1",
|
|
214
|
+
"vitest": "4.1.2"
|
|
215
215
|
},
|
|
216
216
|
"overrides": {
|
|
217
217
|
"eslint-plugin-react-hooks": {
|
|
218
218
|
"eslint": "$eslint"
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
|
|
219
|
+
},
|
|
220
|
+
"glob": "13.0.1"
|
|
221
|
+
}
|
|
222
222
|
}
|