@lotics/cli 0.131.0 → 0.133.0

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/dist/src/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/src/cli.js CHANGED
@@ -45622,8 +45622,8 @@ import { randomUUID } from "node:crypto";
45622
45622
  import { tmpdir } from "node:os";
45623
45623
 
45624
45624
  // src/starter_template.ts
45625
- var STARTER_FALLBACK_UI_VERSION = "29.3.0";
45626
- var STARTER_FALLBACK_SDK_VERSION = "0.75.0";
45625
+ var STARTER_FALLBACK_UI_VERSION = "31.0.0";
45626
+ var STARTER_FALLBACK_SDK_VERSION = "0.75.1";
45627
45627
  var STARTER_REACT_NATIVE_VERSION = "0.85.3";
45628
45628
  var VITEST_SETUP_FILENAME = "vitest.setup.ts";
45629
45629
  var VITEST_SETUP_CONTENT = `import { vi } from "vitest";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotics/cli",
3
- "version": "0.131.0",
3
+ "version": "0.133.0",
4
4
  "description": "Lotics SDK and CLI for AI agents",
5
5
  "type": "module",
6
6
  "bin": {