@contractkit/plugin-typescript 0.31.0 → 0.31.1

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 188.58 KB
9
9
  ESM dist/index.js.map 418.71 KB
10
- ESM ⚡️ Build success in 349ms
10
+ ESM ⚡️ Build success in 589ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 6786ms
12
+ DTS ⚡️ Build success in 7825ms
13
13
  DTS dist/index.d.ts 4.55 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 (128 tests) 252ms
7
- ✓ tests/codegen-sdk.test.ts (152 tests) 272ms
8
- ✓ tests/codegen-operation.test.ts (129 tests) 267ms
9
- ✓ tests/pipeline.test.ts (28 tests) 181ms
10
- ✓ tests/codegen-plain-types.test.ts (66 tests) 37ms
11
- ✓ tests/codegen-server.test.ts (25 tests) 100ms
12
- ✓ tests/codegen-mcp.test.ts (24 tests) 34ms
13
- ✓ tests/escaping-security.test.ts (18 tests) 23ms
6
+ ✓ tests/codegen-contract.test.ts (128 tests) 249ms
7
+ ✓ tests/codegen-sdk.test.ts (152 tests) 296ms
8
+ ✓ tests/codegen-operation.test.ts (129 tests) 235ms
9
+ ✓ tests/codegen-server.test.ts (25 tests) 107ms
10
+ ✓ tests/codegen-plain-types.test.ts (66 tests) 46ms
11
+ ✓ tests/pipeline.test.ts (28 tests) 320ms
12
+ ✓ tests/codegen-mcp.test.ts (24 tests) 42ms
13
+ ✓ tests/escaping-security.test.ts (18 tests) 65ms
14
14
 
15
15
   Test Files  8 passed (8)
16
16
   Tests  570 passed (570)
17
-  Start at  16:09:43
18
-  Duration  9.90s (transform 4.89s, setup 0ms, import 19.21s, tests 1.17s, environment 1ms)
17
+  Start at  17:32:01
18
+  Duration  11.21s (transform 7.13s, setup 0ms, import 22.29s, tests 1.36s, environment 2ms)
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.31.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ab69718]
8
+ - @contractkit/core@0.26.0
9
+
3
10
  ## 0.31.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-typescript",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
4
4
  "description": "ContractKit built-in plugin: TypeScript codegen (SDK clients, Koa routers, Zod schemas, plain types)",
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.25.0"
29
+ "@contractkit/core": "0.26.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@repo/config-eslint": "0.3.1",