@contractkit/plugin-python 0.11.2 → 0.11.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.
@@ -1,11 +1,5 @@
1
-
2
- > @contractkit/plugin-python@0.11.2 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
3
- > eslint --max-warnings=0 && pnpm run build
4
-
5
-
6
- > @contractkit/plugin-python@0.11.2 build /home/runner/work/ContractKit/ContractKit/packages/plugin-python
7
- > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
8
-
1
+ $ eslint --max-warnings=0 && pnpm run build
2
+ $ tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
9
3
  CLI Building entry: src/index.ts
10
4
  CLI Using tsconfig: tsconfig.json
11
5
  CLI tsup v8.5.1
@@ -13,7 +7,7 @@
13
7
  ESM Build start
14
8
  ESM dist/index.js 42.68 KB
15
9
  ESM dist/index.js.map 90.20 KB
16
- ESM ⚡️ Build success in 229ms
10
+ ESM ⚡️ Build success in 206ms
17
11
  DTS Build start
18
- DTS ⚡️ Build success in 4477ms
12
+ DTS ⚡️ Build success in 4843ms
19
13
  DTS dist/index.d.ts 1.10 KB
@@ -1,18 +1,15 @@
1
-
2
- > @contractkit/plugin-python@0.11.2 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
3
- > vitest run --coverage
4
-
1
+ $ vitest run --coverage
5
2
 
6
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-python
7
4
  Coverage enabled with v8
8
5
 
9
- ✓ tests/codegen-client.test.ts (27 tests) 44ms
10
- ✓ tests/codegen-models.test.ts (32 tests) 57ms
6
+ ✓ tests/codegen-models.test.ts (32 tests) 120ms
7
+ ✓ tests/codegen-client.test.ts (27 tests) 107ms
11
8
 
12
9
   Test Files  2 passed (2)
13
10
   Tests  59 passed (59)
14
-  Start at  17:08:46
15
-  Duration  3.94s (transform 1.48s, setup 0ms, import 5.07s, tests 101ms, environment 0ms)
11
+  Start at  11:53:22
12
+  Duration  5.11s (transform 2.30s, setup 0ms, import 6.95s, tests 227ms, environment 0ms)
16
13
 
17
14
   % Coverage report from v8
18
15
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @contractkit/contractkit-plugin-python
2
2
 
3
+ ## 0.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a049895]
8
+ - @contractkit/core@0.19.0
9
+
3
10
  ## 0.11.2
4
11
 
5
12
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1778692131043" clover="3.2.0">
3
- <project timestamp="1778692131043" name="All files">
2
+ <coverage generated="1778846007738" clover="3.2.0">
3
+ <project timestamp="1778846007738" name="All files">
4
4
  <metrics statements="538" coveredstatements="456" conditionals="416" coveredconditionals="320" methods="91" coveredmethods="78" elements="1045" coveredelements="854" complexity="0" loc="538" ncloc="538" packages="2" files="3" classes="3"/>
5
5
  <package name="src">
6
6
  <metrics statements="500" coveredstatements="421" conditionals="385" coveredconditionals="297" methods="66" coveredmethods="55"/>
@@ -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-13T17:08:50.985Z
119
+ at 2026-05-15T11:53:27.659Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -2056,7 +2056,7 @@ class BaseClient:
2056
2056
  <div class='footer quiet pad2 space-top1 center small'>
2057
2057
  Code coverage generated by
2058
2058
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
2059
- at 2026-05-13T17:08:50.985Z
2059
+ at 2026-05-15T11:53:27.659Z
2060
2060
  </div>
2061
2061
  <script src="../prettify.js"></script>
2062
2062
  <script>
@@ -1345,7 +1345,7 @@ export function deriveModelsModuleName(file: string): string {
1345
1345
  <div class='footer quiet pad2 space-top1 center small'>
1346
1346
  Code coverage generated by
1347
1347
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1348
- at 2026-05-13T17:08:50.985Z
1348
+ at 2026-05-15T11:53:27.659Z
1349
1349
  </div>
1350
1350
  <script src="../prettify.js"></script>
1351
1351
  <script>
@@ -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-13T17:08:50.985Z
119
+ at 2026-05-15T11:53:27.659Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -652,7 +652,7 @@ export function opRoot(routes: OpRouteNode[], file = 'payments.op.ck', meta: Rec
652
652
  <div class='footer quiet pad2 space-top1 center small'>
653
653
  Code coverage generated by
654
654
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
655
- at 2026-05-13T17:08:50.985Z
655
+ at 2026-05-15T11:53:27.659Z
656
656
  </div>
657
657
  <script src="../prettify.js"></script>
658
658
  <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-13T17:08:50.985Z
104
+ at 2026-05-15T11:53:27.659Z
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-python",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "ContractKit built-in plugin: Python SDK client generation (Pydantic v2 + httpx)",
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.18.0"
29
+ "@contractkit/core": "0.19.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "unplugin-swc": "^1.5.9",