danielbonifacio-sdk
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -11,2 +11,3 @@ import * as services from './services'; | ||
export { default as getEditorDescription } from './utils/getEditorDescription'; | ||
export * from './@types'; | ||
declare const _default: { | ||
@@ -13,0 +14,0 @@ services: typeof services; |
@@ -21,2 +21,5 @@ "use strict"; | ||
}; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -45,2 +48,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
Object.defineProperty(exports, "getEditorDescription", { enumerable: true, get: function () { return __importDefault(getEditorDescription_1).default; } }); | ||
__exportStar(require("./@types"), exports); | ||
exports.default = { | ||
@@ -47,0 +51,0 @@ services: services, |
{ | ||
"name": "danielbonifacio-sdk", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -14,2 +14,4 @@ import * as services from './services' | ||
export * from './@types' | ||
export default { | ||
@@ -16,0 +18,0 @@ services, |
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
152725
4
4391