@contractkit/plugin-python 0.12.0 → 0.12.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
|
[34mESM[39m Build start
|
|
8
8
|
[32mESM[39m [1mdist/index.js [22m[32m52.19 KB[39m
|
|
9
9
|
[32mESM[39m [1mdist/index.js.map [22m[32m110.13 KB[39m
|
|
10
|
-
[32mESM[39m ⚡️ Build success in
|
|
10
|
+
[32mESM[39m ⚡️ Build success in 168ms
|
|
11
11
|
[34mDTS[39m Build start
|
|
12
|
-
[32mDTS[39m ⚡️ Build success in
|
|
12
|
+
[32mDTS[39m ⚡️ Build success in 5441ms
|
|
13
13
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.10 KB[39m
|
|
@@ -3,13 +3,13 @@ $ vitest run --coverage
|
|
|
3
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/ContractKit/ContractKit/packages/plugin-python[39m
|
|
4
4
|
[2mCoverage enabled with [22m[33mv8[39m
|
|
5
5
|
|
|
6
|
-
[32m✓[39m tests/codegen-
|
|
7
|
-
[32m✓[39m tests/codegen-
|
|
6
|
+
[32m✓[39m tests/codegen-client.test.ts [2m([22m[2m35 tests[22m[2m)[22m[32m 135[2mms[22m[39m
|
|
7
|
+
[32m✓[39m tests/codegen-models.test.ts [2m([22m[2m36 tests[22m[2m)[22m[32m 136[2mms[22m[39m
|
|
8
8
|
|
|
9
9
|
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
10
10
|
[2m Tests [22m [1m[32m71 passed[39m[22m[90m (71)[39m
|
|
11
|
-
[2m Start at [22m
|
|
12
|
-
[2m Duration [22m
|
|
11
|
+
[2m Start at [22m 17:32:01
|
|
12
|
+
[2m Duration [22m 6.90s[2m (transform 2.70s, setup 0ms, import 9.76s, tests 272ms, environment 0ms)[22m
|
|
13
13
|
|
|
14
14
|
[34m % [39m[2mCoverage report from [22m[33mv8[39m
|
|
15
15
|
-------------------|---------|----------|---------|---------|-------------------
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractkit/plugin-python",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"description": "ContractKit built-in plugin: Python SDK client generation (Pydantic v2 + httpx)",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Marooned Software",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
".": "./dist/index.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@contractkit/core": "0.
|
|
29
|
+
"@contractkit/core": "0.26.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"unplugin-swc": "^1.5.9",
|
|
33
33
|
"vitest": "^4.1.5",
|
|
34
|
-
"@repo/config-
|
|
35
|
-
"@repo/config-
|
|
34
|
+
"@repo/config-eslint": "0.3.1",
|
|
35
|
+
"@repo/config-typescript": "0.1.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration",
|