blacktrigram 0.7.49 → 0.7.51
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.
|
@@ -21,7 +21,7 @@ import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
|
21
21
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
22
22
|
import { Canvas } from "@react-three/fiber";
|
|
23
23
|
//#region src/components/screens/intro/IntroScreen3D.tsx
|
|
24
|
-
var APP_VERSION = "0.7.
|
|
24
|
+
var APP_VERSION = "0.7.51";
|
|
25
25
|
var MENU_ITEMS = [
|
|
26
26
|
{
|
|
27
27
|
mode: GameMode.VERSUS,
|
|
@@ -183,7 +183,7 @@ var SplashScreen = ({ onStart, width, height }) => {
|
|
|
183
183
|
}),
|
|
184
184
|
/* @__PURE__ */ jsxs("div", {
|
|
185
185
|
role: "contentinfo",
|
|
186
|
-
"aria-label": `Application version 0.7.
|
|
186
|
+
"aria-label": `Application version 0.7.51`,
|
|
187
187
|
style: {
|
|
188
188
|
position: "absolute",
|
|
189
189
|
bottom: "20px",
|
|
@@ -192,7 +192,7 @@ var SplashScreen = ({ onStart, width, height }) => {
|
|
|
192
192
|
fontSize: "10px",
|
|
193
193
|
zIndex: 1
|
|
194
194
|
},
|
|
195
|
-
children: ["v", "0.7.
|
|
195
|
+
children: ["v", "0.7.51"]
|
|
196
196
|
})
|
|
197
197
|
]
|
|
198
198
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blacktrigram",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.51",
|
|
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",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"three": "0.184.0"
|
|
188
188
|
},
|
|
189
189
|
"devDependencies": {
|
|
190
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
190
|
+
"@aws-sdk/client-bedrock-runtime": "3.1050.0",
|
|
191
191
|
"@eslint/js": "10.0.1",
|
|
192
192
|
"@react-three/drei": "10.7.7",
|
|
193
193
|
"@react-three/fiber": "9.6.1",
|
|
@@ -196,8 +196,8 @@
|
|
|
196
196
|
"@testing-library/jest-dom": "6.9.1",
|
|
197
197
|
"@testing-library/react": "16.3.2",
|
|
198
198
|
"@testing-library/user-event": "14.6.1",
|
|
199
|
-
"@types/node": "25.
|
|
200
|
-
"@types/react": "19.2.
|
|
199
|
+
"@types/node": "25.9.1",
|
|
200
|
+
"@types/react": "19.2.15",
|
|
201
201
|
"@types/react-dom": "19.2.3",
|
|
202
202
|
"@types/three": "0.184.1",
|
|
203
203
|
"@vitejs/plugin-react": "6.0.2",
|
|
@@ -209,19 +209,19 @@
|
|
|
209
209
|
"cypress-wait-until": "3.0.2",
|
|
210
210
|
"dependency-cruiser": "17.4.0",
|
|
211
211
|
"dotenv": "17.4.2",
|
|
212
|
-
"eslint": "10.
|
|
212
|
+
"eslint": "10.4.0",
|
|
213
213
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
214
214
|
"eslint-plugin-react-refresh": "0.5.2",
|
|
215
215
|
"globals": "17.6.0",
|
|
216
216
|
"jest-axe": "10.0.0",
|
|
217
217
|
"jsdom": "29.1.1",
|
|
218
|
-
"knip": "6.14.
|
|
218
|
+
"knip": "6.14.1",
|
|
219
219
|
"license-compliance": "3.0.1",
|
|
220
220
|
"mocha-junit-reporter": "2.2.1",
|
|
221
221
|
"mochawesome": "7.1.4",
|
|
222
222
|
"mochawesome-merge": "5.1.1",
|
|
223
223
|
"mochawesome-report-generator": "6.3.2",
|
|
224
|
-
"openai": "6.
|
|
224
|
+
"openai": "6.38.0",
|
|
225
225
|
"playwright": "1.60.0",
|
|
226
226
|
"postprocessing": "6.39.1",
|
|
227
227
|
"react": "19.2.6",
|
|
@@ -231,13 +231,13 @@
|
|
|
231
231
|
"ts-morph": "28.0.0",
|
|
232
232
|
"ts-node": "10.9.2",
|
|
233
233
|
"tsc-alias": "1.8.17",
|
|
234
|
-
"tsx": "4.22.
|
|
234
|
+
"tsx": "4.22.3",
|
|
235
235
|
"typedoc": "0.28.19",
|
|
236
236
|
"typedoc-plugin-markdown": "4.11.0",
|
|
237
237
|
"typedoc-plugin-mermaid": "1.12.0",
|
|
238
238
|
"typedoc-plugin-missing-exports": "4.1.3",
|
|
239
239
|
"typescript": "6.0.3",
|
|
240
|
-
"typescript-eslint": "8.59.
|
|
240
|
+
"typescript-eslint": "8.59.4",
|
|
241
241
|
"vite": "8.0.13",
|
|
242
242
|
"vite-bundle-analyzer": "1.3.8",
|
|
243
243
|
"vite-tsconfig-paths": "6.1.1",
|