create-bluecopa-react-app 1.0.42 → 1.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bluecopa-react-app",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "CLI tool to create bluecopa React applications",
5
5
  "type": "module",
6
6
  "main": "./bin/create-bluecopa-react-app.js",
@@ -1,8 +1,18 @@
1
1
  # API base URL for the Bluecopa platform
2
- VITE_BLUECOPA_API_URL=https://api.bluecopa.com
2
+ VITE_BLUECOPA_API_URL=https://develop.bluecopa.com/api/v1
3
3
 
4
4
  # Workspace ID for standalone development
5
5
  VITE_BLUECOPA_WORKSPACE_ID=YOUR_WORKSPACE_ID
6
6
 
7
- # AG Grid Enterprise license key (optional watermarks shown without it)
7
+ # ─── Auth / identity (standalone dev) ───────────────────────────────
8
+ VITE_BLUECOPA_API_TOKEN=
9
+ VITE_BLUECOPA_USER_ID=
10
+
11
+ # ─── AG Grid Enterprise license ─────────────────────────────────────
8
12
  VITE_AG_GRID_LICENSE_KEY=
13
+
14
+ # ─── Solution context (Input Table V2 / deployed solutions) ─────────
15
+ # Flow through to the x-bluecopa-solution-* SDK headers.
16
+ VITE_BLUECOPA_SOLUTION_ID=
17
+ VITE_BLUECOPA_SOLUTION_BRANCH=main
18
+ VITE_BLUECOPA_SOLUTION_BRANCH_TYPE=REMOTE