@contractkit/plugin-typescript 0.33.1 → 0.33.2

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 210.74 KB
9
9
  ESM dist/index.js.map 480.07 KB
10
- ESM ⚡️ Build success in 359ms
10
+ ESM ⚡️ Build success in 537ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 6133ms
12
+ DTS ⚡️ Build success in 4711ms
13
13
  DTS dist/index.d.ts 5.14 KB
@@ -3,19 +3,19 @@ $ vitest run --coverage
3
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
4
4
  Coverage enabled with v8
5
5
 
6
- ✓ tests/codegen-contract.test.ts (140 tests) 154ms
7
- ✓ tests/codegen-operation.test.ts (155 tests) 220ms
8
- ✓ tests/codegen-sdk.test.ts (159 tests) 227ms
9
- ✓ tests/codegen-plain-types.test.ts (66 tests) 61ms
10
- ✓ tests/codegen-server.test.ts (30 tests) 143ms
11
- ✓ tests/pipeline.test.ts (30 tests) 269ms
12
- ✓ tests/codegen-mcp.test.ts (24 tests) 57ms
13
- ✓ tests/escaping-security.test.ts (18 tests) 24ms
6
+ ✓ tests/codegen-contract.test.ts (140 tests) 291ms
7
+ ✓ tests/codegen-operation.test.ts (155 tests) 339ms
8
+ ✓ tests/codegen-sdk.test.ts (159 tests) 336ms
9
+ ✓ tests/codegen-server.test.ts (30 tests) 106ms
10
+ ✓ tests/codegen-plain-types.test.ts (66 tests) 90ms
11
+ ✓ tests/pipeline.test.ts (30 tests) 458ms
12
+ ✓ tests/codegen-mcp.test.ts (24 tests) 81ms
13
+ ✓ tests/escaping-security.test.ts (18 tests) 35ms
14
14
 
15
15
   Test Files  8 passed (8)
16
16
   Tests  622 passed (622)
17
-  Start at  18:42:58
18
-  Duration  10.53s (transform 7.47s, setup 0ms, import 19.72s, tests 1.15s, environment 1ms)
17
+  Start at  19:19:25
18
+  Duration  10.45s (transform 4.58s, setup 0ms, import 19.71s, tests 1.74s, environment 1ms)
19
19
 
20
20
   % Coverage report from v8
21
21
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @contractkit/contractkit-plugin-typescript
2
2
 
3
+ ## 0.33.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [74b8a28]
8
+ - @contractkit/core@0.28.2
9
+
3
10
  ## 0.33.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-typescript",
3
- "version": "0.33.1",
3
+ "version": "0.33.2",
4
4
  "description": "ContractKit built-in plugin: TypeScript codegen (SDK clients, Koa routers, Zod schemas, plain types)",
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.28.1"
30
+ "@contractkit/core": "0.28.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@repo/config-eslint": "0.3.1",