@rootnative/cli 0.0.0-alpha.10 → 0.0.0-alpha.11

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/llms.txt +2 -2
  2. package/package.json +1 -1
package/llms.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rootnative/cli — CLI for RootNative UI
2
2
 
3
- > Version: 0.0.0-alpha.10
3
+ > Version: 0.0.0-alpha.11
4
4
  > Binary: `rootnative`
5
5
  > Requirements: Node >=18
6
6
 
@@ -50,7 +50,7 @@ Creates `rootnative.json`:
50
50
  "$schema": "https://rootnative.github.io/ui/schema.json",
51
51
  "aliases": { "components": "@/components/ui", "lib": "@/lib" },
52
52
  "registryUrl": "https://raw.githubusercontent.com/rootnative/ui",
53
- "registryVersion": "v0.0.0-alpha.10"
53
+ "registryVersion": "v0.0.0-alpha.11"
54
54
  }
55
55
  ```
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rootnative/cli",
3
- "version": "0.0.0-alpha.10",
3
+ "version": "0.0.0-alpha.11",
4
4
  "description": "CLI for adding RootNative UI components to your React Native project",
5
5
  "private": false,
6
6
  "bin": {