@maverick-js/compiler
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -1,1 +0,1 @@ | ||
export * from './dist/analyze.js'; | ||
export * from './dist/types/analyze/index.js'; |
@@ -5,4 +5,5 @@ { | ||
"license": "MIT", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"type": "module", | ||
"types": "dist/types/index.d.ts", | ||
"module": "./dist/index.js", | ||
@@ -33,3 +34,4 @@ "files": [ | ||
"dev": "pnpm run build --watch", | ||
"build": "rimraf dist && tsup", | ||
"build": "rimraf dist && tsup && pnpm types", | ||
"types": "tsc -p tsconfig.build.json", | ||
"format": "prettier src --write --loglevel warn", | ||
@@ -36,0 +38,0 @@ "test": "vitest --run", |
278967
67
7415