@contractkit/plugin-bruno 1.5.12 → 1.5.13

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.59 KB
9
9
  ESM dist/index.js.map 71.30 KB
10
- ESM ⚡️ Build success in 263ms
10
+ ESM ⚡️ Build success in 183ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 4975ms
12
+ DTS ⚡️ Build success in 3960ms
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 (121 tests) 264ms
6
+ ✓ tests/codegen-bruno.test.ts (121 tests) 459ms
7
7
 
8
8
   Test Files  1 passed (1)
9
9
   Tests  121 passed (121)
10
-  Start at  13:44:25
11
-  Duration  6.54s (transform 1.93s, setup 0ms, import 5.01s, tests 264ms, environment 0ms)
10
+  Start at  16:35:30
11
+  Duration  5.04s (transform 1.62s, setup 0ms, import 3.47s, tests 459ms, environment 0ms)
12
12
 
13
13
   % Coverage report from v8
14
14
  -------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @contractkit/contractkit-plugin-bruno
2
2
 
3
+ ## 1.5.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [aea5e21]
8
+ - Updated dependencies [5dc2693]
9
+ - @contractkit/core@0.27.0
10
+
3
11
  ## 1.5.12
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-bruno",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "description": "ContractKit built-in plugin: Bruno REST collection generation",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "yaml": "^2.8.3",
31
- "@contractkit/core": "0.26.1"
31
+ "@contractkit/core": "0.27.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@repo/config-eslint": "0.3.1",