@biomejs/cli-darwin-x64 1.7.3 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/biome +0 -0
  2. package/package.json +20 -1
package/biome CHANGED
Binary file
package/package.json CHANGED
@@ -1 +1,20 @@
1
- {"name":"@biomejs/cli-darwin-x64","version":"1.7.3","license":"MIT OR Apache-2.0","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"packages/@biomejs/biome"},"engines":{"node":">=14.21.3"},"homepage":"https://biomejs.dev","os":["darwin"],"cpu":["x64"]}
1
+ {
2
+ "name": "@biomejs/cli-darwin-x64",
3
+ "version": "1.8.0",
4
+ "license": "MIT OR Apache-2.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/biomejs/biome.git",
8
+ "directory": "packages/@biomejs/biome"
9
+ },
10
+ "engines": {
11
+ "node": ">=14.21.3"
12
+ },
13
+ "homepage": "https://biomejs.dev",
14
+ "os": [
15
+ "darwin"
16
+ ],
17
+ "cpu": [
18
+ "x64"
19
+ ]
20
+ }