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.19.0
to
0.19.1
+4
-4
.turbo/turbo-build$colon$ci.log
> @contractkit/plugin-typescript@0.19.0 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.19.1 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> eslint --max-warnings=0 && pnpm run build
> @contractkit/plugin-typescript@0.19.0 build /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.19.1 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 317.00 KB
ESM ⚡️ Build success in 449ms
ESM ⚡️ Build success in 429ms
DTS Build start
DTS ⚡️ Build success in 6617ms
DTS ⚡️ Build success in 5070ms
DTS dist/index.d.ts 1.82 KB
> @contractkit/plugin-typescript@0.19.0 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> @contractkit/plugin-typescript@0.19.1 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-typescript
> vitest run --coverage

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

✓ tests/codegen-contract.test.ts (124 tests) 300ms
✓ tests/codegen-operation.test.ts (88 tests) 264ms
✓ tests/codegen-sdk.test.ts (131 tests) 201ms
✓ tests/codegen-plain-types.test.ts (61 tests) 34ms
✓ tests/pipeline.test.ts (25 tests) 198ms
✓ tests/codegen-server.test.ts (19 tests) 28ms
✓ tests/codegen-contract.test.ts (124 tests) 95ms
✓ tests/codegen-sdk.test.ts (131 tests) 179ms
✓ tests/codegen-operation.test.ts (88 tests) 62ms
✓ tests/codegen-plain-types.test.ts (61 tests) 39ms
✓ tests/codegen-server.test.ts (19 tests) 84ms
✓ tests/pipeline.test.ts (25 tests) 217ms
 Test Files  6 passed (6)
 Tests  448 passed (448)
 Start at  11:09:07
 Duration  7.56s (transform 4.43s, setup 0ms, import 15.37s, tests 1.02s, environment 1ms)
 Start at  11:16:36
 Duration  7.07s (transform 4.48s, setup 0ms, import 13.30s, tests 677ms, environment 20ms)

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

# @contractkit/contractkit-plugin-typescript
## 0.19.1
### Patch Changes
- 130d53b: Fix `stableStringify` (and therefore `hashFingerprint` / `runIncrementalCodegen`) crashing with "Do not know how to serialize a BigInt" when an AST payload contains a `bigint` default or literal. Bigints now serialize as a tagged string `"<bigint:VALUE>"` so they're stable in fingerprints and distinguishable from plain strings. `undefined` is also normalized to `null` so `{a: undefined}` and `{}` don't collide.
- Updated dependencies [130d53b]
- @contractkit/core@0.15.1
## 0.19.0

@@ -4,0 +12,0 @@

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

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-07T11:09:15.235Z
at 2026-05-07T11:16:43.674Z
</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-07T11:09:15.235Z
at 2026-05-07T11:16:43.674Z
</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-07T11:09:15.235Z
at 2026-05-07T11:16:43.674Z
</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-07T11:09:15.235Z
at 2026-05-07T11:16:43.674Z
</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-07T11:09:15.235Z
at 2026-05-07T11:16:43.674Z
</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-07T11:09:15.235Z
at 2026-05-07T11:16:43.674Z
</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-07T11:09:15.235Z
at 2026-05-07T11:16:43.674Z
</div>

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

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

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

"dependencies": {
"@contractkit/core": "0.15.0"
"@contractkit/core": "0.15.1"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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