@contractkit/plugin-openapi
Advanced tools
| > @contractkit/plugin-openapi@0.8.2 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > @contractkit/plugin-openapi@0.8.3 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > eslint --max-warnings=0 && pnpm run build | ||
| > @contractkit/plugin-openapi@0.8.2 build /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > @contractkit/plugin-openapi@0.8.3 build /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration | ||
@@ -16,5 +16,5 @@ | ||
| [32mESM[39m [1mdist/index.js.map [22m[32m44.92 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 141ms | ||
| [32mESM[39m ⚡️ Build success in 131ms | ||
| [34mDTS[39m Build start | ||
| [32mDTS[39m ⚡️ Build success in 3482ms | ||
| [32mDTS[39m ⚡️ Build success in 3851ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m1.33 KB[39m |
| > @contractkit/plugin-openapi@0.8.2 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > @contractkit/plugin-openapi@0.8.3 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > vitest run --coverage | ||
@@ -9,8 +9,8 @@ | ||
| [32m✓[39m tests/codegen-openapi.test.ts [2m([22m[2m53 tests[22m[2m)[22m[32m 245[2mms[22m[39m | ||
| [32m✓[39m tests/codegen-openapi.test.ts [2m([22m[2m53 tests[22m[2m)[22m[32m 297[2mms[22m[39m | ||
| [2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m | ||
| [2m Tests [22m [1m[32m53 passed[39m[22m[90m (53)[39m | ||
| [2m Start at [22m 17:30:31 | ||
| [2m Duration [22m 4.18s[2m (transform 932ms, setup 0ms, import 3.03s, tests 245ms, environment 0ms)[22m | ||
| [2m Start at [22m 18:49:08 | ||
| [2m Duration [22m 4.34s[2m (transform 1.16s, setup 0ms, import 2.97s, tests 297ms, environment 0ms)[22m | ||
@@ -17,0 +17,0 @@ [34m % [39m[2mCoverage report from [22m[33mv8[39m |
+7
-0
| # @contractkit/contractkit-plugin-openapi | ||
| ## 0.8.3 | ||
| ### Patch Changes | ||
| - Updated dependencies [7555412] | ||
| - @contractkit/core@0.13.0 | ||
| ## 0.8.2 | ||
@@ -4,0 +11,0 @@ |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <coverage generated="1777656636128" clover="3.2.0"> | ||
| <project timestamp="1777656636128" name="All files"> | ||
| <coverage generated="1777661352889" clover="3.2.0"> | ||
| <project timestamp="1777661352889" name="All files"> | ||
| <metrics statements="385" coveredstatements="312" conditionals="318" coveredconditionals="237" methods="62" coveredmethods="51" elements="765" coveredelements="600" complexity="0" loc="385" ncloc="385" packages="2" files="2" classes="2"/> | ||
@@ -5,0 +5,0 @@ <package name="src"> |
@@ -119,3 +119,3 @@ | ||
| <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> | ||
| at 2026-05-01T17:30:36.095Z | ||
| at 2026-05-01T18:49:12.831Z | ||
| </div> | ||
@@ -122,0 +122,0 @@ <script src="prettify.js"></script> |
@@ -104,3 +104,3 @@ | ||
| <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> | ||
| at 2026-05-01T17:30:36.095Z | ||
| at 2026-05-01T18:49:12.831Z | ||
| </div> | ||
@@ -107,0 +107,0 @@ <script src="../prettify.js"></script> |
@@ -604,3 +604,3 @@ | ||
| <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> | ||
| at 2026-05-01T17:30:36.095Z | ||
| at 2026-05-01T18:49:12.831Z | ||
| </div> | ||
@@ -607,0 +607,0 @@ <script src="../prettify.js"></script> |
@@ -104,3 +104,3 @@ | ||
| <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> | ||
| at 2026-05-01T17:30:36.095Z | ||
| at 2026-05-01T18:49:12.831Z | ||
| </div> | ||
@@ -107,0 +107,0 @@ <script src="../prettify.js"></script> |
+4
-4
| { | ||
| "name": "@contractkit/plugin-openapi", | ||
| "version": "0.8.2", | ||
| "version": "0.8.3", | ||
| "description": "ContractKit built-in plugin: OpenAPI 3.0 YAML generation", | ||
@@ -29,7 +29,7 @@ "author": { | ||
| "dependencies": { | ||
| "@contractkit/core": "0.12.0" | ||
| "@contractkit/core": "0.13.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@repo/config-eslint": "0.3.1", | ||
| "@repo/config-typescript": "0.1.0" | ||
| "@repo/config-typescript": "0.1.0", | ||
| "@repo/config-eslint": "0.3.1" | ||
| }, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
459504
0.02%+ Added
- Removed
Updated