create-eva
Advanced tools
Comparing version 2.0.0 to 2.0.1
#!/usr/bin/env node | ||
#!/usr/bin/env node | ||
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { | ||
@@ -4,0 +3,0 @@ get: (a, b) => (typeof require !== "undefined" ? require : a)[b] |
{ | ||
"name": "create-eva", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Package to generate EVA Service typings", | ||
@@ -9,2 +9,8 @@ "type": "module", | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/typegen.js", | ||
"types": "./dist/typegen.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -11,0 +17,0 @@ "build": "tsup", |
@@ -12,5 +12,2 @@ import { defineConfig } from "tsup"; | ||
minify: false, | ||
banner: { | ||
js: "#!/usr/bin/env node", | ||
}, | ||
}); |
Sorry, the diff of this file is not supported yet
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
31145
12
2
503