paypal-isomorphic-functions
Advanced tools
Comparing version 1.0.20 to 1.0.21
import "./polyfills"; | ||
import "./interfaces"; | ||
import * as Utils from "./util"; | ||
import * as Orders from "./orders"; | ||
@@ -10,2 +11,2 @@ import * as BillingAgreements from "./billing-agreements"; | ||
import * as Partner from "./partner"; | ||
export { Orders, Oauth, BillingAgreements, Payments, Webhooks, Middleware, Partner }; | ||
export { Orders, Oauth, BillingAgreements, Payments, Webhooks, Middleware, Partner, Utils }; |
@@ -12,2 +12,4 @@ "use strict"; | ||
require("./interfaces"); | ||
const Utils = __importStar(require("./util")); | ||
exports.Utils = Utils; | ||
const Orders = __importStar(require("./orders")); | ||
@@ -14,0 +16,0 @@ exports.Orders = Orders; |
{ | ||
"name": "paypal-isomorphic-functions", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Library of helpful paypal functions that can be run in a browser or server", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
import "./polyfills"; | ||
import "./interfaces"; | ||
import * as Utils from "./util"; | ||
import * as Orders from "./orders"; | ||
@@ -19,3 +20,4 @@ import * as BillingAgreements from "./billing-agreements"; | ||
Middleware, | ||
Partner | ||
Partner, | ||
Utils | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
416206
2044