@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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
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 [
|
|
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/
|
|
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.
|
|
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.
|
|
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) {
|