@contractkit/plugin-bruno 1.5.3 → 1.5.5

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,11 +1,5 @@
1
-
2
- > @contractkit/plugin-bruno@1.5.3 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
3
- > eslint --max-warnings=0 && pnpm run build
4
-
5
-
6
- > @contractkit/plugin-bruno@1.5.3 build /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
7
- > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
8
-
1
+ $ eslint --max-warnings=0 && pnpm run build
2
+ $ tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
9
3
  CLI Building entry: src/index.ts
10
4
  CLI Using tsconfig: tsconfig.json
11
5
  CLI tsup v8.5.1
@@ -13,7 +7,7 @@
13
7
  ESM Build start
14
8
  ESM dist/index.js 27.39 KB
15
9
  ESM dist/index.js.map 70.50 KB
16
- ESM ⚡️ Build success in 184ms
10
+ ESM ⚡️ Build success in 144ms
17
11
  DTS Build start
18
- DTS ⚡️ Build success in 4766ms
12
+ DTS ⚡️ Build success in 4438ms
19
13
  DTS dist/index.d.ts 2.95 KB
@@ -1,17 +1,14 @@
1
-
2
- > @contractkit/plugin-bruno@1.5.3 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
3
- > vitest run --coverage
4
-
1
+ $ vitest run --coverage
5
2
 
6
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
7
4
  Coverage enabled with v8
8
5
 
9
- ✓ tests/codegen-bruno.test.ts (118 tests) 364ms
6
+ ✓ tests/codegen-bruno.test.ts (118 tests) 196ms
10
7
 
11
8
   Test Files  1 passed (1)
12
9
   Tests  118 passed (118)
13
-  Start at  17:08:46
14
-  Duration  4.38s (transform 1.17s, setup 0ms, import 2.99s, tests 364ms, environment 0ms)
10
+  Start at  20:26:30
11
+  Duration  4.92s (transform 1.76s, setup 0ms, import 3.49s, tests 196ms, environment 0ms)
15
12
 
16
13
   % Coverage report from v8
17
14
  -------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @contractkit/contractkit-plugin-bruno
2
2
 
3
+ ## 1.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [bdebb9c]
8
+ - Updated dependencies [90f45ff]
9
+ - @contractkit/core@0.20.0
10
+
11
+ ## 1.5.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [a049895]
16
+ - @contractkit/core@0.19.0
17
+
3
18
  ## 1.5.3
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1778692131377" clover="3.2.0">
3
- <project timestamp="1778692131377" name="All files">
2
+ <coverage generated="1778876795158" clover="3.2.0">
3
+ <project timestamp="1778876795158" 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-13T17:08:51.342Z
119
+ at 2026-05-15T20:26:35.111Z
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-13T17:08:51.342Z
2815
+ at 2026-05-15T20:26:35.111Z
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-13T17:08:51.342Z
119
+ at 2026-05-15T20:26:35.111Z
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-13T17:08:51.342Z
697
+ at 2026-05-15T20:26:35.111Z
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-13T17:08:51.342Z
592
+ at 2026-05-15T20:26:35.111Z
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-13T17:08:51.342Z
104
+ at 2026-05-15T20:26:35.111Z
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.3",
3
+ "version": "1.5.5",
4
4
  "description": "ContractKit built-in plugin: Bruno REST collection generation",
5
5
  "author": {
6
6
  "name": "Marooned Software",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "yaml": "^2.8.3",
30
- "@contractkit/core": "0.18.0"
30
+ "@contractkit/core": "0.20.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@repo/config-eslint": "0.3.1",