@arnaudjnn/billing-tools 15.10.0 → 15.10.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.
@@ -1,4 +1,5 @@
1
1
  export * from "../plan-model.js";
2
2
  export * from "../i18n.js";
3
3
  export * from "../types.js";
4
+ export { sellerRegime, type SellerRegime } from "../tax-regime.js";
4
5
  //# sourceMappingURL=plans.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../src/entries/plans.ts"],"names":[],"mappings":"AA0BA,cAAc,kBAAkB,CAAC;AAKjC,cAAc,YAAY,CAAC;AAM3B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../src/entries/plans.ts"],"names":[],"mappings":"AA0BA,cAAc,kBAAkB,CAAC;AAKjC,cAAc,YAAY,CAAC;AAM3B,cAAc,aAAa,CAAC;AAM5B,OAAO,EAAE,YAAY,EAAE,KAAK,YAAY,EAAE,MAAM,kBAAkB,CAAC"}
@@ -33,4 +33,9 @@ export * from "../i18n.js";
33
33
  // abstraction is exactly what lets a non-WorkOS adapter satisfy the interface, and
34
34
  // it is why they belong in a pure entry.
35
35
  export * from "../types.js";
36
+ // The seller's own regime → `config.tax`. Pure: three facts in, a plain object out, so
37
+ // it belongs on the leaf beside the config types it builds. A consumer's catalogue and
38
+ // its entity declaration are the same module more often than not, and neither should
39
+ // have to reach the engine to state where the business is established.
40
+ export { sellerRegime } from "../tax-regime.js";
36
41
  //# sourceMappingURL=plans.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"plans.js","sourceRoot":"","sources":["../../src/entries/plans.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,qBAAqB;AACrB,EAAE;AACF,uEAAuE;AACvE,0EAA0E;AAC1E,yFAAyF;AACzF,8EAA8E;AAC9E,mFAAmF;AACnF,gEAAgE;AAChE,EAAE;AACF,iFAAiF;AACjF,yEAAyE;AACzE,kFAAkF;AAClF,uDAAuD;AACvD,EAAE;AACF,0BAA0B;AAC1B,8EAA8E;AAC9E,mEAAmE;AACnE,mFAAmF;AACnF,iFAAiF;AACjF,kBAAkB;AAClB,4CAA4C;AAE5C,uEAAuE;AACvE,6EAA6E;AAC7E,oEAAoE;AACpE,cAAc,kBAAkB,CAAC;AAEjC,iFAAiF;AACjF,gFAAgF;AAChF,6DAA6D;AAC7D,cAAc,YAAY,CAAC;AAE3B,4EAA4E;AAC5E,iFAAiF;AACjF,mFAAmF;AACnF,yCAAyC;AACzC,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"plans.js","sourceRoot":"","sources":["../../src/entries/plans.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,qBAAqB;AACrB,EAAE;AACF,uEAAuE;AACvE,0EAA0E;AAC1E,yFAAyF;AACzF,8EAA8E;AAC9E,mFAAmF;AACnF,gEAAgE;AAChE,EAAE;AACF,iFAAiF;AACjF,yEAAyE;AACzE,kFAAkF;AAClF,uDAAuD;AACvD,EAAE;AACF,0BAA0B;AAC1B,8EAA8E;AAC9E,mEAAmE;AACnE,mFAAmF;AACnF,iFAAiF;AACjF,kBAAkB;AAClB,4CAA4C;AAE5C,uEAAuE;AACvE,6EAA6E;AAC7E,oEAAoE;AACpE,cAAc,kBAAkB,CAAC;AAEjC,iFAAiF;AACjF,gFAAgF;AAChF,6DAA6D;AAC7D,cAAc,YAAY,CAAC;AAE3B,4EAA4E;AAC5E,iFAAiF;AACjF,mFAAmF;AACnF,yCAAyC;AACzC,cAAc,aAAa,CAAC;AAE5B,uFAAuF;AACvF,uFAAuF;AACvF,qFAAqF;AACrF,uEAAuE;AACvE,OAAO,EAAE,YAAY,EAAqB,MAAM,kBAAkB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arnaudjnn/billing-tools",
3
- "version": "15.10.0",
3
+ "version": "15.10.1",
4
4
  "description": "The get-paid engine for Stripe + WorkOS apps, for humans and AI agents. Drop-in API-key auth, 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",