opencode-ultra 0.2.0 → 0.2.1
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.d.ts +1 -0
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -27919,5 +27919,6 @@ ${rules}`);
|
|
|
27919
27919
|
};
|
|
27920
27920
|
var src_default = OpenCodeUltra;
|
|
27921
27921
|
export {
|
|
27922
|
-
src_default as default
|
|
27922
|
+
src_default as default,
|
|
27923
|
+
OpenCodeUltra
|
|
27923
27924
|
};
|
package/package.json
CHANGED