@mathrunet/masamune 3.8.5 → 3.8.6

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.5](https://github.com/mathrunet/node_masamune/compare/v3.7.0...v3.8.5) (2025-12-04)
1
+ ## [3.8.6](https://github.com/mathrunet/node_masamune/compare/v3.7.0...v3.8.6) (2025-12-04)
2
2
 
3
3
 
4
4
  ### chore
@@ -66,6 +66,7 @@
66
66
  * Package Update ([2709b18](https://github.com/mathrunet/node_masamune/commit/2709b18899189e6373baf08c141cd10e0b9afa34))
67
67
  * Package update. ([9acad0a](https://github.com/mathrunet/node_masamune/commit/9acad0a058338a75e700e53b0a94e4bc0fcf3c3e))
68
68
  * remove debug logs from Firebase loaders and bump package version. ([36e721e](https://github.com/mathrunet/node_masamune/commit/36e721ec6cc597aced1fc91105f9a04625cde0d2))
69
+ * Save metadata on save. ([4cd3404](https://github.com/mathrunet/node_masamune/commit/4cd340499f47c1da850b9dfd77abac84c6ca8230))
69
70
  * Update dependency versions for `@mathrunet/katana` ([d4a9aea](https://github.com/mathrunet/node_masamune/commit/d4a9aeadb6541d808618098c5a4b2eaf72bf7d50))
70
71
  * Video bug fix. ([0fa5f9f](https://github.com/mathrunet/node_masamune/commit/0fa5f9f8ef2cda5420a54db9445f72e9b1f4d6e6))
71
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune",
3
- "version": "3.8.5",
3
+ "version": "3.8.6",
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.0",
42
+ "@mathrunet/katana": "^3.10.1",
43
43
  "firebase-admin": "^13.1.0",
44
44
  "firebase-functions": "^6.3.2",
45
45
  "typescript": "^5.9.2"