@mathrunet/masamune_cloudflare_purchase_stripe 3.2.0 → 3.2.1

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 3.2.1 (2026-09-24)
2
+
3
+ ### dependencies
4
+
5
+ * Update dependencies: @mathrunet/masamune, @mathrunet/masamune_cloudflare.
6
+
1
7
  # 3.0.0
2
8
 
3
9
  - **FEAT**(masamune_cloudflare_purchase_stripe): initial release with Stripe Meter (metered billing) library for Cloudflare Workers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune_cloudflare_purchase_stripe",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Masamune framework plugin package for billing with Stripe on Cloudflare Workers.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "homepage": "https://github.com/mathrunet/node_masamune#readme",
43
43
  "dependencies": {
44
- "@mathrunet/masamune": "^3.10.4",
45
- "@mathrunet/masamune_cloudflare": "^3.3.5",
44
+ "@mathrunet/masamune": "^3.11.0",
45
+ "@mathrunet/masamune_cloudflare": "^3.5.3",
46
46
  "hono": "^4.12.27",
47
47
  "stripe": "^17.6.0",
48
48
  "typescript": "^5.9.2"