@displaydev/cli 0.23.0 → 0.23.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.
Files changed (2) hide show
  1. package/dist/main.js +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -551,11 +551,11 @@ program.command('publish <path>').description('Publish an HTML or Markdown file.
551
551
  console.log(JSON.stringify(publicResult));
552
552
  process.stderr.write([
553
553
  '',
554
- "Published anonymously nobody owns this artifact yet.",
554
+ "Published anonymously. Claim it to make it yours.",
555
555
  " Preview: ".concat(publicResult.previewUrl),
556
556
  " Claim: ".concat(publicResult.claimUrl),
557
557
  " Expires: ".concat(publicResult.expiresAt),
558
- "Sign in at the claim URL to move it into your display.dev organization.",
558
+ "Sign up at the claim URL to move it into your display.dev organization.",
559
559
  ''
560
560
  ].join('\n'));
561
561
  return [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@displaydev/cli",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "dsp": "dist/main.js"