@drawbridge/drawbridge-stripe 0.0.9 → 0.1.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/dist/index.js CHANGED
@@ -100,7 +100,7 @@ var require_billing = __commonJS({
100
100
  balance_type: "monetary",
101
101
  monetary: {
102
102
  currency,
103
- value: 500
103
+ value: 200
104
104
  // cents
105
105
  }
106
106
  }
package/dist/index.mjs CHANGED
@@ -106,7 +106,7 @@ var require_billing = __commonJS({
106
106
  balance_type: "monetary",
107
107
  monetary: {
108
108
  currency,
109
- value: 500
109
+ value: 200
110
110
  // cents
111
111
  }
112
112
  }
package/package.json CHANGED
@@ -24,5 +24,5 @@
24
24
  "build": "tsup ./index.js"
25
25
  },
26
26
  "types": "dist/index.d.ts",
27
- "version": "0.0.9"
27
+ "version": "0.1.0"
28
28
  }