|
1 | 1 | { |
2 | 2 | "$schema": "https://json.schemastore.org/package.json", |
3 | 3 | "name": "@flash-install/cli", |
4 | | - "version": "1.8.0", |
| 4 | + "version": "1.8.1", |
5 | 5 | "description": "A fast, drop-in replacement for npm install with deterministic caching", |
6 | 6 | "type": "module", |
7 | 7 | "main": "dist/index.js", |
8 | 8 | "bin": { |
9 | | - "flash-install": "dist/cli.js", |
10 | | - "flash": "dist/cli.js", |
| 9 | + "flash-install": "dist/cli-direct.js", |
| 10 | + "flash": "dist/cli-direct.js", |
11 | 11 | "flash-direct": "dist/cli-direct.js", |
12 | 12 | "flash-install-direct": "dist/cli-direct.js" |
13 | 13 | }, |
|
80 | 80 | "js-yaml": "^4.1.0", |
81 | 81 | "jsonc-parser": "^3.2.0", |
82 | 82 | "lodash": "^4.17.21", |
83 | | - "react": "^19.1.0", |
84 | | - "react-dom": "^19.1.0", |
| 83 | + "react": "^18.3.1", |
| 84 | + "react-dom": "^18.3.1", |
85 | 85 | "readable-stream": "^4.7.0", |
86 | 86 | "semver": "^7.5.4", |
87 | 87 | "tar-stream": "^3.1.6", |
|
97 | 97 | "@types/jest": "^29.5.0", |
98 | 98 | "@types/js-yaml": "^4.0.9", |
99 | 99 | "@types/node": "^18.15.11", |
100 | | - "@types/react": "^19.1.2", |
101 | | - "@types/react-dom": "^19.1.2", |
| 100 | + "@types/react": "^18.2.0", |
| 101 | + "@types/react-dom": "^18.2.0", |
102 | 102 | "@types/semver": "^7.5.3", |
103 | 103 | "@types/tar-stream": "^3.1.3", |
104 | 104 | "@typescript-eslint/eslint-plugin": "^5.57.1", |
|
0 commit comments