@fluid-app/fluid-cli-portal 0.1.16 → 0.1.17

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.
@@ -1 +1,6 @@
1
1
  VITE_API_URL=https://api.fluid.app
2
+
3
+ # Optional: override the Fluid CLI auth token for this project.
4
+ # Takes effect when running `pnpm pull`, `pnpm push`, etc.
5
+ # Alternatively, set the "profile" field in .fluidrc (committed to the repo).
6
+ # FLUID_TOKEN=
@@ -8,21 +8,25 @@
8
8
  "build": "tsc -b && vite build",
9
9
  "preview": "vite preview",
10
10
  "typecheck": "tsc --noEmit",
11
- "lint": "oxlint"
11
+ "lint": "oxlint",
12
+ "pull": "fluid portal pull",
13
+ "push": "fluid portal push",
14
+ "widget:create": "fluid portal widget create"
12
15
  },
13
16
  "dependencies": {
14
- "@fluid-app/portal-preview": "{{sdkVersion}}",
15
17
  "@fluid-app/portal-sdk": "{{sdkVersion}}",
16
- "@fluid-app/ui-primitives": "{{sdkVersion}}",
18
+ "@fluid-app/ui-primitives": "^0.1.0",
17
19
  "@tanstack/react-query": "^5.90.0",
18
20
  "react": "^19.0.0",
19
21
  "react-dom": "^19.0.0",
20
22
  "react-hook-form": "^7.55.0",
21
23
  "@hookform/resolvers": "^4.1.3",
22
- "zod": "^3.24.0"
24
+ "zod": "^3.24.0",
25
+ "zustand": "^5.0.0"
23
26
  },
24
27
  "devDependencies": {
25
- "@fluid-app/fluid-cli-portal": "{{sdkVersion}}",
28
+ "@fluid-app/fluid-cli": "{{cliVersion}}",
29
+ "@fluid-app/fluid-cli-portal": "{{cliVersion}}",
26
30
  "@tailwindcss/vite": "^4.0.0",
27
31
  "@types/react": "^19.0.0",
28
32
  "@types/react-dom": "^19.0.0",