@tamagui/cli 1.20.3 → 1.20.5

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": "@tamagui/cli",
3
- "version": "1.20.3",
3
+ "version": "1.20.5",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "module": "dist/esm",
@@ -36,10 +36,10 @@
36
36
  "@callstack/repack-debugger-app": "^1.0.0",
37
37
  "@fastify/sensible": "^4.1.0",
38
38
  "@fastify/static": "^5.0.2",
39
- "@tamagui/build": "1.20.3",
40
- "@tamagui/static": "1.20.3",
41
- "@tamagui/types": "1.20.3",
42
- "@tamagui/vite-plugin": "1.20.3",
39
+ "@tamagui/build": "1.20.5",
40
+ "@tamagui/static": "1.20.5",
41
+ "@tamagui/types": "1.20.5",
42
+ "@tamagui/vite-plugin": "1.20.5",
43
43
  "@types/compression": "^1.7.2",
44
44
  "@types/morgan": "^1.9.3",
45
45
  "@vitejs/plugin-react-swc": "^3.2.0",
package/src/cli.ts CHANGED
@@ -217,7 +217,7 @@ function showHelp(definition: CommandDefinition, flags: { '--help'?: boolean })
217
217
  // default: {
218
218
  // if (!command || flags['--help']) {
219
219
  // }
220
- // // eslint-disable-next-line no-console
220
+ // // rome-ignore lint/nursery/noConsoleLog: ok
221
221
  // console.warn(chalk.yellow(`No command found ${command}`))
222
222
  // process.exit(1)
223
223
  // }
package/src/dev.ts CHANGED
@@ -173,7 +173,7 @@ export const dev = async (options: CLIResolvedOptions) => {
173
173
  indexJson: defaultResponse,
174
174
  })
175
175
 
176
- // eslint-disable-next-line no-console
176
+ // rome-ignore lint/nursery/noConsoleLog: ok
177
177
  console.log(`Listening on:`, chalk.green(`http://localhost:${port}`))
178
178
  server.printUrls()
179
179