@contractkit/plugin-bruno
Advanced tools
| > @contractkit/plugin-bruno@1.4.0 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno | ||
| > @contractkit/plugin-bruno@1.4.1 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno | ||
| > eslint --max-warnings=0 && pnpm run build | ||
| > @contractkit/plugin-bruno@1.4.0 build /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno | ||
| > @contractkit/plugin-bruno@1.4.1 build /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno | ||
| > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration | ||
@@ -16,5 +16,5 @@ | ||
| [32mESM[39m [1mdist/index.js.map [22m[32m68.11 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 158ms | ||
| [32mESM[39m ⚡️ Build success in 171ms | ||
| [34mDTS[39m Build start | ||
| [32mDTS[39m ⚡️ Build success in 4629ms | ||
| [32mDTS[39m ⚡️ Build success in 3959ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m2.95 KB[39m |
| > @contractkit/plugin-bruno@1.4.0 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno | ||
| > @contractkit/plugin-bruno@1.4.1 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno | ||
| > vitest run --coverage | ||
@@ -9,8 +9,8 @@ | ||
| [32m✓[39m tests/codegen-bruno.test.ts [2m([22m[2m116 tests[22m[2m)[22m[33m 847[2mms[22m[39m | ||
| [32m✓[39m tests/codegen-bruno.test.ts [2m([22m[2m116 tests[22m[2m)[22m[33m 449[2mms[22m[39m | ||
| [2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m | ||
| [2m Tests [22m [1m[32m116 passed[39m[22m[90m (116)[39m | ||
| [2m Start at [22m 11:09:07 | ||
| [2m Duration [22m 6.34s[2m (transform 1.65s, setup 0ms, import 4.34s, tests 847ms, environment 0ms)[22m | ||
| [2m Start at [22m 11:16:36 | ||
| [2m Duration [22m 6.07s[2m (transform 1.88s, setup 0ms, import 4.36s, tests 449ms, environment 0ms)[22m | ||
@@ -17,0 +17,0 @@ [34m % [39m[2mCoverage report from [22m[33mv8[39m |
+8
-0
| # @contractkit/contractkit-plugin-bruno | ||
| ## 1.4.1 | ||
| ### Patch Changes | ||
| - 130d53b: Fix `stableStringify` (and therefore `hashFingerprint` / `runIncrementalCodegen`) crashing with "Do not know how to serialize a BigInt" when an AST payload contains a `bigint` default or literal. Bigints now serialize as a tagged string `"<bigint:VALUE>"` so they're stable in fingerprints and distinguishable from plain strings. `undefined` is also normalized to `null` so `{a: undefined}` and `{}` don't collide. | ||
| - Updated dependencies [130d53b] | ||
| - @contractkit/core@0.15.1 | ||
| ## 1.4.0 | ||
@@ -4,0 +12,0 @@ |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <coverage generated="1778152153594" clover="3.2.0"> | ||
| <project timestamp="1778152153594" name="All files"> | ||
| <coverage generated="1778152602333" clover="3.2.0"> | ||
| <project timestamp="1778152602333" name="All files"> | ||
| <metrics statements="411" coveredstatements="334" conditionals="372" coveredconditionals="277" methods="93" coveredmethods="76" elements="876" coveredelements="687" complexity="0" loc="411" ncloc="411" packages="2" files="3" classes="3"/> | ||
@@ -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:09:13.542Z | ||
| at 2026-05-07T11:16:42.311Z | ||
| </div> | ||
@@ -122,0 +122,0 @@ <script src="prettify.js"></script> |
@@ -119,3 +119,3 @@ | ||
| <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> | ||
| at 2026-05-07T11:09:13.542Z | ||
| at 2026-05-07T11:16:42.311Z | ||
| </div> | ||
@@ -122,0 +122,0 @@ <script src="../prettify.js"></script> |
@@ -646,3 +646,3 @@ | ||
| <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> | ||
| at 2026-05-07T11:09:13.542Z | ||
| at 2026-05-07T11:16:42.311Z | ||
| </div> | ||
@@ -649,0 +649,0 @@ <script src="../prettify.js"></script> |
@@ -592,3 +592,3 @@ | ||
| <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> | ||
| at 2026-05-07T11:09:13.542Z | ||
| at 2026-05-07T11:16:42.311Z | ||
| </div> | ||
@@ -595,0 +595,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:09:13.542Z | ||
| at 2026-05-07T11:16:42.311Z | ||
| </div> | ||
@@ -107,0 +107,0 @@ <script src="../prettify.js"></script> |
+4
-4
| { | ||
| "name": "@contractkit/plugin-bruno", | ||
| "version": "1.4.0", | ||
| "version": "1.4.1", | ||
| "description": "ContractKit built-in plugin: Bruno REST collection generation", | ||
@@ -30,7 +30,7 @@ "author": { | ||
| "yaml": "^2.8.3", | ||
| "@contractkit/core": "0.15.0" | ||
| "@contractkit/core": "0.15.1" | ||
| }, | ||
| "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" | ||
| }, | ||
@@ -37,0 +37,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
639171
0.08%+ Added
- Removed
Updated