@seliseblocks/cli-os 0.1.0-beta.0 → 0.1.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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Blocks OS CLI
2
2
 
3
- Firebase-style CLI for SELISE Blocks Cloud.
3
+ CLI for SELISE Blocks Cloud.
4
4
 
5
5
  - Package: `@seliseblocks/cli-os`
6
6
  - Binary: `blocks-os`
@@ -18,7 +18,7 @@ export async function writeRootFiles(root, options) {
18
18
  },
19
19
  dependencies: {
20
20
  "@radix-ui/react-dropdown-menu": "^2.1.24",
21
- "@seliseblocks/client": "^0.1.0-beta.2",
21
+ "@seliseblocks/client": "^0.1.0",
22
22
  "@tanstack/react-query": "^5.101.4",
23
23
  clsx: "^2.1.1",
24
24
  "lucide-react": "^1.28.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seliseblocks/cli-os",
3
- "version": "0.1.0-beta.0",
4
- "description": "Firebase-style CLI for SELISE Blocks OS project setup and configuration.",
3
+ "version": "0.1.0",
4
+ "description": "CLI for SELISE Blocks OS project setup and configuration.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "bin": {