paystack-sdk 1.0.11 → 1.0.12

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.
@@ -37,7 +37,7 @@ export interface CreatePlan {
37
37
  currency?: string;
38
38
  /**
39
39
  * Number of invoices to raise during subscription to this plan.
40
- * Can be overriden by specifying an `invoice_limit` while subscribing
40
+ * Can be overridden by specifying an `invoice_limit` while subscribing
41
41
  */
42
42
  invoice_limit?: number;
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paystack-sdk",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Paystack SDK written in Typescript",
5
5
  "main": "dist/index.js",
6
6
  "author": "Koderant",
@@ -40,6 +40,5 @@
40
40
  "repository": {
41
41
  "type": "git",
42
42
  "url": "git+https://github.com/en1tan/paystack-node.git"
43
- },
44
- "type": "module"
43
+ }
45
44
  }