@contractkit/plugin-python 0.9.1 → 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.
@@ -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-04-29T12:51:10.031Z
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-04-29T12:51:10.031Z
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-04-29T12:51:10.031Z
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-04-29T12:51:10.031Z
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-04-29T12:51:10.031Z
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-04-29T12:51:10.031Z
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.1",
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,13 +26,13 @@
26
26
  ".": "./dist/index.js"
27
27
  },
28
28
  "dependencies": {
29
- "@contractkit/core": "0.11.0"
29
+ "@contractkit/core": "0.13.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "unplugin-swc": "^1.5.9",
33
33
  "vitest": "^4.1.5",
34
- "@repo/config-typescript": "0.1.0",
35
- "@repo/config-eslint": "0.3.1"
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",
@@ -1,15 +0,0 @@
1
-
2
- > @contractkit/plugin-python@0.9.0 build /Users/robert/projects/contractkit/packages/plugin-python
3
- > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Target: esnext
9
- ESM Build start
10
- ESM dist/index.js 36.84 KB
11
- ESM dist/index.js.map 76.54 KB
12
- ESM ⚡️ Build success in 97ms
13
- DTS Build start
14
- DTS ⚡️ Build success in 631ms
15
- DTS dist/index.d.ts 801.00 B
@@ -1,15 +0,0 @@
1
-
2
- > @contractkit/plugin-python@0.9.0 test /Users/robert/projects/contractkit/packages/plugin-python
3
- > vitest run
4
-
5
-
6
-  RUN  v4.1.5 /Users/robert/projects/contractkit/packages/plugin-python
7
-
8
- ✓ tests/codegen-models.test.ts (32 tests) 6ms
9
- ✓ tests/codegen-client.test.ts (27 tests) 5ms
10
-
11
-  Test Files  2 passed (2)
12
-  Tests  59 passed (59)
13
-  Start at  08:51:33
14
-  Duration  442ms (transform 229ms, setup 0ms, import 563ms, tests 11ms, environment 0ms)
15
-