@lotics/cli 0.62.0 → 0.62.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/src/cli.js CHANGED
@@ -30882,6 +30882,9 @@ declare module "lucide-react-native/dist/esm/icons/*" {
30882
30882
  const classes: { [key: string]: string };
30883
30883
  export default classes;
30884
30884
  }
30885
+
30886
+ // Plain side-effect CSS imports (@lotics/ui ships .tsx with import "./x.css").
30887
+ declare module "*.css";
30885
30888
  `
30886
30889
  },
30887
30890
  {
@@ -580,6 +580,9 @@ declare module "lucide-react-native/dist/esm/icons/*" {
580
580
  const classes: { [key: string]: string };
581
581
  export default classes;
582
582
  }
583
+
584
+ // Plain side-effect CSS imports (@lotics/ui ships .tsx with import "./x.css").
585
+ declare module "*.css";
583
586
  `,
584
587
  },
585
588
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotics/cli",
3
- "version": "0.62.0",
3
+ "version": "0.62.1",
4
4
  "description": "Lotics SDK and CLI for AI agents",
5
5
  "type": "module",
6
6
  "bin": {