blacktrigram 0.7.14 → 0.7.16
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.16";
|
|
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.16`,
|
|
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.16"]
|
|
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.16",
|
|
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",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"three": "^0.183.0"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
189
|
+
"@aws-sdk/client-bedrock-runtime": "3.1029.0",
|
|
190
190
|
"@eslint/js": "10.0.1",
|
|
191
191
|
"@react-three/drei": "10.7.7",
|
|
192
192
|
"@react-three/fiber": "9.5.0",
|
|
@@ -195,26 +195,26 @@
|
|
|
195
195
|
"@testing-library/jest-dom": "6.9.1",
|
|
196
196
|
"@testing-library/react": "16.3.2",
|
|
197
197
|
"@testing-library/user-event": "14.6.1",
|
|
198
|
-
"@types/node": "25.
|
|
198
|
+
"@types/node": "25.6.0",
|
|
199
199
|
"@types/react": "19.2.14",
|
|
200
200
|
"@types/react-dom": "19.2.3",
|
|
201
201
|
"@types/three": "0.183.1",
|
|
202
202
|
"@vitejs/plugin-react": "6.0.1",
|
|
203
|
-
"@vitest/coverage-v8": "4.1.
|
|
204
|
-
"@vitest/ui": "4.1.
|
|
203
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
204
|
+
"@vitest/ui": "4.1.4",
|
|
205
205
|
"cypress": "15.13.1",
|
|
206
206
|
"cypress-junit-reporter": "1.3.1",
|
|
207
207
|
"cypress-multi-reporters": "2.0.5",
|
|
208
208
|
"cypress-wait-until": "3.0.2",
|
|
209
209
|
"dependency-cruiser": "17.3.10",
|
|
210
|
-
"dotenv": "17.4.
|
|
210
|
+
"dotenv": "17.4.2",
|
|
211
211
|
"eslint": "10.2.0",
|
|
212
212
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
213
213
|
"eslint-plugin-react-refresh": "0.5.2",
|
|
214
|
-
"globals": "17.
|
|
214
|
+
"globals": "17.5.0",
|
|
215
215
|
"jest-axe": "10.0.0",
|
|
216
216
|
"jsdom": "29.0.2",
|
|
217
|
-
"knip": "6.
|
|
217
|
+
"knip": "6.4.1",
|
|
218
218
|
"license-compliance": "3.0.1",
|
|
219
219
|
"mocha-junit-reporter": "2.2.1",
|
|
220
220
|
"mochawesome": "7.1.4",
|
|
@@ -225,13 +225,13 @@
|
|
|
225
225
|
"postprocessing": "6.39.0",
|
|
226
226
|
"react": "19.2.5",
|
|
227
227
|
"react-dom": "19.2.5",
|
|
228
|
-
"start-server-and-test": "3.0.
|
|
228
|
+
"start-server-and-test": "3.0.2",
|
|
229
229
|
"three": "0.183.2",
|
|
230
230
|
"ts-morph": "27.0.2",
|
|
231
231
|
"ts-node": "10.9.2",
|
|
232
232
|
"tsc-alias": "1.8.16",
|
|
233
233
|
"tsx": "4.21.0",
|
|
234
|
-
"typedoc": "0.28.
|
|
234
|
+
"typedoc": "0.28.19",
|
|
235
235
|
"typedoc-plugin-markdown": "4.11.0",
|
|
236
236
|
"typedoc-plugin-mermaid": "1.12.0",
|
|
237
237
|
"typedoc-plugin-missing-exports": "4.1.3",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"vite": "8.0.8",
|
|
241
241
|
"vite-bundle-analyzer": "1.3.7",
|
|
242
242
|
"vite-tsconfig-paths": "6.1.1",
|
|
243
|
-
"vitest": "4.1.
|
|
243
|
+
"vitest": "4.1.4"
|
|
244
244
|
},
|
|
245
245
|
"overrides": {
|
|
246
246
|
"eslint-plugin-react-hooks": {
|