@contractkit/plugin-openapi 0.8.14 → 0.8.15

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 20.17 KB
9
9
  ESM dist/index.js.map 46.70 KB
10
- ESM ⚡️ Build success in 155ms
10
+ ESM ⚡️ Build success in 146ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 5042ms
12
+ DTS ⚡️ Build success in 4361ms
13
13
  DTS dist/index.d.ts 1.60 KB
@@ -3,12 +3,12 @@ $ vitest run --coverage
3
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi
4
4
  Coverage enabled with v8
5
5
 
6
- ✓ tests/codegen-openapi.test.ts (56 tests) 259ms
6
+ ✓ tests/codegen-openapi.test.ts (56 tests) 173ms
7
7
 
8
8
   Test Files  1 passed (1)
9
9
   Tests  56 passed (56)
10
-  Start at  17:06:40
11
-  Duration  5.47s (transform 1.23s, setup 0ms, import 3.72s, tests 259ms, environment 0ms)
10
+  Start at  15:07:03
11
+  Duration  5.45s (transform 1.26s, setup 0ms, import 3.97s, tests 173ms, 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-openapi
2
2
 
3
+ ## 0.8.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [23e4beb]
8
+ - @contractkit/core@0.24.0
9
+
3
10
  ## 0.8.14
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-openapi",
3
- "version": "0.8.14",
3
+ "version": "0.8.15",
4
4
  "description": "ContractKit built-in plugin: OpenAPI 3.0 YAML generation",
5
5
  "author": {
6
6
  "name": "Marooned Software",
@@ -26,7 +26,7 @@
26
26
  ".": "./dist/index.js"
27
27
  },
28
28
  "dependencies": {
29
- "@contractkit/core": "0.23.0"
29
+ "@contractkit/core": "0.24.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@repo/config-eslint": "0.3.1",