lody 0.71.5 → 0.72.0

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.
@@ -1,4 +1,4 @@
1
- import { o as object, s as string, l as literal, b as boolean, a as _enum, u as union, n as number, d as discriminatedUnion, c as array, r as record, G as tuple, e as unknown } from "./schemas-CRNtikkJ.js";
1
+ import { o as object, s as string, l as literal, b as boolean, a as _enum, u as union, n as number, d as discriminatedUnion, c as array, r as record, G as tuple, e as unknown } from "./schemas-CDSDDVK-.js";
2
2
  import { execFile } from "node:child_process";
3
3
  import { readFile } from "node:fs/promises";
4
4
  import path__default from "node:path";
@@ -0,0 +1,11 @@
1
+ const name = "acp-extension-claude";
2
+ const version = "0.62.0";
3
+ const dependencies = { "@anthropic-ai/claude-agent-sdk": "0.3.220" };
4
+ const packageJson = {
5
+ name,
6
+ version,
7
+ dependencies
8
+ };
9
+ export {
10
+ packageJson as p
11
+ };
@@ -3,7 +3,7 @@ import { readFile, mkdir, writeFile, rename } from "node:fs/promises";
3
3
  import os__default from "node:os";
4
4
  import path__default from "node:path";
5
5
  import process from "node:process";
6
- const reviewViewerVersion = "0.71.5";
6
+ const reviewViewerVersion = "0.72.0";
7
7
  const reviewViewerSha256 = "e395b367a7644fe83bc050d0c646810914a2844824fd2b5d11d24ae4f55b6893";
8
8
  const reviewViewerFileName = "standalone.html";
9
9
  const DEFAULT_CDN_BASES = ["https://cdn.jsdelivr.net/npm", "https://unpkg.com"];
@@ -4765,12 +4765,12 @@ function preprocess(fn, schema) {
4765
4765
  }
4766
4766
  export {
4767
4767
  $constructor as $,
4768
- datetime as A,
4769
- custom as B,
4770
- toJSONSchema as C,
4771
- ZodOptional as D,
4772
- int as E,
4773
- url as F,
4768
+ looseObject as A,
4769
+ optional as B,
4770
+ datetime as C,
4771
+ custom as D,
4772
+ toJSONSchema as E,
4773
+ ZodOptional as F,
4774
4774
  tuple as G,
4775
4775
  NEVER as N,
4776
4776
  ZodNumber as Z,
@@ -4782,23 +4782,23 @@ export {
4782
4782
  unknown as e,
4783
4783
  ZodError as f,
4784
4784
  _null as g,
4785
- normalizeParams as h,
4786
- $ZodObject as i,
4787
- defineLazy as j,
4788
- $ZodType as k,
4785
+ intersection as h,
4786
+ int as i,
4787
+ url as j,
4788
+ normalizeParams as k,
4789
4789
  literal as l,
4790
- parse$1 as m,
4790
+ $ZodObject as m,
4791
4791
  number as n,
4792
4792
  object as o,
4793
4793
  preprocess as p,
4794
- safeParse$1 as q,
4794
+ defineLazy as q,
4795
4795
  record as r,
4796
4796
  string as s,
4797
- parseAsync$1 as t,
4797
+ $ZodType as t,
4798
4798
  union as u,
4799
- safeParseAsync$1 as v,
4800
- clone as w,
4801
- looseObject as x,
4802
- intersection as y,
4803
- optional as z
4799
+ parse$1 as v,
4800
+ safeParse$1 as w,
4801
+ parseAsync$1 as x,
4802
+ safeParseAsync$1 as y,
4803
+ clone as z
4804
4804
  };