@mathrunet/masamune 3.8.6 → 3.8.7

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [3.8.6](https://github.com/mathrunet/node_masamune/compare/v3.7.0...v3.8.6) (2025-12-04)
1
+ ## [3.8.7](https://github.com/mathrunet/node_masamune/compare/v3.7.0...v3.8.7) (2025-12-04)
2
2
 
3
3
 
4
4
  ### chore
@@ -59,6 +59,7 @@
59
59
  * Explicitly pass the Firebase Admin app during Firestore and Storage initialization, and update the version. ([9169415](https://github.com/mathrunet/node_masamune/commit/9169415adb873a0ce1534a5762158d84ca477212))
60
60
  * Fixed an issue where usage was not being added. ([ae0a9ee](https://github.com/mathrunet/node_masamune/commit/ae0a9ee1224d7bdc019140bd5889cbcab5e8bdd2))
61
61
  * Fixed missing export. ([f8948be](https://github.com/mathrunet/node_masamune/commit/f8948bee2d089c6df7a1b2e34bab844413f42e87))
62
+ * I made it output. ([6d17645](https://github.com/mathrunet/node_masamune/commit/6d1764546c2c68b3af61148eac9ca1635e9fddf7))
62
63
  * implement AI-driven music prompt improvement for Lyria BGM generation failures and add marketing pipeline requirements. ([81cfd3b](https://github.com/mathrunet/node_masamune/commit/81cfd3bd114669360c0bef465f81f5b4fad8804d))
63
64
  * Initialize Firebase Admin SDK if not already initialized when loading Firestore or Storage. ([678c1bd](https://github.com/mathrunet/node_masamune/commit/678c1bd1896ddd3fe0e541e9eeea29797b63e300))
64
65
  * Move `@types/node-fetch` from devDependencies to dependencies. ([d5bc8be](https://github.com/mathrunet/node_masamune/commit/d5bc8be021d25469d9fb58d6b73f8471883969c8))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune",
3
- "version": "3.8.6",
3
+ "version": "3.8.7",
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,16 +39,16 @@
39
39
  },
40
40
  "homepage": "https://github.com/mathrunet/node_masamune#readme",
41
41
  "dependencies": {
42
- "@mathrunet/katana": "^3.10.1",
42
+ "@mathrunet/katana": "^3.10.2",
43
43
  "firebase-admin": "^13.1.0",
44
44
  "firebase-functions": "^6.3.2",
45
45
  "typescript": "^5.9.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/jest": "^30.0.0",
49
- "jest": "^30.1.3",
50
- "ts-jest": "^29.1.2",
49
+ "conventional-changelog-cli": "^5.0.0",
51
50
  "firebase-functions-test": "^3.4.0",
52
- "conventional-changelog-cli": "^5.0.0"
51
+ "jest": "^30.1.3",
52
+ "ts-jest": "^29.1.2"
53
53
  }
54
54
  }