@contractkit/plugin-bruno 1.5.5 → 1.5.6

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.
@@ -7,7 +7,7 @@ $ tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly
7
7
  ESM Build start
8
8
  ESM dist/index.js 27.39 KB
9
9
  ESM dist/index.js.map 70.50 KB
10
- ESM ⚡️ Build success in 144ms
10
+ ESM ⚡️ Build success in 195ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 4438ms
12
+ DTS ⚡️ Build success in 5115ms
13
13
  DTS dist/index.d.ts 2.95 KB
@@ -3,12 +3,12 @@ $ vitest run --coverage
3
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
4
4
  Coverage enabled with v8
5
5
 
6
- ✓ tests/codegen-bruno.test.ts (118 tests) 196ms
6
+ ✓ tests/codegen-bruno.test.ts (118 tests) 441ms
7
7
 
8
8
   Test Files  1 passed (1)
9
9
   Tests  118 passed (118)
10
-  Start at  20:26:30
11
-  Duration  4.92s (transform 1.76s, setup 0ms, import 3.49s, tests 196ms, environment 0ms)
10
+  Start at  19:14:39
11
+  Duration  5.89s (transform 1.78s, setup 0ms, import 4.05s, tests 441ms, environment 0ms)
12
12
 
13
13
   % Coverage report from v8
14
14
  -------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @contractkit/contractkit-plugin-bruno
2
2
 
3
+ ## 1.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fff30df]
8
+ - @contractkit/core@0.21.0
9
+
3
10
  ## 1.5.5
4
11
 
5
12
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1778876795158" clover="3.2.0">
3
- <project timestamp="1778876795158" name="All files">
2
+ <coverage generated="1781291685339" clover="3.2.0">
3
+ <project timestamp="1781291685340" name="All files">
4
4
  <metrics statements="424" coveredstatements="344" conditionals="376" coveredconditionals="283" methods="94" coveredmethods="76" elements="894" coveredelements="703" complexity="0" loc="424" ncloc="424" packages="2" files="3" classes="3"/>
5
5
  <package name="src">
6
6
  <metrics statements="386" coveredstatements="314" conditionals="345" coveredconditionals="259" methods="69" 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-15T20:26:35.111Z
119
+ at 2026-06-12T19:14:45.295Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -2812,7 +2812,7 @@ function yamlString(value: string): string {
2812
2812
  <div class='footer quiet pad2 space-top1 center small'>
2813
2813
  Code coverage generated by
2814
2814
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
2815
- at 2026-05-15T20:26:35.111Z
2815
+ at 2026-06-12T19:14:45.295Z
2816
2816
  </div>
2817
2817
  <script src="../prettify.js"></script>
2818
2818
  <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-15T20:26:35.111Z
119
+ at 2026-06-12T19:14:45.295Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -694,7 +694,7 @@ function <span class="fstat-no" title="function not covered" >deleteStalePaths(o
694
694
  <div class='footer quiet pad2 space-top1 center small'>
695
695
  Code coverage generated by
696
696
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
697
- at 2026-05-15T20:26:35.111Z
697
+ at 2026-06-12T19:14:45.295Z
698
698
  </div>
699
699
  <script src="../prettify.js"></script>
700
700
  <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-15T20:26:35.111Z
592
+ at 2026-06-12T19:14:45.295Z
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-15T20:26:35.111Z
104
+ at 2026-06-12T19:14:45.295Z
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.5.5",
3
+ "version": "1.5.6",
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.20.0"
30
+ "@contractkit/core": "0.21.0"
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",