conjure-lite
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "conjure-lite", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"license": "Apache-2.0", | ||
@@ -12,10 +12,10 @@ "exports": { | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/index.d.cts", | ||
"bin": { | ||
@@ -32,6 +32,6 @@ "conjure-lite": "./dist/conjure-lite.mjs" | ||
"@microsoft/api-extractor": "^7.43.1", | ||
"@types/node": "^20.12.7", | ||
"@types/node": "^20.12.8", | ||
"@types/yargs": "^17.0.31", | ||
"@typescript-eslint/eslint-plugin": "^7.7.1", | ||
"@typescript-eslint/parser": "^7.7.1", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"conjure-api": "^4.48.0", | ||
@@ -48,4 +48,5 @@ "dedent": "^1.5.3", | ||
"dependencies": {}, | ||
"type": "module", | ||
"scripts": { | ||
"build": "pkgroll --target=es2020", | ||
"build": "pkgroll --target=node18", | ||
"check:api": "api-extractor run", | ||
@@ -57,4 +58,4 @@ "check:attw": "attw --pack", | ||
"format": "dprint fmt", | ||
"generateExamples": "rm -rf examples/widget/src/generated examples/widget/lib examples/widget/tsconfig.tsbuildinfo && ./dist/conjure-lite.mjs generate --ir examples/widget/ir.json --outDir examples/widget/src/generated && tsc --build examples/widget" | ||
"generateExamples": "rm -rf examples/widget/src/generated examples/widget/lib examples/widget/tsconfig.tsbuildinfo && ./dist/conjure-lite.mjs generate --ir examples/widget/ir.json --outDir examples/widget/src/generated --header '/* sample header */' && pnpm run format && tsc --build examples/widget" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
3
Yes
459259
8
13821