blacktrigram 0.7.94 → 0.7.96

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.94";
24
+ var APP_VERSION = "0.7.96";
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.94`,
186
+ "aria-label": `Application version 0.7.96`,
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.94"]
195
+ children: ["v", "0.7.96"]
196
196
  })
197
197
  ]
198
198
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blacktrigram",
3
- "version": "0.7.94",
3
+ "version": "0.7.96",
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",
@@ -189,7 +189,7 @@
189
189
  "three": "0.185.1"
190
190
  },
191
191
  "devDependencies": {
192
- "@aws-sdk/client-bedrock-runtime": "3.1094.0",
192
+ "@aws-sdk/client-bedrock-runtime": "3.1096.0",
193
193
  "@eslint/js": "10.0.1",
194
194
  "@react-three/drei": "10.7.7",
195
195
  "@react-three/fiber": "9.6.1",
@@ -198,7 +198,7 @@
198
198
  "@testing-library/jest-dom": "7.0.0",
199
199
  "@testing-library/react": "16.3.2",
200
200
  "@testing-library/user-event": "14.6.1",
201
- "@types/node": "26.1.1",
201
+ "@types/node": "26.1.2",
202
202
  "@types/react": "19.2.17",
203
203
  "@types/react-dom": "19.2.3",
204
204
  "@types/three": "0.185.1",
@@ -211,11 +211,11 @@
211
211
  "cypress-wait-until": "3.0.2",
212
212
  "dependency-cruiser": "18.1.0",
213
213
  "dotenv": "17.4.2",
214
- "eslint": "10.7.0",
214
+ "eslint": "10.8.0",
215
215
  "eslint-plugin-react-hooks": "7.1.1",
216
216
  "eslint-plugin-react-refresh": "0.5.3",
217
- "globals": "17.7.0",
218
- "jest-axe": "10.0.0",
217
+ "globals": "17.8.0",
218
+ "jest-axe": "11.0.0",
219
219
  "jsdom": "29.1.1",
220
220
  "knip": "6.29.0",
221
221
  "license-compliance": "3.0.1",
@@ -225,7 +225,7 @@
225
225
  "mochawesome-merge": "5.1.1",
226
226
  "mochawesome-report-generator": "6.3.2",
227
227
  "openai": "6.49.0",
228
- "playwright": "1.61.1",
228
+ "playwright": "1.61.0",
229
229
  "postprocessing": "6.39.3",
230
230
  "react": "19.2.8",
231
231
  "react-dom": "19.2.8",
@@ -240,7 +240,7 @@
240
240
  "typedoc-plugin-mermaid": "1.12.0",
241
241
  "typedoc-plugin-missing-exports": "4.1.4",
242
242
  "typescript": "npm:@typescript/typescript6@6.0.2",
243
- "typescript-7": "npm:typescript@7.0.1-rc",
243
+ "typescript-7": "npm:typescript@7.0.2",
244
244
  "typescript-eslint": "8.65.0",
245
245
  "vite": "8.1.5",
246
246
  "vite-bundle-analyzer": "1.3.9",
@@ -251,7 +251,8 @@
251
251
  "eslint-plugin-react-hooks": {
252
252
  "eslint": "$eslint"
253
253
  },
254
- "glob": "13.0.1",
254
+ "glob": "13.0.6",
255
+ "js-yaml": "5.2.2",
255
256
  "three": "0.185.1",
256
257
  "@types/three": "0.185.1",
257
258
  "joi": "17.13.4",
@@ -259,6 +260,13 @@
259
260
  "serialize-javascript": "7.0.6",
260
261
  "qs": "6.15.3",
261
262
  "uuid": "11.1.1",
262
- "brace-expansion": "5.0.6"
263
+ "brace-expansion": "5.0.8",
264
+ "license-compliance": {
265
+ "joi": "17.13.4"
266
+ }
267
+ },
268
+ "allowScripts": {
269
+ "esbuild@0.28.1": true,
270
+ "cypress@15.19.0": true
263
271
  }
264
272
  }