@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.
- package/.turbo/turbo-build$colon$ci.log +6 -6
- package/.turbo/turbo-test$colon$ci.log +15 -15
- package/CHANGELOG.md +13 -0
- package/coverage/clover.xml +339 -331
- package/coverage/coverage-final.json +2 -2
- package/coverage/index.html +15 -15
- package/coverage/src/codegen-bruno.ts.html +178 -136
- package/coverage/src/index.html +14 -14
- package/coverage/src/index.ts.html +1 -1
- package/coverage/tests/helpers.ts.html +9 -9
- package/coverage/tests/index.html +1 -1
- package/dist/codegen-bruno.d.ts.map +1 -1
- package/dist/index.js +22 -12
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/codegen-bruno.ts +20 -6
- package/tests/codegen-bruno.test.ts +18 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @contractkit/plugin-bruno@1.5.
|
|
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.
|
|
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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
[34mCLI[39m tsup v8.5.1
|
|
12
12
|
[34mCLI[39m Target: esnext
|
|
13
13
|
[34mESM[39m Build start
|
|
14
|
-
[32mESM[39m [1mdist/index.js [22m[32m27.
|
|
15
|
-
[32mESM[39m [1mdist/index.js.map [22m[
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m [1mdist/index.js [22m[32m27.39 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m70.50 KB[39m
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 184ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 4766ms
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m2.95 KB[39m
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
|
|
2
|
-
> @contractkit/plugin-bruno@1.5.
|
|
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
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/ContractKit/ContractKit/packages/plugin-bruno[39m
|
|
7
7
|
[2mCoverage enabled with [22m[33mv8[39m
|
|
8
8
|
|
|
9
|
-
[32m✓[39m tests/codegen-bruno.test.ts [2m([22m[
|
|
9
|
+
[32m✓[39m tests/codegen-bruno.test.ts [2m([22m[2m118 tests[22m[2m)[22m[33m 364[2mms[22m[39m
|
|
10
10
|
|
|
11
11
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
12
|
-
[2m Tests [22m [1m[
|
|
13
|
-
[2m Start at [22m
|
|
14
|
-
[2m Duration [22m
|
|
12
|
+
[2m Tests [22m [1m[32m118 passed[39m[22m[90m (118)[39m
|
|
13
|
+
[2m Start at [22m 17:08:46
|
|
14
|
+
[2m Duration [22m 4.38s[2m (transform 1.17s, setup 0ms, import 2.99s, tests 364ms, environment 0ms)[22m
|
|
15
15
|
|
|
16
16
|
[34m % [39m[2mCoverage report from [22m[33mv8[39m
|
|
17
|
-
|
|
18
|
-
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
|
|
19
|
-
|
|
20
|
-
All files |
|
|
21
|
-
src | 80.
|
|
22
|
-
codegen-bruno.ts | 88.
|
|
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
|