conjure-lite
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "conjure-lite", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.js" | ||
"types": "./dist/index.d.ts", | ||
"import": "./lib/index.js", | ||
"require": "./lib/index.cjs" | ||
} | ||
@@ -20,7 +21,9 @@ }, | ||
"scripts": { | ||
"prepack": "npm run clean && tsc", | ||
"clean": "rm -rf lib tsconfig.tsbuildinfo", | ||
"prepack": "npm run clean && tsup && tsc", | ||
"foo": "&& tsc --emitDeclarationOnly --declaration", | ||
"clean": "rm -rf lib tsconfig.tsbuildinfo dist", | ||
"generateExamples": "npm run prepack && rm -rf examples/widget/src/generated examples/widget/lib examples/widget/tsconfig.tsbuildinfo && ./bin/conjure-lite.mjs generate --ir examples/widget/ir.json --outDir examples/widget/src/generated && tsc --build examples/widget" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.4", | ||
"@types/node": "^20.9.0", | ||
@@ -33,2 +36,3 @@ "@types/yargs": "^17.0.31", | ||
"eslint": "^8.53.0", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.2.2" | ||
@@ -35,0 +39,0 @@ }, |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1296
10
3
3
2