@koomipay/react 2.0.1 → 2.0.4
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/cjs/index.js +1 -1
- package/dist/cjs/types/components/ApplePayComponent.d.ts +1 -2
- package/dist/cjs/types/components/CardComponent.d.ts +1 -2
- package/dist/cjs/types/components/CheckoutContainer.d.ts +1 -2
- package/dist/cjs/types/components/GooglePayComponent.d.ts +1 -2
- package/dist/cjs/types/components/GrabPayComponent.d.ts +1 -2
- package/dist/cjs/types/components/Label.d.ts +1 -2
- package/dist/cjs/types/components/POSComponent.d.ts +1 -2
- package/dist/cjs/types/components/PaymentMethod.d.ts +1 -2
- package/dist/cjs/types/components/QrPayComponent.d.ts +1 -2
- package/dist/cjs/types/lib/client.d.ts +6 -6
- package/dist/es/index.js +1 -1
- package/dist/es/types/components/ApplePayComponent.d.ts +1 -2
- package/dist/es/types/components/CardComponent.d.ts +1 -2
- package/dist/es/types/components/CheckoutContainer.d.ts +1 -2
- package/dist/es/types/components/GooglePayComponent.d.ts +1 -2
- package/dist/es/types/components/GrabPayComponent.d.ts +1 -2
- package/dist/es/types/components/Label.d.ts +1 -2
- package/dist/es/types/components/POSComponent.d.ts +1 -2
- package/dist/es/types/components/PaymentMethod.d.ts +1 -2
- package/dist/es/types/components/QrPayComponent.d.ts +1 -2
- package/dist/es/types/lib/client.d.ts +6 -6
- package/dist/koomipay.css +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"payments",
|
|
10
10
|
"components"
|
|
11
11
|
],
|
|
12
|
-
"version": "2.0.
|
|
12
|
+
"version": "2.0.4",
|
|
13
13
|
"description": "Koomipay react components",
|
|
14
14
|
"main": "dist/cjs/index.js",
|
|
15
15
|
"module": "dist/es/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
25
|
"start": "npm run dev",
|
|
26
|
-
"build": "DEV_API_URL=http://localhost:32022 TEST_API_URL=https://api-pay-demo.koomi.app PLAYGROUND_API_URL=https://api-pay-playground.koomi.app LIVE_API_URL=https://api.koomipay.com npm run clean && npm run prod:build-ts && npm run prod:build-css",
|
|
26
|
+
"build": "DEV_API_URL=http://localhost:32022 TEST_API_URL=https://api-pay-demo.koomi.app PLAYGROUND_API_URL=https://api-pay-playground.koomi.app SANDBOX_API_URL=https://api-sandbox.koomipay.com LIVE_API_URL=https://api.koomipay.com npm run clean && npm run prod:build-ts && npm run prod:build-css",
|
|
27
27
|
"clean": "rm -rf ./dist/*",
|
|
28
28
|
"dev": "concurrently \"npm run dev:build-ts\" \"npm run dev:build-css\"",
|
|
29
29
|
"dev:build-css": "tailwind -i ./src/global.css -o ./dist/koomipay.css --postcss ./postcss.config.js --watch",
|