Comparing version 0.0.6 to 0.0.7
export { sayHello, sayGoodbye } from './hello-world'; | ||
export * from "./wth"; | ||
export { bar, foo } from "./wth"; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -9,3 +6,5 @@ var hello_world_1 = require("./hello-world"); | ||
exports.sayGoodbye = hello_world_1.sayGoodbye; | ||
__export(require("./wth")); | ||
var wth_1 = require("./wth"); | ||
exports.bar = wth_1.bar; | ||
exports.foo = wth_1.foo; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "api-lib63", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
17122
11
28