@contractkit/plugin-openapi
Advanced tools
| > @contractkit/plugin-openapi@0.8.6 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > @contractkit/plugin-openapi@0.8.7 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > eslint --max-warnings=0 && pnpm run build | ||
| > @contractkit/plugin-openapi@0.8.6 build /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > @contractkit/plugin-openapi@0.8.7 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 170ms | ||
| [32mESM[39m ⚡️ Build success in 148ms | ||
| [34mDTS[39m Build start | ||
| [32mDTS[39m ⚡️ Build success in 4125ms | ||
| [32mDTS[39m ⚡️ Build success in 4338ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m1.33 KB[39m |
| > @contractkit/plugin-openapi@0.8.6 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi | ||
| > @contractkit/plugin-openapi@0.8.7 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 285[2mms[22m[39m | ||
| [32m✓[39m tests/codegen-openapi.test.ts [2m([22m[2m53 tests[22m[2m)[22m[32m 165[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 11:16:36 | ||
| [2m Duration [22m 4.44s[2m (transform 877ms, setup 0ms, import 2.79s, tests 285ms, environment 0ms)[22m | ||
| [2m Start at [22m 11:38:18 | ||
| [2m Duration [22m 5.02s[2m (transform 1.19s, setup 0ms, import 3.43s, tests 165ms, environment 0ms)[22m | ||
@@ -17,0 +17,0 @@ [34m % [39m[2mCoverage report from [22m[33mv8[39m |
+7
-0
| # @contractkit/contractkit-plugin-openapi | ||
| ## 0.8.7 | ||
| ### Patch Changes | ||
| - Updated dependencies [4ac6d4d] | ||
| - @contractkit/core@0.16.0 | ||
| ## 0.8.6 | ||
@@ -4,0 +11,0 @@ |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <coverage generated="1778152601234" clover="3.2.0"> | ||
| <project timestamp="1778152601234" name="All files"> | ||
| <coverage generated="1778153903432" clover="3.2.0"> | ||
| <project timestamp="1778153903432" 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-07T11:16:41.176Z | ||
| at 2026-05-07T11:38:23.405Z | ||
| </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-07T11:16:41.176Z | ||
| at 2026-05-07T11:38:23.405Z | ||
| </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-07T11:16:41.176Z | ||
| at 2026-05-07T11:38:23.405Z | ||
| </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-07T11:16:41.176Z | ||
| at 2026-05-07T11:38:23.405Z | ||
| </div> | ||
@@ -107,0 +107,0 @@ <script src="../prettify.js"></script> |
+2
-2
| { | ||
| "name": "@contractkit/plugin-openapi", | ||
| "version": "0.8.6", | ||
| "version": "0.8.7", | ||
| "description": "ContractKit built-in plugin: OpenAPI 3.0 YAML generation", | ||
@@ -29,3 +29,3 @@ "author": { | ||
| "dependencies": { | ||
| "@contractkit/core": "0.15.1" | ||
| "@contractkit/core": "0.16.0" | ||
| }, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
459880
0.02%+ Added
- Removed
Updated