@contractkit/plugin-bruno 1.5.1 → 1.5.3

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.5.1 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
2
+ > @contractkit/plugin-bruno@1.5.3 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.5.1 build /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
6
+ > @contractkit/plugin-bruno@1.5.3 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
@@ -11,9 +11,9 @@
11
11
  CLI tsup v8.5.1
12
12
  CLI Target: esnext
13
13
  ESM Build start
14
- ESM dist/index.js 27.11 KB
15
- ESM dist/index.js.map 69.67 KB
16
- ESM ⚡️ Build success in 142ms
14
+ ESM dist/index.js 27.39 KB
15
+ ESM dist/index.js.map 70.50 KB
16
+ ESM ⚡️ Build success in 184ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 3957ms
18
+ DTS ⚡️ Build success in 4766ms
19
19
  DTS dist/index.d.ts 2.95 KB
@@ -1,26 +1,26 @@
1
1
 
2
- > @contractkit/plugin-bruno@1.5.1 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-bruno
2
+ > @contractkit/plugin-bruno@1.5.3 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) 342ms
9
+ ✓ tests/codegen-bruno.test.ts (118 tests) 364ms
10
10
 
11
11
   Test Files  1 passed (1)
12
-  Tests  116 passed (116)
13
-  Start at  13:02:54
14
-  Duration  5.35s (transform 1.46s, setup 0ms, import 3.92s, tests 342ms, environment 0ms)
12
+  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)
15
15
 
16
16
   % Coverage report from v8
17
- -------------------|---------|----------|---------|---------|-------------------------------------------------------------------------------------------------------------
18
- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
19
- -------------------|---------|----------|---------|---------|-------------------------------------------------------------------------------------------------------------
20
- All files | 79.78 | 74.46 | 80.85 | 80.52 |
21
- src | 80.27 | 74.19 | 82.6 | 80.68 |
22
- codegen-bruno.ts | 88.26 | 78.1 | 93.22 | 89.29 | 172,323-324,535-536,620,628,681-684,691-698,718,724,728-730,746,756,780,790-792,798-800,805,809-817,826,830
23
- index.ts | 26.78 | 40 | 20 | 25.49 | 76-203
24
- tests | 75 | 77.41 | 76 | 78.94 |
25
- helpers.ts | 75 | 77.41 | 76 | 78.94 | 43-47,55-59,71,113,133,145
26
- -------------------|---------|----------|---------|---------|-------------------------------------------------------------------------------------------------------------
17
+ -------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------
18
+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
19
+ -------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------
20
+ All files | 80.29 | 75.26 | 80.85 | 81.13 |
21
+ src | 80.82 | 75.07 | 82.6 | 81.34 |
22
+ codegen-bruno.ts | 88.74 | 79.03 | 93.22 | 89.85 | 337-338,549-550,634,642,695-698,705-712,732,738,742-744,760,770,794,804-806,812-814,819,823-831,840,844
23
+ index.ts | 26.78 | 40 | 20 | 25.49 | 76-203
24
+ tests | 75 | 77.41 | 76 | 78.94 |
25
+ helpers.ts | 75 | 77.41 | 76 | 78.94 | 43-47,55-59,71,113,133,145
26
+ -------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @contractkit/contractkit-plugin-bruno
2
2
 
3
+ ## 1.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dd8197b]
8
+ - @contractkit/core@0.18.0
9
+
10
+ ## 1.5.2
11
+
12
+ ### Patch Changes
13
+
14
+ - e141baf: Emit each area-level `folder.yml` exactly once instead of once per root sharing the area. Previously, an area with N op-roots (e.g. one top-level plus several subareas) wrote the same `<area>/folder.yml` N times in a single run, each with a different `seq` derived from the root index. The seq is now an area-position counter, so the file is stable across runs.
15
+
3
16
  ## 1.5.1
4
17
 
5
18
  ### Patch Changes