@kata.dev/challenge-cli 1.2.0 → 1.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kata.dev/challenge-cli",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "type": "module",
5
5
  "description": "CLI for authoring, packing, validating, and publishing Eval Engine challenges",
6
6
  "bin": {
@@ -5,7 +5,7 @@ import ora from 'ora';
5
5
  import { resolveApiUrl, resolveToken } from '../lib/config.js';
6
6
  import { requestJson, fetchWithTimeout } from '../lib/http.js';
7
7
  import { assertSlug } from '../lib/helpers.js';
8
- import tar from 'tar';
8
+ import * as tar from 'tar';
9
9
 
10
10
  export function registerStartCommand(program) {
11
11
  program