File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @devlensio/cli-darwin-arm64" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " Prebuilt DevLens CLI binary for macOS arm64 (Apple Silicon)" ,
55 "license" : " AGPL-3.0" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/devlensio/devlensOSS.git" ,
9+ "directory" : " npm/darwin-arm64"
10+ },
611 "os" : [
712 " darwin"
813 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @devlensio/cli-darwin-x64" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " Prebuilt DevLens CLI binary for macOS x64 (Intel)" ,
55 "license" : " AGPL-3.0" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/devlensio/devlensOSS.git" ,
9+ "directory" : " npm/darwin-x64"
10+ },
611 "os" : [
712 " darwin"
813 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @devlensio/cli-linux-arm64" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " Prebuilt DevLens CLI binary for Linux arm64" ,
55 "license" : " AGPL-3.0" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/devlensio/devlensOSS.git" ,
9+ "directory" : " npm/linux-arm64"
10+ },
611 "os" : [
712 " linux"
813 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @devlensio/cli-linux-x64" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " Prebuilt DevLens CLI binary for Linux x64" ,
55 "license" : " AGPL-3.0" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/devlensio/devlensOSS.git" ,
9+ "directory" : " npm/linux-x64"
10+ },
611 "os" : [
712 " linux"
813 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @devlensio/cli-windows-x64" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " Prebuilt DevLens CLI binary for Windows x64" ,
55 "license" : " AGPL-3.0" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/devlensio/devlensOSS.git" ,
9+ "directory" : " npm/windows-x64"
10+ },
611 "os" : [
712 " win32"
813 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @devlensio/cli" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "type" : " module" ,
55 "publishConfig" : {
66 "access" : " public"
77 },
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/devlensio/devlensOSS.git"
11+ },
812 "bin" : {
913 "devlens" : " bin/devlens.cjs"
1014 },
2226 "stage:binaries" : " node scripts/stage-binaries.mjs"
2327 },
2428 "optionalDependencies" : {
25- "@devlensio/cli-darwin-arm64" : " 0.2.2 " ,
26- "@devlensio/cli-darwin-x64" : " 0.2.2 " ,
27- "@devlensio/cli-linux-x64" : " 0.2.2 " ,
28- "@devlensio/cli-linux-arm64" : " 0.2.2 " ,
29- "@devlensio/cli-windows-x64" : " 0.2.2 "
29+ "@devlensio/cli-darwin-arm64" : " 0.2.3 " ,
30+ "@devlensio/cli-darwin-x64" : " 0.2.3 " ,
31+ "@devlensio/cli-linux-x64" : " 0.2.3 " ,
32+ "@devlensio/cli-linux-arm64" : " 0.2.3 " ,
33+ "@devlensio/cli-windows-x64" : " 0.2.3 "
3034 },
3135 "devDependencies" : {
3236 "@modelcontextprotocol/sdk" : " ^1.29.0" ,
You can’t perform that action at this time.
0 commit comments