blacktrigram 0.7.54 → 0.7.56

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.
package/lib/App.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import "./App.css";
2
- declare function App(): import("react/jsx-runtime").JSX.Element;
2
+ declare function App(): import("react").JSX.Element;
3
3
  export default App;
4
4
  //# sourceMappingURL=App.d.ts.map
package/lib/App.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAQA,OAAO,WAAW,CAAC;AA8BnB,iBAAS,GAAG,4CA4hBX;AAED,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAQA,OAAO,WAAW,CAAC;AA8BnB,iBAAS,GAAG,gCA4hBX;AAED,eAAe,GAAG,CAAC"}
@@ -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.54";
24
+ var APP_VERSION = "0.7.56";
25
25
  var MENU_ITEMS = [
26
26
  {
27
27
  mode: GameMode.VERSUS,
@@ -28,5 +28,5 @@ import React from "react";
28
28
  * @returns Performance overlay or null in production
29
29
  * @korean 성능디버그오버레이컴포넌트
30
30
  */
31
- export declare const PerformanceDebugOverlayHtml: React.MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element | null>;
31
+ export declare const PerformanceDebugOverlayHtml: React.MemoExoticComponent<() => React.JSX.Element | null>;
32
32
  //# sourceMappingURL=PerformanceDebugOverlayHtml.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PerformanceDebugOverlayHtml.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/debug/PerformanceDebugOverlayHtml.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAA8B,MAAM,OAAO,CAAC;AA4BnD;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,2BAA2B,iFAmOtC,CAAC"}
1
+ {"version":3,"file":"PerformanceDebugOverlayHtml.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/debug/PerformanceDebugOverlayHtml.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAA8B,MAAM,OAAO,CAAC;AA4BnD;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,2BAA2B,2DAmOtC,CAAC"}
@@ -86,7 +86,7 @@ export declare const useScreenFlash: () => {
86
86
  /** Trigger flash using predefined profile */
87
87
  flashProfile: (profile: keyof typeof JIN_FLASH_PROFILES) => void;
88
88
  /** Flash component to render */
89
- FlashComponent: import("react/jsx-runtime").JSX.Element | null;
89
+ FlashComponent: React.JSX.Element | null;
90
90
  /** Whether flash is currently active */
91
91
  isActive: boolean;
92
92
  };
@@ -38,7 +38,7 @@ export declare class ErrorBoundary extends Component<Props, State> {
38
38
  * Full reload is used as a last resort if recovery fails.
39
39
  */
40
40
  private handleReset;
41
- render(): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
41
+ render(): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element | null | undefined;
42
42
  }
43
43
  export {};
44
44
  //# sourceMappingURL=ErrorBoundary.d.ts.map
@@ -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.54`,
186
+ "aria-label": `Application version 0.7.56`,
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.54"]
195
+ children: ["v", "0.7.56"]
196
196
  })
197
197
  ]
198
198
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blacktrigram",
3
- "version": "0.7.54",
3
+ "version": "0.7.56",
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",
@@ -188,7 +188,7 @@
188
188
  "three": "0.184.0"
189
189
  },
190
190
  "devDependencies": {
191
- "@aws-sdk/client-bedrock-runtime": "3.1054.0",
191
+ "@aws-sdk/client-bedrock-runtime": "3.1058.0",
192
192
  "@eslint/js": "10.0.1",
193
193
  "@react-three/drei": "10.7.7",
194
194
  "@react-three/fiber": "9.6.1",
@@ -198,52 +198,52 @@
198
198
  "@testing-library/react": "16.3.2",
199
199
  "@testing-library/user-event": "14.6.1",
200
200
  "@types/node": "25.9.1",
201
- "@types/react": "19.2.15",
201
+ "@types/react": "19.2.16",
202
202
  "@types/react-dom": "19.2.3",
203
203
  "@types/three": "0.184.1",
204
204
  "@vitejs/plugin-react": "6.0.2",
205
- "@vitest/coverage-v8": "4.1.7",
206
- "@vitest/ui": "4.1.7",
205
+ "@vitest/coverage-v8": "4.1.8",
206
+ "@vitest/ui": "4.1.8",
207
207
  "cypress": "15.16.0",
208
208
  "cypress-junit-reporter": "1.3.1",
209
209
  "cypress-multi-reporters": "2.0.5",
210
210
  "cypress-wait-until": "3.0.2",
211
- "dependency-cruiser": "17.4.2",
211
+ "dependency-cruiser": "17.4.3",
212
212
  "dotenv": "17.4.2",
213
- "eslint": "10.4.0",
213
+ "eslint": "10.4.1",
214
214
  "eslint-plugin-react-hooks": "7.1.1",
215
215
  "eslint-plugin-react-refresh": "0.5.2",
216
216
  "globals": "17.6.0",
217
217
  "jest-axe": "10.0.0",
218
218
  "jsdom": "29.1.1",
219
- "knip": "6.14.2",
219
+ "knip": "6.15.0",
220
220
  "license-compliance": "3.0.1",
221
221
  "mermaid": "11.15.0",
222
222
  "mocha-junit-reporter": "2.2.1",
223
223
  "mochawesome": "7.1.4",
224
224
  "mochawesome-merge": "5.1.1",
225
225
  "mochawesome-report-generator": "6.3.2",
226
- "openai": "6.39.0",
226
+ "openai": "6.41.0",
227
227
  "playwright": "1.60.0",
228
228
  "postprocessing": "6.39.1",
229
- "react": "19.2.6",
230
- "react-dom": "19.2.6",
231
- "start-server-and-test": "3.0.5",
229
+ "react": "19.2.7",
230
+ "react-dom": "19.2.7",
231
+ "start-server-and-test": "3.0.6",
232
232
  "three": "0.184.0",
233
233
  "ts-morph": "28.0.0",
234
234
  "ts-node": "10.9.2",
235
235
  "tsc-alias": "1.8.17",
236
- "tsx": "4.22.3",
236
+ "tsx": "4.22.4",
237
237
  "typedoc": "0.28.19",
238
- "typedoc-plugin-markdown": "4.11.0",
238
+ "typedoc-plugin-markdown": "4.12.0",
239
239
  "typedoc-plugin-mermaid": "1.12.0",
240
240
  "typedoc-plugin-missing-exports": "4.1.3",
241
241
  "typescript": "6.0.3",
242
- "typescript-eslint": "8.60.0",
243
- "vite": "8.0.14",
242
+ "typescript-eslint": "8.60.1",
243
+ "vite": "8.0.16",
244
244
  "vite-bundle-analyzer": "1.3.8",
245
245
  "vite-tsconfig-paths": "6.1.1",
246
- "vitest": "4.1.7"
246
+ "vitest": "4.1.8"
247
247
  },
248
248
  "overrides": {
249
249
  "eslint-plugin-react-hooks": {