@contractkit/plugin-python 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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @contractkit/plugin-python@0.9.2 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
2
+ > @contractkit/plugin-python@0.9.3 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
3
3
  > eslint --max-warnings=0 && pnpm run build
4
4
 
5
5
 
6
- > @contractkit/plugin-python@0.9.2 build /home/runner/work/ContractKit/ContractKit/packages/plugin-python
6
+ > @contractkit/plugin-python@0.9.3 build /home/runner/work/ContractKit/ContractKit/packages/plugin-python
7
7
  > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
8
8
 
9
9
  CLI Building entry: src/index.ts
@@ -13,7 +13,7 @@
13
13
  ESM Build start
14
14
  ESM dist/index.js 36.84 KB
15
15
  ESM dist/index.js.map 76.54 KB
16
- ESM ⚡️ Build success in 174ms
16
+ ESM ⚡️ Build success in 140ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 3938ms
18
+ DTS ⚡️ Build success in 3828ms
19
19
  DTS dist/index.d.ts 801.00 B
@@ -1,18 +1,18 @@
1
1
 
2
- > @contractkit/plugin-python@0.9.2 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
2
+ > @contractkit/plugin-python@0.9.3 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
3
3
  > vitest run --coverage
4
4
 
5
5
 
6
6
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-python
7
7
  Coverage enabled with v8
8
8
 
9
- ✓ tests/codegen-models.test.ts (32 tests) 110ms
10
- ✓ tests/codegen-client.test.ts (27 tests) 124ms
9
+ ✓ tests/codegen-models.test.ts (32 tests) 92ms
10
+ ✓ tests/codegen-client.test.ts (27 tests) 133ms
11
11
 
12
12
   Test Files  2 passed (2)
13
13
   Tests  59 passed (59)
14
-  Start at  17:30:30
15
-  Duration  4.62s (transform 726ms, setup 0ms, import 5.91s, tests 234ms, environment 2ms)
14
+  Start at  18:49:08
15
+  Duration  5.24s (transform 1.60s, setup 0ms, import 6.83s, tests 225ms, environment 7ms)
16
16
 
17
17
   % Coverage report from v8
18
18
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @contractkit/contractkit-plugin-python
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7555412]
8
+ - @contractkit/core@0.13.0
9
+
3
10
  ## 0.9.2
4
11
 
5
12
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1777656635596" clover="3.2.0">
3
- <project timestamp="1777656635606" name="All files">
2
+ <coverage generated="1777661353549" clover="3.2.0">
3
+ <project timestamp="1777661353549" 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-01T17:30:35.531Z
119
+ at 2026-05-01T18:49:13.518Z
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-01T17:30:35.531Z
2059
+ at 2026-05-01T18:49:13.518Z
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-01T17:30:35.531Z
1348
+ at 2026-05-01T18:49:13.518Z
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-01T17:30:35.531Z
119
+ at 2026-05-01T18:49:13.518Z
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-01T17:30:35.531Z
655
+ at 2026-05-01T18:49:13.518Z
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-01T17:30:35.531Z
104
+ at 2026-05-01T18:49:13.518Z
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.9.2",
3
+ "version": "0.9.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.12.0"
29
+ "@contractkit/core": "0.13.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "unplugin-swc": "^1.5.9",