prjct-cli 1.48.0 → 1.49.0
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 +14 -0
- package/dist/bin/prjct-core.mjs +264 -248
- package/dist/daemon/entry.mjs +194 -178
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.49.0] - 2026-02-27
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- prjct login — browser-based OTP auth (#228)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.48.1] - 2026-02-27
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- wire auth command in registry and bypass setup check (#227)
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [1.48.0] - 2026-02-27
|
|
4
18
|
|
|
5
19
|
### Features
|