Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "grafbase", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "The Grafbase command line interface", | ||
@@ -19,3 +19,4 @@ "keywords": [ | ||
"bin": { | ||
"grafbase": "grafbase" | ||
"grafbase": "grafbase", | ||
"gb": "grafbase" | ||
}, | ||
@@ -25,13 +26,11 @@ "scripts": { | ||
}, | ||
"dependencies": { | ||
"detect-libc": "^2.0.1" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"jest": "^28.1.2" | ||
"jest": "28.1.3" | ||
}, | ||
"optionalDependencies": { | ||
"@grafbase/cli-aarch64-apple-darwin": "^0.2.1", | ||
"@grafbase/cli-x86_64-apple-darwin": "^0.2.1", | ||
"@grafbase/cli-x86_64-pc-windows-msvc": "^0.2.1", | ||
"@grafbase/cli-x86_64-unknown-linux-musl": "^0.2.1" | ||
"@grafbase/cli-aarch64-apple-darwin": "^0.3.0", | ||
"@grafbase/cli-x86_64-apple-darwin": "^0.3.0", | ||
"@grafbase/cli-x86_64-pc-windows-msvc": "^0.3.0", | ||
"@grafbase/cli-x86_64-unknown-linux-musl": "^0.3.0" | ||
}, | ||
@@ -38,0 +37,0 @@ "engines": { |
@@ -39,2 +39,3 @@ # Grafbase | ||
- `-s, --search` - If a given port is unavailable, search for another | ||
- `--disable-watch` - Do not listen for schema changes and reload | ||
@@ -41,0 +42,0 @@ ### `init` |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
566895
4
0
100
48
1
+ Added@grafbase/cli-aarch64-apple-darwin@0.3.0(transitive)
+ Added@grafbase/cli-x86_64-apple-darwin@0.3.0(transitive)
+ Added@grafbase/cli-x86_64-pc-windows-msvc@0.3.0(transitive)
+ Added@grafbase/cli-x86_64-unknown-linux-musl@0.3.0(transitive)
- Removeddetect-libc@^2.0.1
- Removed@grafbase/cli-aarch64-apple-darwin@0.2.1(transitive)
- Removed@grafbase/cli-x86_64-apple-darwin@0.2.1(transitive)
- Removed@grafbase/cli-x86_64-pc-windows-msvc@0.2.1(transitive)
- Removed@grafbase/cli-x86_64-unknown-linux-musl@0.2.1(transitive)
- Removeddetect-libc@2.0.3(transitive)