blacktrigram 0.7.75 → 0.7.76
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.76";
|
|
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.76`,
|
|
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.76"]
|
|
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.76",
|
|
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",
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
"postprocessing": "6.0.0",
|
|
186
186
|
"react": "19.0.0",
|
|
187
187
|
"react-dom": "19.0.0",
|
|
188
|
-
"three": "0.185.
|
|
188
|
+
"three": "0.185.1"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
191
|
+
"@aws-sdk/client-bedrock-runtime": "3.1078.0",
|
|
192
192
|
"@eslint/js": "10.0.1",
|
|
193
193
|
"@react-three/drei": "10.7.7",
|
|
194
194
|
"@react-three/fiber": "9.6.1",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"@testing-library/jest-dom": "6.9.1",
|
|
198
198
|
"@testing-library/react": "16.3.2",
|
|
199
199
|
"@testing-library/user-event": "14.6.1",
|
|
200
|
-
"@types/node": "26.0
|
|
200
|
+
"@types/node": "26.1.0",
|
|
201
201
|
"@types/react": "19.2.17",
|
|
202
202
|
"@types/react-dom": "19.2.3",
|
|
203
203
|
"@types/three": "0.185.0",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"globals": "17.7.0",
|
|
217
217
|
"jest-axe": "10.0.0",
|
|
218
218
|
"jsdom": "29.1.1",
|
|
219
|
-
"knip": "6.
|
|
219
|
+
"knip": "6.24.0",
|
|
220
220
|
"license-compliance": "3.0.1",
|
|
221
221
|
"mermaid": "11.16.0",
|
|
222
222
|
"mocha-junit-reporter": "2.2.1",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"react": "19.2.7",
|
|
230
230
|
"react-dom": "19.2.7",
|
|
231
231
|
"start-server-and-test": "3.0.11",
|
|
232
|
-
"three": "0.185.
|
|
232
|
+
"three": "0.185.1",
|
|
233
233
|
"ts-morph": "28.0.0",
|
|
234
234
|
"ts-node": "10.9.2",
|
|
235
235
|
"tsc-alias": "1.8.17",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"typedoc-plugin-missing-exports": "4.1.3",
|
|
241
241
|
"typescript": "6.0.3",
|
|
242
242
|
"typescript-eslint": "8.62.1",
|
|
243
|
-
"vite": "8.1.
|
|
243
|
+
"vite": "8.1.3",
|
|
244
244
|
"vite-bundle-analyzer": "1.3.8",
|
|
245
245
|
"vite-tsconfig-paths": "6.1.1",
|
|
246
246
|
"vitest": "4.1.9"
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"eslint": "$eslint"
|
|
251
251
|
},
|
|
252
252
|
"glob": "13.0.1",
|
|
253
|
-
"three": "0.185.
|
|
253
|
+
"three": "0.185.1",
|
|
254
254
|
"@types/three": "0.185.0",
|
|
255
255
|
"joi": "17.13.4",
|
|
256
256
|
"diff": "8.0.3",
|