@easysolutions906/mcp-ofac 1.0.0 → 1.0.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/package.json +1 -1
  2. package/src/stripe.js +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easysolutions906/mcp-ofac",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "OFAC SDN sanctions screening API with fuzzy matching - screen names against the Treasury Department SDN list",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/stripe.js CHANGED
@@ -2,10 +2,10 @@ import Stripe from 'stripe';
2
2
  import { createKey, revokeKey, loadKeys } from './keys.js';
3
3
 
4
4
  const PRICE_TO_PLAN = {
5
- 'price_1TBIexGsl682g3KoUHEuvqD7': 'starter',
6
- 'price_1TBIfJGsl682g3KoAx498iww': 'pro',
7
- 'price_1TBIfcGsl682g3Ko3hl50Z4O': 'business',
8
- 'price_1TBIg0Gsl682g3KoxvKYGNYK': 'enterprise',
5
+ 'price_1TBJRI2dvwjzjXFJ59DrdBfk': 'starter',
6
+ 'price_1TBJRI2dvwjzjXFJVKYaoLig': 'pro',
7
+ 'price_1TBJRJ2dvwjzjXFJt803I9Uf': 'business',
8
+ 'price_1TBJRJ2dvwjzjXFJstl2Tdyy': 'enterprise',
9
9
  };
10
10
 
11
11
  const PLAN_TO_PRICE = Object.fromEntries(