@zoralabs/cli 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -70,8 +70,8 @@ To configure wallet or API key individually (without running the full setup flow
70
70
 
71
71
  ## Documentation
72
72
 
73
- Full documentation is available at [docs.zora.co](https://docs.zora.co/).
73
+ Full documentation is available at [cli.zora.com](https://cli.zora.com/).
74
74
 
75
75
  ## Feedback
76
76
 
77
- Reach out at [x.com/zoradevs](https://x.com/zoradevs) or [warpcast/~/channel/zora-devs](https://warpcast.com/~/channel/zora-devs).
77
+ Reach out at [x.com/zorasupport](https://x.com/zorasupport) or [support.zora.co](https://support.zora.co).
package/dist/index.js CHANGED
@@ -441,7 +441,7 @@ var getClient = () => {
441
441
  return client;
442
442
  };
443
443
  var commonProperties = () => ({
444
- cli_version: true ? "1.0.0" : "development",
444
+ cli_version: true ? "1.0.1" : "development",
445
445
  os: process.platform,
446
446
  arch: process.arch,
447
447
  node_version: process.version
@@ -5374,7 +5374,7 @@ import { jsx as jsx17 } from "react/jsx-runtime";
5374
5374
  if (process.env.ZORA_API_TARGET) {
5375
5375
  setApiBaseUrl(process.env.ZORA_API_TARGET);
5376
5376
  }
5377
- var version = true ? "1.0.0" : JSON.parse(
5377
+ var version = true ? "1.0.1" : JSON.parse(
5378
5378
  readFileSync2(new URL("../package.json", import.meta.url), "utf-8")
5379
5379
  ).version;
5380
5380
  function styledHelpWriteOut(showHeader) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Zora CLI tool",
5
5
  "type": "module",
6
6
  "bin": {