@fluxlay/cli 0.1.6 → 1.0.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/LICENSE.txt ADDED
@@ -0,0 +1,4 @@
1
+ Copyright (c) Fluxlay. All rights reserved.
2
+
3
+ This software is provided under the Fluxlay Terms of Service.
4
+ Full terms: https://fluxlay.com/legal/terms
package/README.md CHANGED
@@ -93,7 +93,7 @@ description: |
93
93
  "publish": "fluxlay publish"
94
94
  },
95
95
  "dependencies": {
96
- "@fluxlay/sdk": "latest",
96
+ "@fluxlay/react": "latest",
97
97
  "react": "^19.0.0",
98
98
  "react-dom": "^19.0.0"
99
99
  },