@socketsecurity/cli-with-sentry 0.14.121 → 0.14.123
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/dist/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/module-sync/cli.js +34 -15
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/shadow-npm-inject.js +2 -2
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/require/cli.js +34 -15
- package/dist/require/cli.js.map +1 -1
- package/dist/require/shadow-npm-inject.js +2 -2
- package/dist/require/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
|
@@ -627,7 +627,7 @@ async function setupSdk(
|
|
|
627
627
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_NAME']".
|
|
628
628
|
name: '@socketsecurity/cli',
|
|
629
629
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
630
|
-
version: '0.14.
|
|
630
|
+
version: '0.14.123',
|
|
631
631
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_HOMEPAGE']".
|
|
632
632
|
homepage: 'https://github.com/SocketDev/socket-cli'
|
|
633
633
|
})
|
|
@@ -2612,5 +2612,5 @@ exports.supportedConfigKeys = supportedConfigKeys
|
|
|
2612
2612
|
exports.updateConfigValue = updateConfigValue
|
|
2613
2613
|
exports.updateNode = updateNode
|
|
2614
2614
|
exports.updatePackageJsonFromNode = updatePackageJsonFromNode
|
|
2615
|
-
//# debugId=
|
|
2615
|
+
//# debugId=96219e31-2812-41fb-825d-2fda1853e63e
|
|
2616
2616
|
//# sourceMappingURL=shadow-npm-inject.js.map
|