File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @weissaufschwarz/mitthooks " : patch
3+ ---
4+
5+ made import parts of mitthooks more accessible to import
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "exports" : {
77 "./*.js" : " ./dist/*.js" ,
8- "./*" : " ./dist/*.js"
8+ "./*" : " ./dist/*.js" ,
9+ "." : " ./dist/index.js"
910 },
1011 "publishConfig" : {
1112 "registry" : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 1+ export * from "./addedToContext.js" ;
2+ export * from "./chain.js" ;
3+ export * from "./combinedPersistence.js" ;
4+ export * from "./extensionId.js" ;
5+ export * from "./instanceRemoved.js" ;
6+ export * from "./instanceUpdated.js" ;
7+ export * from "./interface.js" ;
8+ export * from "./logging.js" ;
9+ export * from "./secretRotated.js" ;
10+ export * from "./verification.js" ;
Original file line number Diff line number Diff line change 11export * from "./factory/combined.js" ;
22export * from "./factory/separate.js" ;
33export * from "./webhook.js" ;
4+ export * from "./handler/index.js" ;
45export * from "./bootstrapping/http-wrapper.js" ;
You can’t perform that action at this time.
0 commit comments