@contractkit/openapi-to-ck 0.9.2 → 0.9.3
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.
|
@@ -11,8 +11,8 @@ $ tsup src/index.ts src/plugin.ts --format esm --sourcemap --dts && tsc --emitDe
|
|
|
11
11
|
[32mESM[39m [1mdist/index.js.map [22m[32m71.00 B[39m
|
|
12
12
|
[32mESM[39m [1mdist/plugin.js.map [22m[32m4.95 KB[39m
|
|
13
13
|
[32mESM[39m [1mdist/chunk-76CPOLZK.js.map [22m[32m119.89 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 277ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 8653ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m9.00 KB[39m
|
|
18
18
|
[32mDTS[39m [1mdist/plugin.d.ts [22m[32m128.00 B[39m
|
|
@@ -3,17 +3,17 @@ $ vitest run --coverage
|
|
|
3
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/ContractKit/ContractKit/packages/openapi-to-ck[39m
|
|
4
4
|
[2mCoverage enabled with [22m[33mv8[39m
|
|
5
5
|
|
|
6
|
-
[32m✓[39m tests/schema-to-ast.test.ts [2m([22m[2m36 tests[22m[2m)[22m[32m
|
|
7
|
-
[32m✓[39m tests/normalize.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m
|
|
6
|
+
[32m✓[39m tests/schema-to-ast.test.ts [2m([22m[2m36 tests[22m[2m)[22m[32m 73[2mms[22m[39m
|
|
7
|
+
[32m✓[39m tests/normalize.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 64[2mms[22m[39m
|
|
8
|
+
[32m✓[39m tests/tag-splitter.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m 85[2mms[22m[39m
|
|
8
9
|
[32m✓[39m tests/ast-to-ck.test.ts [2m([22m[2m45 tests[22m[2m)[22m[32m 200[2mms[22m[39m
|
|
9
|
-
[32m✓[39m tests/
|
|
10
|
-
[32m✓[39m tests/
|
|
11
|
-
[32m✓[39m tests/circular-refs.test.ts [2m([22m[2m8 tests[22m[2m)[22m[32m 24[2mms[22m[39m
|
|
10
|
+
[32m✓[39m tests/convert.test.ts [2m([22m[2m16 tests[22m[2m)[22m[32m 170[2mms[22m[39m
|
|
11
|
+
[32m✓[39m tests/circular-refs.test.ts [2m([22m[2m8 tests[22m[2m)[22m[32m 30[2mms[22m[39m
|
|
12
12
|
|
|
13
13
|
[2m Test Files [22m [1m[32m6 passed[39m[22m[90m (6)[39m
|
|
14
14
|
[2m Tests [22m [1m[32m116 passed[39m[22m[90m (116)[39m
|
|
15
|
-
[2m Start at [22m
|
|
16
|
-
[2m Duration [22m 6.
|
|
15
|
+
[2m Start at [22m 15:07:02
|
|
16
|
+
[2m Duration [22m 6.83s[2m (transform 3.49s, setup 0ms, import 10.45s, tests 621ms, environment 25ms)[22m
|
|
17
17
|
|
|
18
18
|
[34m % [39m[2mCoverage report from [22m[33mv8[39m
|
|
19
19
|
-------------------|---------|----------|---------|---------|-------------------------------------------------------------
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractkit/openapi-to-ck",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Convert OpenAPI specs (2.0/3.0/3.1) to Contract Kit .ck files",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Marooned Software",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@scalar/openapi-parser": "^0.26.1",
|
|
31
31
|
"yaml": "^2.8.3",
|
|
32
|
-
"@contractkit/core": "0.
|
|
32
|
+
"@contractkit/core": "0.24.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@repo/config-
|
|
36
|
-
"@repo/config-
|
|
35
|
+
"@repo/config-typescript": "0.1.0",
|
|
36
|
+
"@repo/config-eslint": "0.3.1"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "tsup src/index.ts src/plugin.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration",
|