hook-is-all-you-need
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,3 +0,1 @@ | ||
export * from "./counter"; | ||
export * from "./interceptor"; | ||
export declare const testPackage: () => string; |
@@ -17,8 +17,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.testPackage = void 0; | ||
__exportStar(require("./counter"), exports); | ||
__exportStar(require("./interceptor"), exports); | ||
const testPackage = () => { | ||
return "Hello World!"; | ||
}; | ||
exports.testPackage = testPackage; |
{ | ||
"name": "hook-is-all-you-need", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Hook is all you need", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
54091
36
1282