@01.works/visual-review 0.17.0 → 0.17.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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2052,7 +2052,7 @@ Revokes the remote session before removing the local credential unless --local-o
2052
2052
  `
2053
2053
  };
2054
2054
  var CLI_COMMAND_NAMES = Object.keys(CLI_HELP_TOPICS);
2055
- var CLI_VERSION = "0.17.0";
2055
+ var CLI_VERSION = "0.17.1";
2056
2056
  var CliUsageError = class extends Error {
2057
2057
  };
2058
2058
  function parseCliCommand(args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@01.works/visual-review",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "Invitation-only visual feedback for staging websites, hosted by 01.works.",
5
5
  "repository": {
6
6
  "type": "git",