@contractkit/plugin-bruno 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
1
 
2
- > @contractkit/plugin-bruno@1.4.0 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
2
+ > @contractkit/plugin-bruno@1.4.1 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
3
3
  > eslint --max-warnings=0 && pnpm run build
4
4
 
5
5
 
6
- > @contractkit/plugin-bruno@1.4.0 build /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
6
+ > @contractkit/plugin-bruno@1.4.1 build /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
7
7
  > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
8
8
 
9
9
  CLI Building entry: src/index.ts
@@ -13,7 +13,7 @@
13
13
  ESM Build start
14
14
  ESM dist/index.js 26.68 KB
15
15
  ESM dist/index.js.map 68.11 KB
16
- ESM ⚡️ Build success in 158ms
16
+ ESM ⚡️ Build success in 171ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 4629ms
18
+ DTS ⚡️ Build success in 3959ms
19
19
  DTS dist/index.d.ts 2.95 KB
@@ -1,17 +1,17 @@
1
1
 
2
- > @contractkit/plugin-bruno@1.4.0 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
2
+ > @contractkit/plugin-bruno@1.4.1 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
3
3
  > vitest run --coverage
4
4
 
5
5
 
6
6
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
7
7
  Coverage enabled with v8
8
8
 
9
- ✓ tests/codegen-bruno.test.ts (116 tests) 847ms
9
+ ✓ tests/codegen-bruno.test.ts (116 tests) 449ms
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  116 passed (116)
13
-  Start at  11:09:07
14
-  Duration  6.34s (transform 1.65s, setup 0ms, import 4.34s, tests 847ms, environment 0ms)
13
+  Start at  11:16:36
14
+  Duration  6.07s (transform 1.88s, setup 0ms, import 4.36s, tests 449ms, environment 0ms)
15
15
 
16
16
   % Coverage report from v8
17
17
  -------------------|---------|----------|---------|---------|-------------------------------------------------------------------------------------------------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @contractkit/contractkit-plugin-bruno
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+ - Updated dependencies [130d53b]
9
+ - @contractkit/core@0.15.1
10
+
3
11
  ## 1.4.0
4
12
 
5
13
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1778152153594" clover="3.2.0">
3
- <project timestamp="1778152153594" name="All files">
2
+ <coverage generated="1778152602333" clover="3.2.0">
3
+ <project timestamp="1778152602333" name="All files">
4
4
  <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
5
  <package name="src">
6
6
  <metrics statements="373" coveredstatements="304" conditionals="341" coveredconditionals="253" methods="68" coveredmethods="57"/>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2026-05-07T11:09:13.542Z
119
+ at 2026-05-07T11:16:42.311Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -2755,7 +2755,7 @@ function yamlString(value: string): string {
2755
2755
  <div class='footer quiet pad2 space-top1 center small'>
2756
2756
  Code coverage generated by
2757
2757
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
2758
- at 2026-05-07T11:09:13.542Z
2758
+ at 2026-05-07T11:16:42.311Z
2759
2759
  </div>
2760
2760
  <script src="../prettify.js"></script>
2761
2761
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2026-05-07T11:09:13.542Z
119
+ at 2026-05-07T11:16:42.311Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -643,7 +643,7 @@ function <span class="fstat-no" title="function not covered" >deleteStalePaths(o
643
643
  <div class='footer quiet pad2 space-top1 center small'>
644
644
  Code coverage generated by
645
645
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
646
- at 2026-05-07T11:09:13.542Z
646
+ at 2026-05-07T11:16:42.311Z
647
647
  </div>
648
648
  <script src="../prettify.js"></script>
649
649
  <script>
@@ -589,7 +589,7 @@ export function opRoot(routes: OpRouteNode[], file = 'users.op', meta: Record&lt
589
589
  <div class='footer quiet pad2 space-top1 center small'>
590
590
  Code coverage generated by
591
591
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
592
- at 2026-05-07T11:09:13.542Z
592
+ at 2026-05-07T11:16:42.311Z
593
593
  </div>
594
594
  <script src="../prettify.js"></script>
595
595
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2026-05-07T11:09:13.542Z
104
+ at 2026-05-07T11:16:42.311Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-bruno",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "ContractKit built-in plugin: Bruno REST collection generation",
5
5
  "author": {
6
6
  "name": "Marooned Software",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "yaml": "^2.8.3",
30
- "@contractkit/core": "0.15.0"
30
+ "@contractkit/core": "0.15.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@repo/config-eslint": "0.3.1",
34
- "@repo/config-typescript": "0.1.0"
33
+ "@repo/config-typescript": "0.1.0",
34
+ "@repo/config-eslint": "0.3.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration",