@contractkit/plugin-python 0.12.2 → 0.12.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.
@@ -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 52.19 KB
9
9
  ESM dist/index.js.map 110.13 KB
10
- ESM ⚡️ Build success in 255ms
10
+ ESM ⚡️ Build success in 228ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 4908ms
12
+ DTS ⚡️ Build success in 3713ms
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-models.test.ts (36 tests) 84ms
7
- ✓ tests/codegen-client.test.ts (35 tests) 98ms
6
+ ✓ tests/codegen-client.test.ts (35 tests) 67ms
7
+ ✓ tests/codegen-models.test.ts (36 tests) 80ms
8
8
 
9
9
   Test Files  2 passed (2)
10
10
   Tests  71 passed (71)
11
-  Start at  13:44:24
12
-  Duration  6.00s (transform 2.29s, setup 0ms, import 7.92s, tests 182ms, environment 0ms)
11
+  Start at  16:35:30
12
+  Duration  4.12s (transform 843ms, setup 0ms, import 5.64s, tests 146ms, environment 10ms)
13
13
 
14
14
   % Coverage report from v8
15
15
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @contractkit/contractkit-plugin-python
2
2
 
3
+ ## 0.12.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [aea5e21]
8
+ - Updated dependencies [5dc2693]
9
+ - @contractkit/core@0.27.0
10
+
3
11
  ## 0.12.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-python",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "ContractKit built-in plugin: Python SDK client generation (Pydantic v2 + httpx)",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -27,7 +27,7 @@
27
27
  ".": "./dist/index.js"
28
28
  },
29
29
  "dependencies": {
30
- "@contractkit/core": "0.26.1"
30
+ "@contractkit/core": "0.27.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "unplugin-swc": "^1.5.9",