@contractkit/plugin-openapi 0.8.2 → 0.8.4

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-openapi@0.8.2 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi
2
+ > @contractkit/plugin-openapi@0.8.4 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi
3
3
  > eslint --max-warnings=0 && pnpm run build
4
4
 
5
5
 
6
- > @contractkit/plugin-openapi@0.8.2 build /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi
6
+ > @contractkit/plugin-openapi@0.8.4 build /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi
7
7
  > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
8
8
 
9
9
  CLI Building entry: src/index.ts
@@ -13,7 +13,7 @@
13
13
  ESM Build start
14
14
  ESM dist/index.js 19.85 KB
15
15
  ESM dist/index.js.map 44.92 KB
16
- ESM ⚡️ Build success in 141ms
16
+ ESM ⚡️ Build success in 143ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 3482ms
18
+ DTS ⚡️ Build success in 3392ms
19
19
  DTS dist/index.d.ts 1.33 KB
@@ -1,17 +1,17 @@
1
1
 
2
- > @contractkit/plugin-openapi@0.8.2 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi
2
+ > @contractkit/plugin-openapi@0.8.4 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi
3
3
  > vitest run --coverage
4
4
 
5
5
 
6
6
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-openapi
7
7
  Coverage enabled with v8
8
8
 
9
- ✓ tests/codegen-openapi.test.ts (53 tests) 245ms
9
+ ✓ tests/codegen-openapi.test.ts (53 tests) 347ms
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  53 passed (53)
13
-  Start at  17:30:31
14
-  Duration  4.18s (transform 932ms, setup 0ms, import 3.03s, tests 245ms, environment 0ms)
13
+  Start at  12:37:07
14
+  Duration  3.68s (transform 754ms, setup 0ms, import 1.99s, tests 347ms, environment 0ms)
15
15
 
16
16
   % Coverage report from v8
17
17
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @contractkit/contractkit-plugin-openapi
2
2
 
3
+ ## 0.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a9e9ec0]
8
+ - @contractkit/core@0.14.0
9
+
10
+ ## 0.8.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [7555412]
15
+ - @contractkit/core@0.13.0
16
+
3
17
  ## 0.8.2
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1777656636128" clover="3.2.0">
3
- <project timestamp="1777656636128" name="All files">
2
+ <coverage generated="1778071031372" clover="3.2.0">
3
+ <project timestamp="1778071031372" name="All files">
4
4
  <metrics statements="385" coveredstatements="312" conditionals="318" coveredconditionals="237" methods="62" coveredmethods="51" elements="765" coveredelements="600" complexity="0" loc="385" ncloc="385" packages="2" files="2" classes="2"/>
5
5
  <package name="src">
6
6
  <metrics statements="346" coveredstatements="282" conditionals="287" coveredconditionals="216" methods="36" coveredmethods="31"/>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2026-05-01T17:30:36.095Z
119
+ at 2026-05-06T12:37:11.334Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -2293,7 +2293,7 @@ function yamlKey(key: string): string {
2293
2293
  <div class='footer quiet pad2 space-top1 center small'>
2294
2294
  Code coverage generated by
2295
2295
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
2296
- at 2026-05-01T17:30:36.095Z
2296
+ at 2026-05-06T12:37:11.334Z
2297
2297
  </div>
2298
2298
  <script src="../prettify.js"></script>
2299
2299
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2026-05-01T17:30:36.095Z
104
+ at 2026-05-06T12:37:11.334Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
@@ -601,7 +601,7 @@ export function opRoot(routes: OpRouteNode[], file = 'users.op', meta: Record&lt
601
601
  <div class='footer quiet pad2 space-top1 center small'>
602
602
  Code coverage generated by
603
603
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
604
- at 2026-05-01T17:30:36.095Z
604
+ at 2026-05-06T12:37:11.334Z
605
605
  </div>
606
606
  <script src="../prettify.js"></script>
607
607
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2026-05-01T17:30:36.095Z
104
+ at 2026-05-06T12:37:11.334Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-openapi",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "ContractKit built-in plugin: OpenAPI 3.0 YAML generation",
5
5
  "author": {
6
6
  "name": "Marooned Software",
@@ -26,11 +26,11 @@
26
26
  ".": "./dist/index.js"
27
27
  },
28
28
  "dependencies": {
29
- "@contractkit/core": "0.12.0"
29
+ "@contractkit/core": "0.14.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@repo/config-eslint": "0.3.1",
33
- "@repo/config-typescript": "0.1.0"
32
+ "@repo/config-typescript": "0.1.0",
33
+ "@repo/config-eslint": "0.3.1"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration",