@money-pulse/checkout 1.0.0 → 2.0.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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@money-pulse/checkout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Official Money-Pulse JavaScript SDK for payments and payouts across Africa.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "tsc",
|
|
20
|
+
"build:cdn": "vite build && cp dist/checkout.iife.js dist/checkout.js",
|
|
20
21
|
"prepublishOnly": "npm run build",
|
|
21
22
|
"test": "echo 'Tests passed'"
|
|
22
23
|
},
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"typescript": "^5.5.0"
|
|
56
|
+
"typescript": "^5.5.0",
|
|
57
|
+
"vite": "^5.4.0"
|
|
56
58
|
}
|
|
57
59
|
}
|