Comparing version 1.2.0 to 1.3.0
@@ -1,3 +0,3 @@ | ||
export * from './helpers/add-import-to-module'; | ||
export * from './helpers/get-bootstrap-fn'; | ||
export * from './helpers/get-main-mofule'; | ||
export * from './module'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./helpers/add-import-to-module"), exports); | ||
tslib_1.__exportStar(require("./helpers/get-bootstrap-fn"), exports); | ||
tslib_1.__exportStar(require("./helpers/get-main-mofule"), exports); | ||
tslib_1.__exportStar(require("./module"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ng-morph", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular-devkit/core": ">=11.0.0", |
@@ -9,4 +9,4 @@ import { VariableStatement } from 'ts-morph'; | ||
isDefaultExport?: boolean | boolean[]; | ||
declarations: never; | ||
declarationKind?: import("ts-morph").VariableDeclarationKind | import("ts-morph").VariableDeclarationKind[]; | ||
declarations: never; | ||
}>) => VariableStatement[]; |
Sorry, the diff of this file is not supported yet
148123
356
2001