@labelbox/recursion-cli 0.0.44 → 0.0.45

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @labelbox/recursion-cli
2
2
 
3
- `rl` — the rl-gym command-line interface. It mirrors the TypeScript SDK
3
+ `rl` — the Recursion CLI. It mirrors the TypeScript SDK
4
4
  (`@labelbox/recursion-sdk`) exactly: where the SDK is `rl.synthesizers.create(...)`, the
5
5
  CLI is `rl synthesizers create …`. Dots become spaces; you get `--help` at every
6
6
  level.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/recursion-cli",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",