@bootpay/backend-js
Advanced tools
+1
-1
@@ -0,3 +1,3 @@ | ||
| import { Bootpay } from './bootpay'; | ||
| export { Bootpay }; | ||
| export default Bootpay; | ||
| import Bootpay from "./bootpay"; |
+6
-5
@@ -1,5 +0,6 @@ | ||
| import Bootpay from './bootpay' | ||
| export { Bootpay } | ||
| export default Bootpay | ||
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.Bootpay = void 0; | ||
| const bootpay_1 = require("./bootpay"); | ||
| Object.defineProperty(exports, "Bootpay", { enumerable: true, get: function () { return bootpay_1.Bootpay; } }); | ||
| exports.default = bootpay_1.Bootpay; |
+2
-2
| { | ||
| "name": "@bootpay/backend-js", | ||
| "version": "2.0.5-beta.2", | ||
| "version": "2.0.5-beta.4", | ||
| "description": "Bootpay Server Side Package for Node.js", | ||
@@ -9,3 +9,3 @@ "main": "dist/bootpay.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "build": "rm -rf ./dist && tsc --build && cp ./package.json dist/package.json && cp ./src/index.js ./dist/index.js && rm -rf ./dist/src && cp ./README.md dist/", | ||
| "build": "rm -rf ./dist && tsc --build && cp ./package.json dist/package.json && rm -rf ./dist/src && cp ./README.md dist/", | ||
| "clear": "tsc --build --clean" | ||
@@ -12,0 +12,0 @@ }, |
44637
0.42%887
0.45%