@archildata/client
v0.8.30
Published
Deprecated — install `disk` (pure-JS API+CLI) and/or `@archildata/native` (low-level protocol client) instead.
Readme
@archildata/client (deprecated)
This package has been renamed and split. Please migrate:
- For the pure-JS API client and CLI: install
disk. - For low-level native protocol access (rarely needed — most users want
disk execor thearchilCLI): install@archildata/native.
// before
import { Archil, ArchilClient } from "@archildata/client";
// after
import { Archil } from "disk";
import { ArchilClient } from "@archildata/native";This 0.2.x release is a one-time compatibility shim that re-exports both packages so existing imports keep working. It will receive no further updates.
