JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5552
  • Score
    100M100P100Q9514F
  • License MIT

Deprecated — install `disk` (pure-JS API+CLI) and/or `@archildata/native` (low-level protocol client) instead.

Package Exports

  • @archildata/client
  • @archildata/client/api
  • @archildata/client/native

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 exec or the archil CLI): 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.