byr-pt-cli 0.1.2 → 0.1.3

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,9 +1,9 @@
1
1
  import { renderDownloadOutput, runDownloadCommand } from "./commands/download.mjs";
2
2
  import { renderGetOutput, runGetCommand } from "./commands/get.mjs";
3
3
  import { renderSearchOutput, runSearchCommand } from "./commands/search.mjs";
4
- import { a as BYR_INCLDEAD_FACET, c as parseCategoryAliases, i as BYR_BOOKMARKED_FACET, l as parseSimpleFacetAliases, o as BYR_SPSTATE_FACET, s as getByrMetadata, t as createByrClient } from "./client-DT9oDCaE.mjs";
4
+ import { a as BYR_INCLDEAD_FACET, c as parseCategoryAliases, i as BYR_BOOKMARKED_FACET, l as parseSimpleFacetAliases, o as BYR_SPSTATE_FACET, s as getByrMetadata, t as createByrClient } from "./client-CXGKExl2.mjs";
5
5
  import { mkdir, readFile, rm, stat, writeFile } from "node:fs/promises";
6
- import { CliAppError, EXIT_CODES, createCommandContext, createErrorEnvelope, createSuccessEnvelope, mapErrorCodeToExitCode, toCliAppError } from "@onemoreproduct/cli-core";
6
+ import { CliAppError, EXIT_CODES, createCommandContext, createErrorEnvelope, createSuccessEnvelope, mapErrorCodeToExitCode, toCliAppError } from "clawkit-cli-core";
7
7
  import { copyFileSync, existsSync, readFileSync, rmSync, statSync } from "node:fs";
8
8
  import { homedir, tmpdir } from "node:os";
9
9
  import { dirname, join } from "node:path";
package/dist/cli.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import "./client-DT9oDCaE.mjs";
2
- import { t as runCli } from "./cli-B6Pr98en.mjs";
1
+ import "./client-CXGKExl2.mjs";
2
+ import { t as runCli } from "./cli-CC0lT9lS.mjs";
3
3
 
4
4
  export { runCli };
@@ -1,4 +1,4 @@
1
- import { CliAppError } from "@onemoreproduct/cli-core";
1
+ import { CliAppError } from "clawkit-cli-core";
2
2
 
3
3
  //#region src/domain/byr-metadata.ts
4
4
  function aliases(value, ...extra) {
@@ -1,4 +1,4 @@
1
- import { CliAppError } from "@onemoreproduct/cli-core";
1
+ import { CliAppError } from "clawkit-cli-core";
2
2
 
3
3
  //#region src/commands/download.ts
4
4
  async function runDownloadCommand(client, input) {
@@ -1,4 +1,4 @@
1
- import { CliAppError } from "@onemoreproduct/cli-core";
1
+ import { CliAppError } from "clawkit-cli-core";
2
2
 
3
3
  //#region src/commands/get.ts
4
4
  async function runGetCommand(client, input) {
@@ -1,4 +1,4 @@
1
- import { CliAppError } from "@onemoreproduct/cli-core";
1
+ import { CliAppError } from "clawkit-cli-core";
2
2
 
3
3
  //#region src/commands/search.ts
4
4
  async function runSearchCommand(client, input) {
@@ -1,3 +1,3 @@
1
- import { n as createByrClientFromEnv, r as createMockByrClient, t as createByrClient } from "../client-DT9oDCaE.mjs";
1
+ import { n as createByrClientFromEnv, r as createMockByrClient, t as createByrClient } from "../client-CXGKExl2.mjs";
2
2
 
3
3
  export { createByrClient, createByrClientFromEnv, createMockByrClient };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import "./client-DT9oDCaE.mjs";
3
- import { t as runCli } from "./cli-B6Pr98en.mjs";
2
+ import "./client-CXGKExl2.mjs";
3
+ import { t as runCli } from "./cli-CC0lT9lS.mjs";
4
4
 
5
5
  //#region src/index.ts
6
6
  const exitCode = await runCli(process.argv.slice(2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byr-pt-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "description": "BYR CLI with OpenClaw-friendly JSON contract",
6
6
  "license": "MIT",