opencodekit 0.18.13 → 0.18.14

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/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import { copyFileSync, existsSync, lstatSync, mkdirSync, readFileSync, readdirSy
8
8
  import { homedir, hostname, platform, release } from "node:os";
9
9
  import { basename, dirname, join, relative } from "node:path";
10
10
  import envPaths from "env-paths";
11
- import { machineIdSync } from "node-machine-id";
11
+ import machineId from "node-machine-id";
12
12
  import { z } from "zod";
13
13
  import { execSync, spawn } from "node:child_process";
14
14
  import { fileURLToPath } from "node:url";
@@ -20,10 +20,11 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
20
20
 
21
21
  //#endregion
22
22
  //#region package.json
23
- var version = "0.18.13";
23
+ var version = "0.18.14";
24
24
 
25
25
  //#endregion
26
26
  //#region src/utils/license.ts
27
+ const { machineIdSync } = machineId;
27
28
  const LICENSE_API_BASE_URL = process.env.OCK_LICENSE_API_BASE_URL ?? "https://payments-api.opencodekit.xyz";
28
29
  const LICENSE_REQUEST_TIMEOUT_MS = 1e4;
29
30
  const LICENSE_HMAC_SECRET = process.env.OCK_LICENSE_HMAC_SECRET ?? "ock-license-v1-local-integrity";
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencodekit",
3
- "version": "0.18.13",
3
+ "version": "0.18.14",
4
4
  "description": "CLI tool for bootstrapping and managing OpenCodeKit projects",
5
5
  "keywords": [
6
6
  "agents",