@gitlab/orbit 0.99.0 → 0.100.1
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @gitlab/orbit
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[GitLab Orbit](https://gitlab.com/gitlab-org/orbit/knowledge-graph)
|
|
4
4
|
local CLI. Indexes a repository on your machine into a local DuckDB property
|
|
5
5
|
graph and answers code-structure queries (definitions, references, imports,
|
|
6
6
|
files, directories) over it.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/orbit",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "GitLab
|
|
3
|
+
"version": "0.100.1",
|
|
4
|
+
"description": "GitLab Orbit local CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gitlab",
|
|
7
7
|
"orbit",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"@gitlab/orbit-darwin-arm64": "0.
|
|
35
|
-
"@gitlab/orbit-darwin-x64": "0.
|
|
36
|
-
"@gitlab/orbit-linux-arm64": "0.
|
|
37
|
-
"@gitlab/orbit-linux-x64": "0.
|
|
38
|
-
"@gitlab/orbit-win32-x64": "0.
|
|
34
|
+
"@gitlab/orbit-darwin-arm64": "0.100.1",
|
|
35
|
+
"@gitlab/orbit-darwin-x64": "0.100.1",
|
|
36
|
+
"@gitlab/orbit-linux-arm64": "0.100.1",
|
|
37
|
+
"@gitlab/orbit-linux-x64": "0.100.1",
|
|
38
|
+
"@gitlab/orbit-win32-x64": "0.100.1"
|
|
39
39
|
}
|
|
40
40
|
}
|