@legacycodehq/clarity 0.16.1 → 0.16.7

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
@@ -1,8 +1,8 @@
1
1
  # Clarity
2
2
 
3
- [![Built with Clarity](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FLegacyCodeHQ%2Fclarity%2Frefs%2Fheads%2Fmain%2Fbadges%2Fshields.io.json)](https://github.com/LegacyCodeHQ/clarity)
4
- [![License](https://img.shields.io/github/license/LegacyCodeHQ/clarity)](LICENSE)
5
- [![Release](https://img.shields.io/github/v/release/LegacyCodeHQ/clarity)](https://github.com/LegacyCodeHQ/clarity/releases)
3
+ [![Built with Clarity](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FLegacyCodeHQ%2Fclarity-cli%2Frefs%2Fheads%2Fmain%2Fbadges%2Fshields.io.json)](https://github.com/LegacyCodeHQ/clarity-cli)
4
+ [![License](https://img.shields.io/github/license/LegacyCodeHQ/clarity-cli)](LICENSE)
5
+ [![Release](https://img.shields.io/github/v/release/LegacyCodeHQ/clarity-cli)](https://github.com/LegacyCodeHQ/clarity-cli/releases)
6
6
  [![npm version](https://img.shields.io/npm/v/@legacycodehq/clarity)](https://www.npmjs.com/package/@legacycodehq/clarity)
7
7
  [![Go Report Card](https://goreportcard.com/badge/github.com/LegacyCodeHQ/clarity)](https://goreportcard.com/report/github.com/LegacyCodeHQ/clarity)
8
8
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@legacycodehq/clarity",
3
- "version": "0.16.1",
3
+ "version": "0.16.7",
4
4
  "description": "Clarity CLI npm wrapper package",
5
5
  "license": "AGPL-3.0-only",
6
- "homepage": "https://github.com/LegacyCodeHQ/clarity",
6
+ "homepage": "https://github.com/LegacyCodeHQ/clarity-cli",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/LegacyCodeHQ/clarity.git"
9
+ "url": "git+https://github.com/LegacyCodeHQ/clarity-cli.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/LegacyCodeHQ/clarity/issues"
12
+ "url": "https://github.com/LegacyCodeHQ/clarity-cli/issues"
13
13
  },
14
14
  "bin": {
15
15
  "clarity": "bin/clarity.js"
@@ -9,7 +9,7 @@ const https = require('node:https');
9
9
  const { pipeline } = require('node:stream/promises');
10
10
 
11
11
  const OWNER = 'LegacyCodeHQ';
12
- const REPO = 'clarity';
12
+ const REPO = 'clarity-cli';
13
13
  const packageJson = require('../package.json');
14
14
 
15
15
  function toTarget(platform, arch) {