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

@contractkit/cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contractkit/cli - npm Package Compare versions

Comparing version
0.10.0
to
0.10.1
+1
-1
.turbo/turbo-build$colon$ci.log

@@ -10,2 +10,2 @@ $ eslint --max-warnings=0 && pnpm run build

ESM dist/cli.js.map 63.60 KB
ESM ⚡️ Build success in 48ms
ESM ⚡️ Build success in 40ms

@@ -6,11 +6,11 @@ $ vitest run --coverage

✓ tests/cache.test.ts (11 tests) 23ms
✓ tests/compiler-fingerprint.test.ts (12 tests) 36ms
✓ tests/config.test.ts (13 tests) 20ms
✓ tests/resolve-plugin-extensions.test.ts (14 tests) 25ms
✓ tests/compiler-fingerprint.test.ts (12 tests) 21ms
✓ tests/cache.test.ts (11 tests) 34ms
✓ tests/config.test.ts (13 tests) 22ms
✓ tests/resolve-plugin-extensions.test.ts (14 tests) 20ms
 Test Files  4 passed (4)
 Tests  50 passed (50)
 Start at  20:26:37
 Duration  1.27s (transform 376ms, setup 0ms, import 1.24s, tests 104ms, environment 1ms)
 Start at  19:14:46
 Duration  1.28s (transform 436ms, setup 0ms, import 1.17s, tests 97ms, environment 1ms)

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

# @contractkit/cli
## 0.10.1
### Patch Changes
- Updated dependencies [fff30df]
- @contractkit/core@0.21.0
- @contractkit/openapi-to-ck@0.9.0
## 0.10.0

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

@@ -496,3 +496,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-15T20:26:39.054Z
at 2026-06-12T19:14:47.936Z
</div>

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

<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1778876799067" clover="3.2.0">
<project timestamp="1778876799067" name="All files">
<coverage generated="1781291687947" clover="3.2.0">
<project timestamp="1781291687948" name="All files">
<metrics statements="128" coveredstatements="106" conditionals="73" coveredconditionals="64" methods="23" coveredmethods="20" elements="224" coveredelements="190" complexity="0" loc="128" ncloc="128" packages="1" files="4" classes="4"/>

@@ -5,0 +5,0 @@ <file name="cache.ts" path="/home/runner/work/ContractKit/ContractKit/apps/cli/src/cache.ts">

@@ -250,3 +250,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-15T20:26:39.054Z
at 2026-06-12T19:14:47.936Z
</div>

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

@@ -469,3 +469,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-15T20:26:39.054Z
at 2026-06-12T19:14:47.936Z
</div>

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

@@ -149,3 +149,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-15T20:26:39.054Z
at 2026-06-12T19:14:47.936Z
</div>

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

@@ -442,3 +442,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-15T20:26:39.054Z
at 2026-06-12T19:14:47.936Z
</div>

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

{
"name": "@contractkit/cli",
"version": "0.10.0",
"version": "0.10.1",
"description": "Compiler for .ck files",

@@ -31,4 +31,4 @@ "author": {

"glob": "^13.0.6",
"@contractkit/openapi-to-ck": "0.8.2",
"@contractkit/core": "0.20.0"
"@contractkit/core": "0.21.0",
"@contractkit/openapi-to-ck": "0.9.0"
},

@@ -35,0 +35,0 @@ "peerDependencies": {