Comparing version 0.0.14 to 0.0.15
export * from './types/index'; | ||
export * from './Restapify'; | ||
export * as default from './Restapify'; | ||
export { default as Restapify } from './Restapify'; |
@@ -13,5 +13,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = void 0; | ||
exports.Restapify = void 0; | ||
__exportStar(require("./types/index"), exports); | ||
__exportStar(require("./Restapify"), exports); | ||
exports.default = require("./Restapify"); | ||
var Restapify_1 = require("./Restapify"); | ||
Object.defineProperty(exports, "Restapify", { enumerable: true, get: function () { return Restapify_1.default; } }); |
{ | ||
"name": "restapify", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"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
35817
866