@falaleev/payment-sdk
Advanced tools
Comparing version 2.0.4 to 2.0.7
@@ -303,3 +303,2 @@ import * as _hey_api_client_axios from '@hey-api/client-axios'; | ||
gateway: Gateway; | ||
payment_id: number; | ||
qr_type: QrType; | ||
@@ -306,0 +305,0 @@ }; |
{ | ||
"name": "@falaleev/payment-sdk", | ||
"version": "2.0.4", | ||
"version": "2.0.7", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -11,3 +11,3 @@ "exports": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js" | ||
@@ -21,3 +21,3 @@ } | ||
"watch": "npm run build -- --watch src", | ||
"gen": "openapi-ts --file=openapi-ts.ts" | ||
"gen": "openapi-ts --file=./openapi-ts.ts" | ||
}, | ||
@@ -24,0 +24,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
59043
910