@contractkit/plugin-openapi 0.9.0 → 0.9.1

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.28 KB
9
9
  ESM dist/index.js.map 47.04 KB
10
- ESM ⚡️ Build success in 152ms
10
+ ESM ⚡️ Build success in 162ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 4658ms
12
+ DTS ⚡️ Build success in 5200ms
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 (57 tests) 321ms
6
+ ✓ tests/codegen-openapi.test.ts (57 tests) 339ms
7
7
 
8
8
   Test Files  1 passed (1)
9
9
   Tests  57 passed (57)
10
-  Start at  16:09:44
11
-  Duration  5.80s (transform 1.47s, setup 0ms, import 4.17s, tests 321ms, environment 0ms)
10
+  Start at  17:32:01
11
+  Duration  6.46s (transform 1.62s, setup 0ms, import 4.71s, tests 339ms, 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.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ab69718]
8
+ - @contractkit/core@0.26.0
9
+
3
10
  ## 0.9.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-openapi",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
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.25.0"
29
+ "@contractkit/core": "0.26.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@repo/config-typescript": "0.1.0",
33
- "@repo/config-eslint": "0.3.1"
32
+ "@repo/config-eslint": "0.3.1",
33
+ "@repo/config-typescript": "0.1.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration",