@socketsecurity/cli-with-sentry 0.14.49 → 0.14.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "0.14.49",
3
+ "version": "0.14.50",
4
4
  "description": "CLI tool for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -62,8 +62,8 @@
62
62
  "test:prepare": "cross-env VITEST=1 npm run build",
63
63
  "test:unit": "vitest --run",
64
64
  "test:unit:coverage": "vitest run --coverage",
65
- "test:unit:update-snapshots": "vitest --update",
66
65
  "test-ci": "run-s test:*",
66
+ "testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare test:unit -- --update",
67
67
  "update": "run-p --aggregate-output update:**",
68
68
  "update:deps": "npx --yes npm-check-updates"
69
69
  },