paypal-isomorphic-functions
Advanced tools
Comparing version 1.0.15 to 1.0.16
import * as v1 from "./v1"; | ||
export { v1 }; | ||
import * as v2 from "./v2"; | ||
export { v1, v2 }; |
@@ -12,2 +12,4 @@ "use strict"; | ||
exports.v1 = v1; | ||
const v2 = __importStar(require("./v2")); | ||
exports.v2 = v2; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "paypal-isomorphic-functions", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Library of helpful paypal functions that can be run in a browser or server", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
import * as v1 from "./v1"; | ||
import * as v2 from "./v2"; | ||
export { v1 }; | ||
export { v1, v2 }; |
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
386091
67
1687
34