@contractkit/plugin-python 0.11.5 → 0.11.6

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 42.68 KB
9
9
  ESM dist/index.js.map 90.20 KB
10
- ESM ⚡️ Build success in 183ms
10
+ ESM ⚡️ Build success in 195ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 4903ms
12
+ DTS ⚡️ Build success in 5487ms
13
13
  DTS dist/index.d.ts 1.10 KB
@@ -3,13 +3,13 @@ $ vitest run --coverage
3
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-python
4
4
  Coverage enabled with v8
5
5
 
6
- ✓ tests/codegen-client.test.ts (27 tests) 127ms
7
6
  ✓ tests/codegen-models.test.ts (32 tests) 150ms
7
+ ✓ tests/codegen-client.test.ts (27 tests) 47ms
8
8
 
9
9
   Test Files  2 passed (2)
10
10
   Tests  59 passed (59)
11
-  Start at  19:14:39
12
-  Duration  5.03s (transform 2.04s, setup 0ms, import 6.39s, tests 278ms, environment 0ms)
11
+  Start at  15:55:38
12
+  Duration  4.90s (transform 1.98s, setup 0ms, import 6.68s, tests 197ms, environment 0ms)
13
13
 
14
14
   % Coverage report from v8
15
15
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @contractkit/contractkit-plugin-python
2
2
 
3
+ ## 0.11.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0d3b8e2]
8
+ - @contractkit/core@0.22.0
9
+
3
10
  ## 0.11.5
4
11
 
5
12
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1781291685137" clover="3.2.0">
3
- <project timestamp="1781291685137" name="All files">
2
+ <coverage generated="1781625343243" clover="3.2.0">
3
+ <project timestamp="1781625343243" 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-06-12T19:14:45.073Z
119
+ at 2026-06-16T15:55:43.170Z
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-06-12T19:14:45.073Z
2059
+ at 2026-06-16T15:55:43.170Z
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-06-12T19:14:45.073Z
1348
+ at 2026-06-16T15:55:43.170Z
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-06-12T19:14:45.073Z
119
+ at 2026-06-16T15:55:43.170Z
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-06-12T19:14:45.073Z
655
+ at 2026-06-16T15:55:43.170Z
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-06-12T19:14:45.073Z
104
+ at 2026-06-16T15:55:43.170Z
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.5",
3
+ "version": "0.11.6",
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.21.0"
29
+ "@contractkit/core": "0.22.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "unplugin-swc": "^1.5.9",