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.0
to
0.17.1
+4
-6
.turbo/turbo-build$colon$ci.log

@@ -1,9 +0,7 @@

 WARN  Issue while reading "/home/runner/work/ContractKit/ContractKit/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
> @contractkit/plugin-typescript@0.17.0 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.17.1 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> eslint --max-warnings=0 && pnpm run build
 WARN  Issue while reading "/home/runner/work/ContractKit/ContractKit/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
> @contractkit/plugin-typescript@0.17.0 build /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.17.1 build /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration

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

ESM dist/index.js.map 269.86 KB
ESM ⚡️ Build success in 321ms
ESM ⚡️ Build success in 395ms
DTS Build start
DTS ⚡️ Build success in 5018ms
DTS ⚡️ Build success in 5140ms
DTS dist/index.d.ts 3.44 KB
+9
-10

@@ -1,4 +0,3 @@

 WARN  Issue while reading "/home/runner/work/ContractKit/ContractKit/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
> @contractkit/plugin-typescript@0.17.0 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.17.1 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> vitest run --coverage

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

✓ tests/codegen-operation.test.ts (88 tests) 117ms
✓ tests/codegen-contract.test.ts (122 tests) 181ms
✓ tests/codegen-sdk.test.ts (123 tests) 181ms
✓ tests/codegen-plain-types.test.ts (58 tests) 35ms
✓ tests/codegen-server.test.ts (15 tests) 19ms
✓ tests/pipeline.test.ts (25 tests) 162ms
✓ tests/codegen-operation.test.ts (88 tests) 253ms
✓ tests/codegen-contract.test.ts (122 tests) 275ms
✓ tests/codegen-sdk.test.ts (123 tests) 313ms
✓ tests/codegen-plain-types.test.ts (58 tests) 34ms
✓ tests/codegen-server.test.ts (15 tests) 23ms
✓ tests/pipeline.test.ts (25 tests) 97ms
 Test Files  6 passed (6)
 Tests  431 passed (431)
 Start at  20:56:41
 Duration  6.44s (transform 3.92s, setup 0ms, import 13.45s, tests 694ms, environment 1ms)
 Start at  17:30:30
 Duration  6.90s (transform 4.12s, setup 0ms, import 14.10s, tests 995ms, environment 1ms)

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

# @contractkit/contractkit-plugin-typescript
## 0.17.1
### Patch Changes
- Updated dependencies [876696f]
- @contractkit/core@0.12.0
## 0.17.0

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

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

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-04-30T20:56:48.353Z
at 2026-05-01T17:30:37.719Z
</div>

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

@@ -889,3 +889,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-04-30T20:56:48.353Z
at 2026-05-01T17:30:37.719Z
</div>

@@ -892,0 +892,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-04-30T20:56:48.353Z
at 2026-05-01T17:30:37.719Z
</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-04-30T20:56:48.353Z
at 2026-05-01T17:30:37.719Z
</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-04-30T20:56:48.353Z
at 2026-05-01T17:30:37.719Z
</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-04-30T20:56:48.353Z
at 2026-05-01T17:30:37.719Z
</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-04-30T20:56:48.353Z
at 2026-05-01T17:30:37.719Z
</div>

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

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

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

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

@@ -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