open-agents-ai 0.138.21 → 0.138.22
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -50075,7 +50075,8 @@ var init_braille_spinner = __esm({
|
|
|
50075
50075
|
];
|
|
50076
50076
|
WAVE = [...DENSITY, ...DENSITY.slice(1, -1).reverse()];
|
|
50077
50077
|
THEME_DEFAULT = {
|
|
50078
|
-
ramp: [237,
|
|
50078
|
+
ramp: [237, 94, 130, 136, 172, 172, 178, 178, 214],
|
|
50079
|
+
// grey → amber → yellow (matches header)
|
|
50079
50080
|
speed: 2
|
|
50080
50081
|
};
|
|
50081
50082
|
THEME_FILE = {
|
package/package.json
CHANGED