infernoflow 0.38.5 → 0.38.6
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -250,6 +250,18 @@
|
|
|
250
250
|
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
251
251
|
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
252
252
|
|
|
253
|
+
- v0.38.6
|
|
254
|
+
- v0.38.5 — fix cloud push: use anon key + user_token
|
|
255
|
+
- v0.38.4 — login via GitHub Device Flow, no redirects
|
|
256
|
+
- v0.38.3 — fix login: use implicit flow
|
|
257
|
+
- v0.38.2 — fix login PKCE flow
|
|
258
|
+
- v0.38.1
|
|
259
|
+
- v0.38.0 — cloud login + auto-push to Supabase on every log
|
|
260
|
+
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
261
|
+
- v0.37.4
|
|
262
|
+
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
263
|
+
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
264
|
+
|
|
253
265
|
## 0.10.25 — 2026-04-22
|
|
254
266
|
|
|
255
267
|
### Added
|
package/package.json
CHANGED