@mathrunet/masamune 3.8.8 → 3.8.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [3.8.8](https://github.com/mathrunet/node_masamune/compare/v3.7.0...v3.8.8) (2025-12-04)
1
+ ## [3.8.9](https://github.com/mathrunet/node_masamune/compare/v3.7.0...v3.8.9) (2025-12-04)
2
2
 
3
3
 
4
4
  ### chore
@@ -51,6 +51,7 @@
51
51
 
52
52
  * Add ModelFieldValue interface. ([0ff33aa](https://github.com/mathrunet/node_masamune/commit/0ff33aa6f1331569658a3fd629b1329eafef8c50))
53
53
  * Audio-related fixes ([9e2440b](https://github.com/mathrunet/node_masamune/commit/9e2440b9e78c15ecc9d495da5ed0f173250bf88c))
54
+ * Bug fix. ([14d3ba4](https://github.com/mathrunet/node_masamune/commit/14d3ba4df05b723eb95768dc90a683f38fb8baa3))
54
55
  * Bug fixes. ([8cd7f92](https://github.com/mathrunet/node_masamune/commit/8cd7f92aaaea9da295fa232262e8df896c87e1d5))
55
56
  * Change error object handling ([d49aed4](https://github.com/mathrunet/node_masamune/commit/d49aed435c381c6b537a6a23accdf73125b4aa61))
56
57
  * Change GitHub analysis method ([abc2336](https://github.com/mathrunet/node_masamune/commit/abc233693cad2070a57db4d0472a16781d00c0c9))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune",
3
- "version": "3.8.8",
3
+ "version": "3.8.9",
4
4
  "description": "Manages packages for the server portion (NodeJS) of the Masamune framework.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "homepage": "https://github.com/mathrunet/node_masamune#readme",
41
41
  "dependencies": {
42
- "@mathrunet/katana": "^3.10.2",
42
+ "@mathrunet/katana": "^3.10.3",
43
43
  "firebase-admin": "^13.1.0",
44
44
  "firebase-functions": "^6.3.2",
45
45
  "typescript": "^5.9.2"