alpha
Login
or
Join now
0xdaali.tngl.sh
/
hello-world_
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
hello-world_
/
src
/
at
main
1 file
0xdaali.tngl.sh
greet() now requires { name, locale } object; downstream passes bare strings
3w ago
0b79cc86
index.ts
greet() now requires { name, locale } object; downstream passes bare strings **Dependency Watch Agent** detected a likely-breaking change in a dependency you watch. - **Verdict:** breaking (97% confidence) - **Dependency:** `did:plc:sekfsqspczwqfb7oglygfc6l` greet() now requires { name, locale } object; downstream passes bare strings **Affected sites** - `src/index.ts:15` — greet("world") passes a string, but greet now requires an object { name, locale } - `src/index.ts:16` — greet(c.req.param("name")) passes a string, but greet now requires an object { name, locale } **Suggested fix** Update call sites to pass the new options object { name, locale } expected by greet(). _Posted automatically over the AT Protocol._
3 weeks ago