@hyeon/gen
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@hyeon/gen", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"repository": { | ||
@@ -16,5 +16,5 @@ "type": "git", | ||
], | ||
"main": "cli.js", | ||
"main": "dist/cli.js", | ||
"bin": { | ||
"gen": "cli.js" | ||
"gen": "dist/cli.js" | ||
}, | ||
@@ -24,3 +24,3 @@ "scripts": { | ||
"dev": "export NODE_ENV=development && bun lib/cli.ts", | ||
"build": "rimraf cli.js && NODE_ENV=production bun build --entrypoints ./lib/cli.ts --outdir . --target node && sed -i '1i#!/usr/bin/env node' ./cli.js" | ||
"build": "rimraf dist && NODE_ENV=production bun build --entrypoints ./lib/cli.ts --outdir ./dist --target node && sed -i '1i#!/usr/bin/env node' ./dist/cli.js" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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
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
963303
58
2