@gbozee/ultimate 0.0.2-192 → 0.0.2-194
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/frontend-index.d.ts +5 -0
- package/dist/frontend-index.js +3 -0
- package/dist/index.cjs +373 -185
- package/dist/index.d.ts +3 -98
- package/dist/index.js +373 -185
- package/dist/mcp-server.cjs +332 -147
- package/dist/mcp-server.js +332 -147
- package/package.json +1 -1
package/dist/frontend-index.d.ts
CHANGED
package/dist/frontend-index.js
CHANGED
|
@@ -3335,11 +3335,14 @@ class Strategy {
|
|
|
3335
3335
|
};
|
|
3336
3336
|
}
|
|
3337
3337
|
}
|
|
3338
|
+
// src/helpers/compound.ts
|
|
3339
|
+
var name = "";
|
|
3338
3340
|
export {
|
|
3339
3341
|
to_f,
|
|
3340
3342
|
sortedBuildConfig,
|
|
3341
3343
|
range,
|
|
3342
3344
|
profitHelper,
|
|
3345
|
+
name,
|
|
3343
3346
|
logWithLineNumber,
|
|
3344
3347
|
groupIntoPairsWithSumLessThan,
|
|
3345
3348
|
groupIntoPairs,
|