Skip to content

Commit 08e0ada

Browse files
committed
Bump to v1.2.0
1 parent 1b4651d commit 08e0ada

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

packages/cli-with-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/cli-with-sentry",
3-
"version": "1.1.25",
3+
"version": "1.2.0",
44
"description": "Socket CLI with Sentry telemetry for enhanced error reporting",
55
"homepage": "https://github.com/SocketDev/socket-cli",
66
"license": "MIT",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/cli",
3-
"version": "1.1.25",
3+
"version": "1.2.0",
44
"description": "CLI for Socket.dev",
55
"homepage": "https://github.com/SocketDev/socket-cli",
66
"license": "MIT",

packages/socket/package.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
2-
"bin": {
3-
"socket": "./bin/socket.js"
2+
"name": "socket",
3+
"version": "1.2.0",
4+
"description": "CLI for Socket.dev",
5+
"homepage": "https://github.com/SocketDev/socket-cli",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
10+
},
11+
"author": {
12+
"name": "Socket Inc",
13+
"email": "eng@socket.dev",
14+
"url": "https://socket.dev"
415
},
5-
"description": "Thin Socket CLI wrapper that downloads and delegates to @socketsecurity/cli",
616
"devDependencies": {
717
"vitest": "3.0.0"
818
},
@@ -13,8 +23,6 @@
1323
"bin/",
1424
"dist/"
1525
],
16-
"license": "MIT",
17-
"name": "socket",
1826
"optionalDependencies": {
1927
"@socketbin/cli-alpine-arm64": "0.0.0",
2028
"@socketbin/cli-alpine-x64": "0.0.0",
@@ -29,6 +37,5 @@
2937
"test": "vitest run",
3038
"test:coverage": "vitest run --coverage",
3139
"test:watch": "vitest"
32-
},
33-
"version": "1.0.0"
40+
}
3441
}

0 commit comments

Comments
 (0)