@contractkit/plugin-bruno 1.5.8 → 1.5.9

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.58 KB
9
9
  ESM dist/index.js.map 71.28 KB
10
- ESM ⚡️ Build success in 208ms
10
+ ESM ⚡️ Build success in 127ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 5445ms
12
+ DTS ⚡️ Build success in 4638ms
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) 164ms
6
+ ✓ tests/codegen-bruno.test.ts (121 tests) 453ms
7
7
 
8
8
   Test Files  1 passed (1)
9
9
   Tests  121 passed (121)
10
-  Start at  17:06:41
11
-  Duration  5.83s (transform 1.91s, setup 0ms, import 4.40s, tests 164ms, environment 0ms)
10
+  Start at  15:07:02
11
+  Duration  6.46s (transform 2.01s, setup 0ms, import 4.61s, tests 453ms, 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.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [23e4beb]
8
+ - @contractkit/core@0.24.0
9
+
3
10
  ## 1.5.8
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-bruno",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
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.23.0"
30
+ "@contractkit/core": "0.24.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@repo/config-eslint": "0.3.1",