Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@contractkit/plugin-typescript

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contractkit/plugin-typescript - npm Package Compare versions

Comparing version
0.17.4
to
0.17.5
+4
-4
.turbo/turbo-build$colon$ci.log
> @contractkit/plugin-typescript@0.17.4 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.17.5 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> eslint --max-warnings=0 && pnpm run build
> @contractkit/plugin-typescript@0.17.4 build /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.17.5 build /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration

@@ -16,5 +16,5 @@

ESM dist/index.js.map 274.93 KB
ESM ⚡️ Build success in 216ms
ESM ⚡️ Build success in 349ms
DTS Build start
DTS ⚡️ Build success in 5850ms
DTS ⚡️ Build success in 5193ms
DTS dist/index.d.ts 3.44 KB
> @contractkit/plugin-typescript@0.17.4 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.17.5 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> vitest run --coverage

@@ -9,13 +9,13 @@

✓ tests/codegen-operation.test.ts (88 tests) 98ms
✓ tests/codegen-contract.test.ts (124 tests) 242ms
✓ tests/codegen-sdk.test.ts (123 tests) 282ms
✓ tests/codegen-plain-types.test.ts (61 tests) 45ms
✓ tests/codegen-server.test.ts (15 tests) 22ms
✓ tests/pipeline.test.ts (25 tests) 120ms
✓ tests/codegen-contract.test.ts (124 tests) 98ms
✓ tests/codegen-operation.test.ts (88 tests) 134ms
✓ tests/codegen-sdk.test.ts (123 tests) 127ms
✓ tests/codegen-server.test.ts (15 tests) 26ms
✓ tests/codegen-plain-types.test.ts (61 tests) 38ms
✓ tests/pipeline.test.ts (25 tests) 185ms
 Test Files  6 passed (6)
 Tests  436 passed (436)
 Start at  15:55:13
 Duration  6.81s (transform 3.80s, setup 0ms, import 13.43s, tests 808ms, environment 1ms)
 Start at  12:37:07
 Duration  6.66s (transform 3.78s, setup 0ms, import 13.89s, tests 608ms, environment 9ms)

@@ -22,0 +22,0 @@  % Coverage report from v8

# @contractkit/contractkit-plugin-typescript
## 0.17.5
### Patch Changes
- Updated dependencies [a9e9ec0]
- @contractkit/core@0.14.0
## 0.17.4

@@ -4,0 +11,0 @@

@@ -119,3 +119,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-05T15:55:20.433Z
at 2026-05-06T12:37:14.475Z
</div>

@@ -122,0 +122,0 @@ <script src="prettify.js"></script>

@@ -985,3 +985,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-05T15:55:20.433Z
at 2026-05-06T12:37:14.475Z
</div>

@@ -988,0 +988,0 @@ <script src="../prettify.js"></script>

@@ -194,3 +194,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-05T15:55:20.433Z
at 2026-05-06T12:37:14.475Z
</div>

@@ -197,0 +197,0 @@ <script src="../prettify.js"></script>

@@ -637,3 +637,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-05T15:55:20.433Z
at 2026-05-06T12:37:14.475Z
</div>

@@ -640,0 +640,0 @@ <script src="../prettify.js"></script>

@@ -580,3 +580,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-05T15:55:20.433Z
at 2026-05-06T12:37:14.475Z
</div>

@@ -583,0 +583,0 @@ <script src="../prettify.js"></script>

@@ -814,3 +814,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-05T15:55:20.433Z
at 2026-05-06T12:37:14.475Z
</div>

@@ -817,0 +817,0 @@ <script src="../prettify.js"></script>

@@ -104,3 +104,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-05T15:55:20.433Z
at 2026-05-06T12:37:14.475Z
</div>

@@ -107,0 +107,0 @@ <script src="../prettify.js"></script>

{
"name": "@contractkit/plugin-typescript",
"version": "0.17.4",
"version": "0.17.5",
"description": "ContractKit built-in plugin: TypeScript codegen (SDK clients, Koa routers, Zod schemas, plain types)",

@@ -29,7 +29,7 @@ "author": {

"dependencies": {
"@contractkit/core": "0.13.0"
"@contractkit/core": "0.14.0"
},
"devDependencies": {
"@repo/config-typescript": "0.1.0",
"@repo/config-eslint": "0.3.1"
"@repo/config-eslint": "0.3.1",
"@repo/config-typescript": "0.1.0"
},

@@ -36,0 +36,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display