source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update astro dependency to version 5.17.3 in package.json and package-lock.json for improved features and bug fixes

+519 -79
+509 -57
package-lock.json
··· 10 10 "license": "ISC", 11 11 "dependencies": { 12 12 "@astrojs/cloudflare": "^12.6.12", 13 - "astro": "^5.16.8" 13 + "astro": "^5.17.3" 14 14 } 15 15 }, 16 16 "node_modules/@astrojs/cloudflare": { ··· 1893 1893 } 1894 1894 }, 1895 1895 "node_modules/astro": { 1896 - "version": "5.16.8", 1897 - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.8.tgz", 1898 - "integrity": "sha512-gzZE+epuCrNuxOa8/F1dzkllDOFvxWhGeobQKeBRIAef5sUpUKMHZo/8clse+02rYnKJCgwXBgjW4uTu9mqUUw==", 1896 + "version": "5.17.3", 1897 + "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.3.tgz", 1898 + "integrity": "sha512-69dcfPe8LsHzklwj+hl+vunWUbpMB6pmg35mACjetxbJeUNNys90JaBM8ZiwsPK689SAj/4Zqb1ayaANls9/MA==", 1899 1899 "license": "MIT", 1900 1900 "peer": true, 1901 1901 "dependencies": { ··· 1917 1917 "cssesc": "^3.0.0", 1918 1918 "debug": "^4.4.3", 1919 1919 "deterministic-object-hash": "^2.0.2", 1920 - "devalue": "^5.6.1", 1921 - "diff": "^5.2.0", 1920 + "devalue": "^5.6.2", 1921 + "diff": "^8.0.3", 1922 1922 "dlv": "^1.1.3", 1923 1923 "dset": "^3.1.4", 1924 1924 "es-module-lexer": "^1.7.0", 1925 - "esbuild": "^0.25.0", 1925 + "esbuild": "^0.27.3", 1926 1926 "estree-walker": "^3.0.3", 1927 1927 "flattie": "^1.1.1", 1928 1928 "fontace": "~0.4.0", ··· 1943 1943 "prompts": "^2.4.2", 1944 1944 "rehype": "^13.0.2", 1945 1945 "semver": "^7.7.3", 1946 - "shiki": "^3.20.0", 1946 + "shiki": "^3.21.0", 1947 1947 "smol-toml": "^1.6.0", 1948 1948 "svgo": "^4.0.0", 1949 1949 "tinyexec": "^1.0.2", 1950 1950 "tinyglobby": "^0.2.15", 1951 1951 "tsconfck": "^3.1.6", 1952 1952 "ultrahtml": "^1.6.0", 1953 - "unifont": "~0.7.1", 1953 + "unifont": "~0.7.3", 1954 1954 "unist-util-visit": "^5.0.0", 1955 - "unstorage": "^1.17.3", 1955 + "unstorage": "^1.17.4", 1956 1956 "vfile": "^6.0.3", 1957 1957 "vite": "^6.4.1", 1958 1958 "vitefu": "^1.1.1", ··· 1979 1979 "sharp": "^0.34.0" 1980 1980 } 1981 1981 }, 1982 + "node_modules/astro/node_modules/@esbuild/aix-ppc64": { 1983 + "version": "0.27.3", 1984 + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", 1985 + "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==", 1986 + "cpu": [ 1987 + "ppc64" 1988 + ], 1989 + "license": "MIT", 1990 + "optional": true, 1991 + "os": [ 1992 + "aix" 1993 + ], 1994 + "engines": { 1995 + "node": ">=18" 1996 + } 1997 + }, 1998 + "node_modules/astro/node_modules/@esbuild/android-arm": { 1999 + "version": "0.27.3", 2000 + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz", 2001 + "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==", 2002 + "cpu": [ 2003 + "arm" 2004 + ], 2005 + "license": "MIT", 2006 + "optional": true, 2007 + "os": [ 2008 + "android" 2009 + ], 2010 + "engines": { 2011 + "node": ">=18" 2012 + } 2013 + }, 2014 + "node_modules/astro/node_modules/@esbuild/android-arm64": { 2015 + "version": "0.27.3", 2016 + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz", 2017 + "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==", 2018 + "cpu": [ 2019 + "arm64" 2020 + ], 2021 + "license": "MIT", 2022 + "optional": true, 2023 + "os": [ 2024 + "android" 2025 + ], 2026 + "engines": { 2027 + "node": ">=18" 2028 + } 2029 + }, 2030 + "node_modules/astro/node_modules/@esbuild/android-x64": { 2031 + "version": "0.27.3", 2032 + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz", 2033 + "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==", 2034 + "cpu": [ 2035 + "x64" 2036 + ], 2037 + "license": "MIT", 2038 + "optional": true, 2039 + "os": [ 2040 + "android" 2041 + ], 2042 + "engines": { 2043 + "node": ">=18" 2044 + } 2045 + }, 2046 + "node_modules/astro/node_modules/@esbuild/darwin-arm64": { 2047 + "version": "0.27.3", 2048 + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz", 2049 + "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==", 2050 + "cpu": [ 2051 + "arm64" 2052 + ], 2053 + "license": "MIT", 2054 + "optional": true, 2055 + "os": [ 2056 + "darwin" 2057 + ], 2058 + "engines": { 2059 + "node": ">=18" 2060 + } 2061 + }, 2062 + "node_modules/astro/node_modules/@esbuild/darwin-x64": { 2063 + "version": "0.27.3", 2064 + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz", 2065 + "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==", 2066 + "cpu": [ 2067 + "x64" 2068 + ], 2069 + "license": "MIT", 2070 + "optional": true, 2071 + "os": [ 2072 + "darwin" 2073 + ], 2074 + "engines": { 2075 + "node": ">=18" 2076 + } 2077 + }, 2078 + "node_modules/astro/node_modules/@esbuild/freebsd-arm64": { 2079 + "version": "0.27.3", 2080 + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz", 2081 + "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==", 2082 + "cpu": [ 2083 + "arm64" 2084 + ], 2085 + "license": "MIT", 2086 + "optional": true, 2087 + "os": [ 2088 + "freebsd" 2089 + ], 2090 + "engines": { 2091 + "node": ">=18" 2092 + } 2093 + }, 2094 + "node_modules/astro/node_modules/@esbuild/freebsd-x64": { 2095 + "version": "0.27.3", 2096 + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz", 2097 + "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==", 2098 + "cpu": [ 2099 + "x64" 2100 + ], 2101 + "license": "MIT", 2102 + "optional": true, 2103 + "os": [ 2104 + "freebsd" 2105 + ], 2106 + "engines": { 2107 + "node": ">=18" 2108 + } 2109 + }, 2110 + "node_modules/astro/node_modules/@esbuild/linux-arm": { 2111 + "version": "0.27.3", 2112 + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz", 2113 + "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==", 2114 + "cpu": [ 2115 + "arm" 2116 + ], 2117 + "license": "MIT", 2118 + "optional": true, 2119 + "os": [ 2120 + "linux" 2121 + ], 2122 + "engines": { 2123 + "node": ">=18" 2124 + } 2125 + }, 2126 + "node_modules/astro/node_modules/@esbuild/linux-arm64": { 2127 + "version": "0.27.3", 2128 + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz", 2129 + "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==", 2130 + "cpu": [ 2131 + "arm64" 2132 + ], 2133 + "license": "MIT", 2134 + "optional": true, 2135 + "os": [ 2136 + "linux" 2137 + ], 2138 + "engines": { 2139 + "node": ">=18" 2140 + } 2141 + }, 2142 + "node_modules/astro/node_modules/@esbuild/linux-ia32": { 2143 + "version": "0.27.3", 2144 + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz", 2145 + "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==", 2146 + "cpu": [ 2147 + "ia32" 2148 + ], 2149 + "license": "MIT", 2150 + "optional": true, 2151 + "os": [ 2152 + "linux" 2153 + ], 2154 + "engines": { 2155 + "node": ">=18" 2156 + } 2157 + }, 2158 + "node_modules/astro/node_modules/@esbuild/linux-loong64": { 2159 + "version": "0.27.3", 2160 + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz", 2161 + "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==", 2162 + "cpu": [ 2163 + "loong64" 2164 + ], 2165 + "license": "MIT", 2166 + "optional": true, 2167 + "os": [ 2168 + "linux" 2169 + ], 2170 + "engines": { 2171 + "node": ">=18" 2172 + } 2173 + }, 2174 + "node_modules/astro/node_modules/@esbuild/linux-mips64el": { 2175 + "version": "0.27.3", 2176 + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz", 2177 + "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==", 2178 + "cpu": [ 2179 + "mips64el" 2180 + ], 2181 + "license": "MIT", 2182 + "optional": true, 2183 + "os": [ 2184 + "linux" 2185 + ], 2186 + "engines": { 2187 + "node": ">=18" 2188 + } 2189 + }, 2190 + "node_modules/astro/node_modules/@esbuild/linux-ppc64": { 2191 + "version": "0.27.3", 2192 + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz", 2193 + "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==", 2194 + "cpu": [ 2195 + "ppc64" 2196 + ], 2197 + "license": "MIT", 2198 + "optional": true, 2199 + "os": [ 2200 + "linux" 2201 + ], 2202 + "engines": { 2203 + "node": ">=18" 2204 + } 2205 + }, 2206 + "node_modules/astro/node_modules/@esbuild/linux-riscv64": { 2207 + "version": "0.27.3", 2208 + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz", 2209 + "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==", 2210 + "cpu": [ 2211 + "riscv64" 2212 + ], 2213 + "license": "MIT", 2214 + "optional": true, 2215 + "os": [ 2216 + "linux" 2217 + ], 2218 + "engines": { 2219 + "node": ">=18" 2220 + } 2221 + }, 2222 + "node_modules/astro/node_modules/@esbuild/linux-s390x": { 2223 + "version": "0.27.3", 2224 + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz", 2225 + "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==", 2226 + "cpu": [ 2227 + "s390x" 2228 + ], 2229 + "license": "MIT", 2230 + "optional": true, 2231 + "os": [ 2232 + "linux" 2233 + ], 2234 + "engines": { 2235 + "node": ">=18" 2236 + } 2237 + }, 2238 + "node_modules/astro/node_modules/@esbuild/linux-x64": { 2239 + "version": "0.27.3", 2240 + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz", 2241 + "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==", 2242 + "cpu": [ 2243 + "x64" 2244 + ], 2245 + "license": "MIT", 2246 + "optional": true, 2247 + "os": [ 2248 + "linux" 2249 + ], 2250 + "engines": { 2251 + "node": ">=18" 2252 + } 2253 + }, 2254 + "node_modules/astro/node_modules/@esbuild/netbsd-arm64": { 2255 + "version": "0.27.3", 2256 + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz", 2257 + "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==", 2258 + "cpu": [ 2259 + "arm64" 2260 + ], 2261 + "license": "MIT", 2262 + "optional": true, 2263 + "os": [ 2264 + "netbsd" 2265 + ], 2266 + "engines": { 2267 + "node": ">=18" 2268 + } 2269 + }, 2270 + "node_modules/astro/node_modules/@esbuild/netbsd-x64": { 2271 + "version": "0.27.3", 2272 + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz", 2273 + "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==", 2274 + "cpu": [ 2275 + "x64" 2276 + ], 2277 + "license": "MIT", 2278 + "optional": true, 2279 + "os": [ 2280 + "netbsd" 2281 + ], 2282 + "engines": { 2283 + "node": ">=18" 2284 + } 2285 + }, 2286 + "node_modules/astro/node_modules/@esbuild/openbsd-arm64": { 2287 + "version": "0.27.3", 2288 + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz", 2289 + "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==", 2290 + "cpu": [ 2291 + "arm64" 2292 + ], 2293 + "license": "MIT", 2294 + "optional": true, 2295 + "os": [ 2296 + "openbsd" 2297 + ], 2298 + "engines": { 2299 + "node": ">=18" 2300 + } 2301 + }, 2302 + "node_modules/astro/node_modules/@esbuild/openbsd-x64": { 2303 + "version": "0.27.3", 2304 + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz", 2305 + "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==", 2306 + "cpu": [ 2307 + "x64" 2308 + ], 2309 + "license": "MIT", 2310 + "optional": true, 2311 + "os": [ 2312 + "openbsd" 2313 + ], 2314 + "engines": { 2315 + "node": ">=18" 2316 + } 2317 + }, 2318 + "node_modules/astro/node_modules/@esbuild/openharmony-arm64": { 2319 + "version": "0.27.3", 2320 + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz", 2321 + "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==", 2322 + "cpu": [ 2323 + "arm64" 2324 + ], 2325 + "license": "MIT", 2326 + "optional": true, 2327 + "os": [ 2328 + "openharmony" 2329 + ], 2330 + "engines": { 2331 + "node": ">=18" 2332 + } 2333 + }, 2334 + "node_modules/astro/node_modules/@esbuild/sunos-x64": { 2335 + "version": "0.27.3", 2336 + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz", 2337 + "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==", 2338 + "cpu": [ 2339 + "x64" 2340 + ], 2341 + "license": "MIT", 2342 + "optional": true, 2343 + "os": [ 2344 + "sunos" 2345 + ], 2346 + "engines": { 2347 + "node": ">=18" 2348 + } 2349 + }, 2350 + "node_modules/astro/node_modules/@esbuild/win32-arm64": { 2351 + "version": "0.27.3", 2352 + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz", 2353 + "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==", 2354 + "cpu": [ 2355 + "arm64" 2356 + ], 2357 + "license": "MIT", 2358 + "optional": true, 2359 + "os": [ 2360 + "win32" 2361 + ], 2362 + "engines": { 2363 + "node": ">=18" 2364 + } 2365 + }, 2366 + "node_modules/astro/node_modules/@esbuild/win32-ia32": { 2367 + "version": "0.27.3", 2368 + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz", 2369 + "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==", 2370 + "cpu": [ 2371 + "ia32" 2372 + ], 2373 + "license": "MIT", 2374 + "optional": true, 2375 + "os": [ 2376 + "win32" 2377 + ], 2378 + "engines": { 2379 + "node": ">=18" 2380 + } 2381 + }, 2382 + "node_modules/astro/node_modules/@esbuild/win32-x64": { 2383 + "version": "0.27.3", 2384 + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", 2385 + "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==", 2386 + "cpu": [ 2387 + "x64" 2388 + ], 2389 + "license": "MIT", 2390 + "optional": true, 2391 + "os": [ 2392 + "win32" 2393 + ], 2394 + "engines": { 2395 + "node": ">=18" 2396 + } 2397 + }, 2398 + "node_modules/astro/node_modules/esbuild": { 2399 + "version": "0.27.3", 2400 + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz", 2401 + "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==", 2402 + "hasInstallScript": true, 2403 + "license": "MIT", 2404 + "bin": { 2405 + "esbuild": "bin/esbuild" 2406 + }, 2407 + "engines": { 2408 + "node": ">=18" 2409 + }, 2410 + "optionalDependencies": { 2411 + "@esbuild/aix-ppc64": "0.27.3", 2412 + "@esbuild/android-arm": "0.27.3", 2413 + "@esbuild/android-arm64": "0.27.3", 2414 + "@esbuild/android-x64": "0.27.3", 2415 + "@esbuild/darwin-arm64": "0.27.3", 2416 + "@esbuild/darwin-x64": "0.27.3", 2417 + "@esbuild/freebsd-arm64": "0.27.3", 2418 + "@esbuild/freebsd-x64": "0.27.3", 2419 + "@esbuild/linux-arm": "0.27.3", 2420 + "@esbuild/linux-arm64": "0.27.3", 2421 + "@esbuild/linux-ia32": "0.27.3", 2422 + "@esbuild/linux-loong64": "0.27.3", 2423 + "@esbuild/linux-mips64el": "0.27.3", 2424 + "@esbuild/linux-ppc64": "0.27.3", 2425 + "@esbuild/linux-riscv64": "0.27.3", 2426 + "@esbuild/linux-s390x": "0.27.3", 2427 + "@esbuild/linux-x64": "0.27.3", 2428 + "@esbuild/netbsd-arm64": "0.27.3", 2429 + "@esbuild/netbsd-x64": "0.27.3", 2430 + "@esbuild/openbsd-arm64": "0.27.3", 2431 + "@esbuild/openbsd-x64": "0.27.3", 2432 + "@esbuild/openharmony-arm64": "0.27.3", 2433 + "@esbuild/sunos-x64": "0.27.3", 2434 + "@esbuild/win32-arm64": "0.27.3", 2435 + "@esbuild/win32-ia32": "0.27.3", 2436 + "@esbuild/win32-x64": "0.27.3" 2437 + } 2438 + }, 1982 2439 "node_modules/axobject-query": { 1983 2440 "version": "4.1.0", 1984 2441 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", ··· 2103 2560 } 2104 2561 }, 2105 2562 "node_modules/chokidar": { 2106 - "version": "4.0.3", 2107 - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", 2108 - "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", 2563 + "version": "5.0.0", 2564 + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", 2565 + "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", 2109 2566 "license": "MIT", 2110 2567 "dependencies": { 2111 - "readdirp": "^4.0.1" 2568 + "readdirp": "^5.0.0" 2112 2569 }, 2113 2570 "engines": { 2114 - "node": ">= 14.16.0" 2571 + "node": ">= 20.19.0" 2115 2572 }, 2116 2573 "funding": { 2117 2574 "url": "https://paulmillr.com/funding/" ··· 2406 2863 } 2407 2864 }, 2408 2865 "node_modules/devalue": { 2409 - "version": "5.6.1", 2410 - "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.1.tgz", 2411 - "integrity": "sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==", 2866 + "version": "5.6.3", 2867 + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.3.tgz", 2868 + "integrity": "sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==", 2412 2869 "license": "MIT" 2413 2870 }, 2414 2871 "node_modules/devlop": { ··· 2425 2882 } 2426 2883 }, 2427 2884 "node_modules/diff": { 2428 - "version": "5.2.0", 2429 - "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", 2430 - "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", 2885 + "version": "8.0.3", 2886 + "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz", 2887 + "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==", 2431 2888 "license": "BSD-3-Clause", 2432 2889 "engines": { 2433 2890 "node": ">=0.3.1" ··· 2720 3177 "license": "BSD-2-Clause" 2721 3178 }, 2722 3179 "node_modules/h3": { 2723 - "version": "1.15.4", 2724 - "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz", 2725 - "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==", 3180 + "version": "1.15.5", 3181 + "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.5.tgz", 3182 + "integrity": "sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==", 2726 3183 "license": "MIT", 2727 3184 "dependencies": { 2728 3185 "cookie-es": "^1.2.2", ··· 2730 3187 "defu": "^6.1.4", 2731 3188 "destr": "^2.0.5", 2732 3189 "iron-webcrypto": "^1.2.1", 2733 - "node-mock-http": "^1.0.2", 3190 + "node-mock-http": "^1.0.4", 2734 3191 "radix3": "^1.1.2", 2735 - "ufo": "^1.6.1", 3192 + "ufo": "^1.6.3", 2736 3193 "uncrypto": "^0.1.3" 2737 3194 } 2738 3195 }, ··· 3061 3518 } 3062 3519 }, 3063 3520 "node_modules/lru-cache": { 3064 - "version": "10.4.3", 3065 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 3066 - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 3067 - "license": "ISC" 3521 + "version": "11.2.6", 3522 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", 3523 + "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", 3524 + "license": "BlueOak-1.0.0", 3525 + "engines": { 3526 + "node": "20 || >=22" 3527 + } 3068 3528 }, 3069 3529 "node_modules/magic-string": { 3070 3530 "version": "0.30.21", ··· 4653 5113 "license": "MIT" 4654 5114 }, 4655 5115 "node_modules/readdirp": { 4656 - "version": "4.1.2", 4657 - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", 4658 - "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", 5116 + "version": "5.0.0", 5117 + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", 5118 + "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", 4659 5119 "license": "MIT", 4660 5120 "engines": { 4661 - "node": ">= 14.18.0" 5121 + "node": ">= 20.19.0" 4662 5122 }, 4663 5123 "funding": { 4664 5124 "type": "individual", ··· 4897 5357 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.55.1.tgz", 4898 5358 "integrity": "sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==", 4899 5359 "license": "MIT", 4900 - "peer": true, 4901 5360 "dependencies": { 4902 5361 "@types/estree": "1.0.8" 4903 5362 }, ··· 5263 5722 } 5264 5723 }, 5265 5724 "node_modules/ufo": { 5266 - "version": "1.6.2", 5267 - "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.2.tgz", 5268 - "integrity": "sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==", 5725 + "version": "1.6.3", 5726 + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz", 5727 + "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==", 5269 5728 "license": "MIT" 5270 5729 }, 5271 5730 "node_modules/ultrahtml": { ··· 5289 5748 "node": ">=20.18.1" 5290 5749 } 5291 5750 }, 5292 - "node_modules/undici-types": { 5293 - "version": "7.16.0", 5294 - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", 5295 - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", 5296 - "license": "MIT", 5297 - "optional": true 5298 - }, 5299 5751 "node_modules/unenv": { 5300 5752 "version": "2.0.0-rc.24", 5301 5753 "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz", ··· 5326 5778 } 5327 5779 }, 5328 5780 "node_modules/unifont": { 5329 - "version": "0.7.1", 5330 - "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.1.tgz", 5331 - "integrity": "sha512-0lg9M1cMYvXof8//wZBq6EDEfbwv4++t7+dYpXeS2ypaLuZJmUFYEwTm412/1ED/Wfo/wyzSu6kNZEr9hgRNfg==", 5781 + "version": "0.7.4", 5782 + "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.4.tgz", 5783 + "integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==", 5332 5784 "license": "MIT", 5333 5785 "dependencies": { 5334 5786 "css-tree": "^3.1.0", ··· 5460 5912 } 5461 5913 }, 5462 5914 "node_modules/unstorage": { 5463 - "version": "1.17.3", 5464 - "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.3.tgz", 5465 - "integrity": "sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==", 5915 + "version": "1.17.4", 5916 + "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.4.tgz", 5917 + "integrity": "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==", 5466 5918 "license": "MIT", 5467 5919 "dependencies": { 5468 5920 "anymatch": "^3.1.3", 5469 - "chokidar": "^4.0.3", 5921 + "chokidar": "^5.0.0", 5470 5922 "destr": "^2.0.5", 5471 - "h3": "^1.15.4", 5472 - "lru-cache": "^10.4.3", 5923 + "h3": "^1.15.5", 5924 + "lru-cache": "^11.2.0", 5473 5925 "node-fetch-native": "^1.6.7", 5474 5926 "ofetch": "^1.5.1", 5475 - "ufo": "^1.6.1" 5927 + "ufo": "^1.6.3" 5476 5928 }, 5477 5929 "peerDependencies": { 5478 5930 "@azure/app-configuration": "^1.8.0", ··· 5481 5933 "@azure/identity": "^4.6.0", 5482 5934 "@azure/keyvault-secrets": "^4.9.0", 5483 5935 "@azure/storage-blob": "^12.26.0", 5484 - "@capacitor/preferences": "^6.0.3 || ^7.0.0", 5936 + "@capacitor/preferences": "^6 || ^7 || ^8", 5485 5937 "@deno/kv": ">=0.9.0", 5486 5938 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", 5487 5939 "@planetscale/database": "^1.19.0", 5488 5940 "@upstash/redis": "^1.34.3", 5489 5941 "@vercel/blob": ">=0.27.1", 5490 5942 "@vercel/functions": "^2.2.12 || ^3.0.0", 5491 - "@vercel/kv": "^1.0.1", 5943 + "@vercel/kv": "^1 || ^2 || ^3", 5492 5944 "aws4fetch": "^1.0.20", 5493 5945 "db0": ">=0.2.1", 5494 5946 "idb-keyval": "^6.2.1",
+1 -1
package.json
··· 25 25 "homepage": "https://github.com/Hann8n/orbyt-site#readme", 26 26 "dependencies": { 27 27 "@astrojs/cloudflare": "^12.6.12", 28 - "astro": "^5.16.8" 28 + "astro": "^5.17.3" 29 29 } 30 30 }
+9 -21
src/pages/about.astro
··· 279 279 </a> 280 280 </div> 281 281 282 - <div class="personal-intro"> 283 - <div class="personal-intro-content"> 284 - <div class="profile-photo"> 285 - <a href="/@jack.orbyt.video"> 286 - <img src="/images/profile-photo.webp" alt="Profile photo" style={`border-color: ${avatarBorderColor};`}> 287 - </a> 288 - </div> 289 - <div class="personal-text"> 290 - <p>Hi! I'm Jack. The person behind orbyt. I'm passionate about building tools that make video communities more connected and fun.</p> 291 - <div class="personal-links"> 292 - <a href="https://jackhannon.net" target="_blank" rel="noopener noreferrer">jackhannon.net</a> 293 - </div> 294 - </div> 295 - </div> 296 - </div> 297 - 298 282 <div class="content"> 299 283 <h3>Questions</h3> 300 - <h2>Where did the idea for Orbyt come from?</h2> 301 - <p>I loved Byte, a video app that shut down a few years ago. When Bluesky launched, I wondered if I could bring that same interface to the open AT Protocol. So I started building a prototype. Orbyt's frontend is similar to Byte, but it's built from scratch and runs on a decentralized network instead of a closed platform.</p> 284 + 285 + <h2>What makes Orbyt different?</h2> 286 + <p>Every video gets equal visibility. No ranking algorithms deciding what you see. When you subscribe to a community on Orbyt, you see everything that community shares. Discovery happens through people and communities you trust, not through what an algorithm thinks will keep you scrolling.</p> 302 287 303 288 <h2>How is Orbyt built?</h2> 304 - <p>Orbyt is a third-party client for Bluesky. It connects to the Authenticated Transfer Protocol (AT Protocol), which means when you post videos through Orbyt, they're part of the broader Bluesky network. Your content isn't stuck in one place.</p> 289 + <p>Orbyt is a third-party client for Bluesky built on the AT Protocol. When you post videos through Orbyt, they're part of the broader Bluesky network. Your content isn't locked into one platform.</p> 305 290 306 - <h2>What's next for Orbyt?</h2> 307 - <p>I'm still building and learning. If you want to follow along or share feedback, you can find us on <a href="https://bsky.app/profile/getorbyt.com">Bluesky</a> or visit our <a href="https://community.getorbyt.com">community forum</a>. Have questions? <a href="/contact">Say hello</a>.</p> 291 + <h2>Where did the idea come from?</h2> 292 + <p>I loved Byte, a video app that shut down a few years ago. When Bluesky launched, I saw an opportunity to bring that interface to an open, decentralized network. I built Orbyt from scratch to run on the AT Protocol instead of a closed platform.</p> 293 + 294 + <h2>What's next?</h2> 295 + <p>If you want to follow along or share feedback, you can find us on <a href="https://bsky.app/profile/getorbyt.com">Bluesky</a> or visit our <a href="https://community.getorbyt.com">community forum</a>. Have questions? <a href="/contact">Say hello</a>.</p> 308 296 </div> 309 297 310 298 <footer class="footer">