@lumerahq/cli 0.24.6 → 0.24.7

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": "@lumerahq/cli",
3
- "version": "0.24.6",
3
+ "version": "0.24.7",
4
4
  "description": "CLI for building and deploying Lumera apps",
5
5
  "type": "module",
6
6
  "engines": {
@@ -10,3 +10,6 @@ __pycache__
10
10
  uv.lock
11
11
  src/routeTree.gen.ts
12
12
  .tanstack/
13
+ output/
14
+ tmp/
15
+ uploads/
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.5.6/schema.json",
3
3
  "vcs": {
4
4
  "enabled": true,
5
5
  "clientKind": "git",
@@ -7,7 +7,15 @@
7
7
  },
8
8
  "files": {
9
9
  "ignoreUnknown": false,
10
- "includes": ["**", "!!**/node_modules", "!!**/dist", "!!**/*routeTree.gen.ts"]
10
+ "includes": [
11
+ "**",
12
+ "!!**/node_modules",
13
+ "!!**/dist",
14
+ "!!**/*routeTree.gen.ts",
15
+ "!!output",
16
+ "!!tmp",
17
+ "!!uploads"
18
+ ]
11
19
  },
12
20
  "formatter": {
13
21
  "enabled": true,
@@ -18,7 +26,7 @@
18
26
  "linter": {
19
27
  "enabled": true,
20
28
  "rules": {
21
- "recommended": true,
29
+ "preset": "recommended",
22
30
  "suspicious": { "noExplicitAny": "off" },
23
31
  "style": { "noNonNullAssertion": "off" }
24
32
  }
@@ -1,4 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" fill="none">
2
+ <title>Rocket launch</title>
2
3
  <defs>
3
4
  <linearGradient id="bg" x1="0" y1="0" x2="80" y2="80" gradientUnits="userSpaceOnUse">
4
5
  <stop offset="0%" stop-color="#ecfdf5"/>
@@ -35,7 +35,7 @@
35
35
  "sonner": "^2.0.7"
36
36
  },
37
37
  "devDependencies": {
38
- "@biomejs/biome": "^2.4.10",
38
+ "@biomejs/biome": "2.5.6",
39
39
  "@tailwindcss/vite": "^4.2.2",
40
40
  "@tanstack/router-cli": "1.155.0",
41
41
  "@tanstack/router-plugin": "1.155.0",
@@ -40,8 +40,8 @@ importers:
40
40
  version: 3.6.0
41
41
  devDependencies:
42
42
  '@biomejs/biome':
43
- specifier: ^2.4.10
44
- version: 2.4.16
43
+ specifier: 2.5.6
44
+ version: 2.5.6
45
45
  '@tailwindcss/vite':
46
46
  specifier: ^4.2.2
47
47
  version: 4.3.0(vite@8.0.16(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.4))
@@ -192,59 +192,59 @@ packages:
192
192
  '@types/react':
193
193
  optional: true
194
194
 
195
- '@biomejs/biome@2.4.16':
196
- resolution: {integrity: sha512-x9ajFh1zChVybCiM3TN6OD4phAqLgtPZjFrZF+aTMYCPjwBO+k529TX7PPsAqtGNLeV4UgzwQnowEgS7bGmzcA==}
195
+ '@biomejs/biome@2.5.6':
196
+ resolution: {integrity: sha512-lxVNjv7UF6KfhMJfL9gaUHbWdJdHbsAj6OSmwSYNdhRuG67NxNQ4Xdvh3TUxsSK9sBzJBQhEJj3AopmmNJ5pSA==}
197
197
  engines: {node: '>=14.21.3'}
198
198
  hasBin: true
199
199
 
200
- '@biomejs/cli-darwin-arm64@2.4.16':
201
- resolution: {integrity: sha512-wxPvu4XOA85YJk9ixSWUmq/QBHbid85BISbOAqqBM/5xQpPk9ayjk5375tOlSC0BeCwNSbPFafQBm+vBumXq0A==}
200
+ '@biomejs/cli-darwin-arm64@2.5.6':
201
+ resolution: {integrity: sha512-zMOLZP4oMrjh6m1zcSj1ud2awUPgTuMVbmQhYYWL7J8HwCnbHHBvTm7VBTRuY7epT5bez76IpKYQ11ZAqHFlnw==}
202
202
  engines: {node: '>=14.21.3'}
203
203
  cpu: [arm64]
204
204
  os: [darwin]
205
205
 
206
- '@biomejs/cli-darwin-x64@2.4.16':
207
- resolution: {integrity: sha512-xFCqGPwYusQJp4N4NJLi1XJiZqjwFdjhT+KqtNy+Ug3qgfczqnTa6MSDvxJF6TkuDLoYJItMapz6tAf7kCekFw==}
206
+ '@biomejs/cli-darwin-x64@2.5.6':
207
+ resolution: {integrity: sha512-JAC1VqzvO7Th5ZplU0G2uGfkZbxEe9uDDektPAhF0JLusoz1w+T4okp2bkykI0bbaO2vslKiRfj4gU43JaGreA==}
208
208
  engines: {node: '>=14.21.3'}
209
209
  cpu: [x64]
210
210
  os: [darwin]
211
211
 
212
- '@biomejs/cli-linux-arm64-musl@2.4.16':
213
- resolution: {integrity: sha512-oYxnW0ARfJkr72ezzF2OR8N/rtkgLUQeYtF8cFhVswbknHxtTcmzSsanVJP8yQKnGpGpc2ck6c5zLvHahL6Cbg==}
212
+ '@biomejs/cli-linux-arm64-musl@2.5.6':
213
+ resolution: {integrity: sha512-eUa3jeeYvfMt19LBeh6E5PUZpxnTC4JqNWo+EDjTtQjAr2xLGnWaxACtVU1DQqmHYbvThlJzLX+ZsYgrqh2qVw==}
214
214
  engines: {node: '>=14.21.3'}
215
215
  cpu: [arm64]
216
216
  os: [linux]
217
217
  libc: [musl]
218
218
 
219
- '@biomejs/cli-linux-arm64@2.4.16':
220
- resolution: {integrity: sha512-2kFb4//jxfZaP6D+Rj5VkHkxgyD9EoRAVBEQb8PKRv+s4NO2zYNJKXFaJmK1CmhufJOWEfpHKaRbOja7qjmdhQ==}
219
+ '@biomejs/cli-linux-arm64@2.5.6':
220
+ resolution: {integrity: sha512-6XsYwCFkp5sMxl85ffhgeGpGgs6A7dRYFnkceZ7WVxvycuTnGdD5xa534Z3xfrBQ0JCMK/mujT6ZNPJoghedwg==}
221
221
  engines: {node: '>=14.21.3'}
222
222
  cpu: [arm64]
223
223
  os: [linux]
224
224
  libc: [glibc]
225
225
 
226
- '@biomejs/cli-linux-x64-musl@2.4.16':
227
- resolution: {integrity: sha512-iHDS+MCM65DPqWGu+ECC3uoALyj2H7F4nVUPxIPjz/PIl94EUu+EDfGZDzFP+NY1EOPVt9NQvwFqq7HdMmowdg==}
226
+ '@biomejs/cli-linux-x64-musl@2.5.6':
227
+ resolution: {integrity: sha512-2Vp13QdKysH3HIWLaYLhUUwbK+jbZonJD1K+Lr0d0RO4wH7mkYd43vJixEDm8cUWrowoRz4UUHF1nm9Ae7ym8A==}
228
228
  engines: {node: '>=14.21.3'}
229
229
  cpu: [x64]
230
230
  os: [linux]
231
231
  libc: [musl]
232
232
 
233
- '@biomejs/cli-linux-x64@2.4.16':
234
- resolution: {integrity: sha512-NbcBbi/nJqn5baae6wqRXdS7Gadf2uRpehSh6vMSYpG8OhkXl/Xg8aorWrJ+9VWqAT5ml90alLvorkpMW0nBwQ==}
233
+ '@biomejs/cli-linux-x64@2.5.6':
234
+ resolution: {integrity: sha512-Pop9VXCFUhFTMfFefZ39S+u2rOPyNp5iHlxbZRwXGACHLy2r0jjiRgJHmaEKJzL3SyxlVeGShXhvvElvWowonA==}
235
235
  engines: {node: '>=14.21.3'}
236
236
  cpu: [x64]
237
237
  os: [linux]
238
238
  libc: [glibc]
239
239
 
240
- '@biomejs/cli-win32-arm64@2.4.16':
241
- resolution: {integrity: sha512-0rgImMsNb5v/chhkIFe3wu7PEFClS6RBAYUijGL9UsYN3PanSaoK24HSSuSJb1pYbYYVjzAyZTl3gtjJ84BM8A==}
240
+ '@biomejs/cli-win32-arm64@2.5.6':
241
+ resolution: {integrity: sha512-tDGshcm6BdkZOCGnTDX0Y8/U4IfBSlnUU7T56nNDuPEfed+aHg+u8G36NB43fJVl0Os6+QURXIE1yuD7AaEofA==}
242
242
  engines: {node: '>=14.21.3'}
243
243
  cpu: [arm64]
244
244
  os: [win32]
245
245
 
246
- '@biomejs/cli-win32-x64@2.4.16':
247
- resolution: {integrity: sha512-Kp85jgoBHa05gix6UIRjfCDiUV3w/8VIdZ247VyyO2gEjaw12WEVhdIjlxp/AMzXxqxQwbxNTDVZ3Mwd2RG5rw==}
246
+ '@biomejs/cli-win32-x64@2.5.6':
247
+ resolution: {integrity: sha512-WN05KwXnTO/2J45RQPvzZMXf7tZUIofHoR35xIPfCo7pQ2RFidxI8sfb5mGsaTxdMmEOzHzOPRCdA5/fCpc7xQ==}
248
248
  engines: {node: '>=14.21.3'}
249
249
  cpu: [x64]
250
250
  os: [win32]
@@ -2134,39 +2134,39 @@ snapshots:
2134
2134
  optionalDependencies:
2135
2135
  '@types/react': 19.2.16
2136
2136
 
2137
- '@biomejs/biome@2.4.16':
2137
+ '@biomejs/biome@2.5.6':
2138
2138
  optionalDependencies:
2139
- '@biomejs/cli-darwin-arm64': 2.4.16
2140
- '@biomejs/cli-darwin-x64': 2.4.16
2141
- '@biomejs/cli-linux-arm64': 2.4.16
2142
- '@biomejs/cli-linux-arm64-musl': 2.4.16
2143
- '@biomejs/cli-linux-x64': 2.4.16
2144
- '@biomejs/cli-linux-x64-musl': 2.4.16
2145
- '@biomejs/cli-win32-arm64': 2.4.16
2146
- '@biomejs/cli-win32-x64': 2.4.16
2139
+ '@biomejs/cli-darwin-arm64': 2.5.6
2140
+ '@biomejs/cli-darwin-x64': 2.5.6
2141
+ '@biomejs/cli-linux-arm64': 2.5.6
2142
+ '@biomejs/cli-linux-arm64-musl': 2.5.6
2143
+ '@biomejs/cli-linux-x64': 2.5.6
2144
+ '@biomejs/cli-linux-x64-musl': 2.5.6
2145
+ '@biomejs/cli-win32-arm64': 2.5.6
2146
+ '@biomejs/cli-win32-x64': 2.5.6
2147
2147
 
2148
- '@biomejs/cli-darwin-arm64@2.4.16':
2148
+ '@biomejs/cli-darwin-arm64@2.5.6':
2149
2149
  optional: true
2150
2150
 
2151
- '@biomejs/cli-darwin-x64@2.4.16':
2151
+ '@biomejs/cli-darwin-x64@2.5.6':
2152
2152
  optional: true
2153
2153
 
2154
- '@biomejs/cli-linux-arm64-musl@2.4.16':
2154
+ '@biomejs/cli-linux-arm64-musl@2.5.6':
2155
2155
  optional: true
2156
2156
 
2157
- '@biomejs/cli-linux-arm64@2.4.16':
2157
+ '@biomejs/cli-linux-arm64@2.5.6':
2158
2158
  optional: true
2159
2159
 
2160
- '@biomejs/cli-linux-x64-musl@2.4.16':
2160
+ '@biomejs/cli-linux-x64-musl@2.5.6':
2161
2161
  optional: true
2162
2162
 
2163
- '@biomejs/cli-linux-x64@2.4.16':
2163
+ '@biomejs/cli-linux-x64@2.5.6':
2164
2164
  optional: true
2165
2165
 
2166
- '@biomejs/cli-win32-arm64@2.4.16':
2166
+ '@biomejs/cli-win32-arm64@2.5.6':
2167
2167
  optional: true
2168
2168
 
2169
- '@biomejs/cli-win32-x64@2.4.16':
2169
+ '@biomejs/cli-win32-x64@2.5.6':
2170
2170
  optional: true
2171
2171
 
2172
2172
  '@braintree/sanitize-url@7.1.2': {}
@@ -7,19 +7,13 @@
7
7
  height: 0;
8
8
  }
9
9
  to {
10
- height: var(
11
- --radix-accordion-content-height,
12
- var(--accordion-panel-height, auto)
13
- );
10
+ height: var(--radix-accordion-content-height, var(--accordion-panel-height, auto));
14
11
  }
15
12
  }
16
13
 
17
14
  @keyframes accordion-up {
18
15
  from {
19
- height: var(
20
- --radix-accordion-content-height,
21
- var(--accordion-panel-height, auto)
22
- );
16
+ height: var(--radix-accordion-content-height, var(--accordion-panel-height, auto));
23
17
  }
24
18
  to {
25
19
  height: 0;