blacktrigram 0.7.41 → 0.7.43
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.43";
|
|
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.43`,
|
|
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.43"]
|
|
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.43",
|
|
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",
|
|
@@ -173,6 +173,7 @@
|
|
|
173
173
|
"audit:threejs:v2:verbose": "npx tsx scripts/audit-threejs-disposal-v2.ts --verbose",
|
|
174
174
|
"audit:threejs:v2:json": "npx tsx scripts/audit-threejs-disposal-v2.ts --json",
|
|
175
175
|
"screenshots:capture": "start-server-and-test dev http://localhost:5173 'npx tsx scripts/capture-screenshots.ts'",
|
|
176
|
+
"screenshots:capture:ci": "start-server-and-test preview http://localhost:4173 'BASE_URL=http://localhost:4173 npx tsx scripts/capture-screenshots.ts'",
|
|
176
177
|
"screenshots:post": "npx tsx scripts/post-screenshots-to-pr.ts",
|
|
177
178
|
"screenshots:all": "npm run screenshots:capture && npm run screenshots:post"
|
|
178
179
|
},
|
|
@@ -195,7 +196,7 @@
|
|
|
195
196
|
"@testing-library/jest-dom": "6.9.1",
|
|
196
197
|
"@testing-library/react": "16.3.2",
|
|
197
198
|
"@testing-library/user-event": "14.6.1",
|
|
198
|
-
"@types/node": "25.6.
|
|
199
|
+
"@types/node": "25.6.2",
|
|
199
200
|
"@types/react": "19.2.14",
|
|
200
201
|
"@types/react-dom": "19.2.3",
|
|
201
202
|
"@types/three": "0.184.1",
|
|
@@ -214,7 +215,7 @@
|
|
|
214
215
|
"globals": "17.6.0",
|
|
215
216
|
"jest-axe": "10.0.0",
|
|
216
217
|
"jsdom": "29.1.1",
|
|
217
|
-
"knip": "6.12.
|
|
218
|
+
"knip": "6.12.2",
|
|
218
219
|
"license-compliance": "3.0.1",
|
|
219
220
|
"mocha-junit-reporter": "2.2.1",
|
|
220
221
|
"mochawesome": "7.1.4",
|