prjct-cli 1.49.0 → 1.50.2
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 +19 -0
- package/dist/bin/prjct-core.mjs +332 -287
- package/dist/daemon/entry.mjs +296 -251
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.50.2] - 2026-03-03
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- guard against undefined decision.contexts in pattern-store (#230)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.50.1] - 2026-03-02
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fix crash in pattern-store when decision.contexts is undefined (legacy data)
|
|
14
|
+
|
|
15
|
+
## [1.50.0] - 2026-02-27
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- auth UX overhaul — out.* utilities, branded browser page, auto-sync (#229)
|
|
20
|
+
|
|
21
|
+
|
|
3
22
|
## [1.49.0] - 2026-02-27
|
|
4
23
|
|
|
5
24
|
### Features
|