Skip to content

Commit

Permalink
Merge pull request #41 from cb1kenobi/fix-types
Browse files Browse the repository at this point in the history
fix: Export Logger and add types export to package.json
  • Loading branch information
cb1kenobi committed Jul 1, 2024
2 parents 528ad8a + 07d08ea commit 7d2ff82
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 46 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "snooplogg",
"version": "6.0.0-rc.0",
"version": "6.0.0-rc.1",
"description": "Your mind on your logs and your logs on your mind",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.js",
"author": "Chris Barber <[email protected]> (https://github.com/cb1kenobi)",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,13 +34,13 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@biomejs/biome": "1.8.3",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "20.14.9",
"@vitest/coverage-v8": "1.6.0",
"ansi-styles": "6.2.1",
"esbuild": "0.21.5",
"esbuild": "0.22.0",
"lefthook": "1.6.18",
"memory-streams": "0.1.3",
"rimraf": "5.0.7",
Expand Down
Loading

0 comments on commit 7d2ff82

Please sign in to comment.