@arnaudjnn/billing-tools 0.44.0 → 0.46.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arnaudjnn/billing-tools",
3
- "version": "0.44.0",
3
+ "version": "0.46.0",
4
4
  "description": "The get-paid engine for Stripe + WorkOS apps, for humans and AI agents. Drop-in API-key auth, token/credit + subscription billing, auth.md agent registration, and MPP machine payments, as MCP tools, a REST API, and a CLI. Framework-agnostic, storage-pluggable.",
5
5
  "license": "MIT",
6
6
  "author": "Arnaud Jeannin",
@@ -50,6 +50,11 @@
50
50
  "import": "./dist/ui/index.js",
51
51
  "default": "./dist/ui/index.js"
52
52
  },
53
+ "./ui/authkit": {
54
+ "types": "./dist/ui/authkit.d.ts",
55
+ "import": "./dist/ui/authkit.js",
56
+ "default": "./dist/ui/authkit.js"
57
+ },
53
58
  "./dev": {
54
59
  "types": "./dist/dev/stripe-cli.d.ts",
55
60
  "import": "./dist/dev/stripe-cli.js",
@@ -80,6 +85,7 @@
80
85
  },
81
86
  "peerDependencies": {
82
87
  "@modelcontextprotocol/sdk": ">=1.25.0",
88
+ "@workos-inc/authkit-nextjs": ">=2",
83
89
  "mcp-handler": ">=1.1.0",
84
90
  "react": "^18 || ^19",
85
91
  "zod": "^3.25.0"
@@ -90,6 +96,9 @@
90
96
  },
91
97
  "react": {
92
98
  "optional": true
99
+ },
100
+ "@workos-inc/authkit-nextjs": {
101
+ "optional": true
93
102
  }
94
103
  },
95
104
  "devDependencies": {
@@ -101,6 +110,7 @@
101
110
  "@stripe/stripe-js": "^9.12.1",
102
111
  "@types/node": "^20",
103
112
  "@types/react": "^19.2.17",
113
+ "@workos-inc/authkit-nextjs": "^4.3.1",
104
114
  "mcp-handler": "^1.1.0",
105
115
  "react": "^19.2.8",
106
116
  "semantic-release": "^24.2.0",