prjct-cli 3.76.0 → 3.76.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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [3.76.1] - 2026-07-22
6
+
7
+ ### Fixed
8
+
9
+ - login and cloud API defaults: `cli.prjct.app` → `prjct.app`, `cli-api.prjct.app` → `api.prjct.app` (with legacy apiUrl migration)
10
+
5
11
  ## [3.76.0] - 2026-07-21
6
12
 
7
13
  ### Features
package/README.md CHANGED
@@ -650,7 +650,7 @@ tradeoffs: [docs/storage-and-paths.md](./docs/storage-and-paths.md).
650
650
 
651
651
  ## Links
652
652
 
653
- - [Website](https://cli.prjct.app)
653
+ - [Website](https://prjct.app)
654
654
  - [GitHub](https://github.com/prjct-app/cli)
655
655
  - [npm](https://www.npmjs.com/package/prjct-cli)
656
656
  - [Changelog](CHANGELOG.md)