Comparing version 0.0.13 to 0.0.14
export * from './types/index'; | ||
export * from './Restapify'; | ||
export * as default from './Restapify'; |
@@ -13,3 +13,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = void 0; | ||
__exportStar(require("./types/index"), exports); | ||
__exportStar(require("./Restapify"), exports); | ||
exports.default = require("./Restapify"); |
{ | ||
"name": "restapify", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
35686
865