socket 0.14.146 → 0.14.147
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/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/shadow-npm-inject.js +17 -8
- package/dist/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -904,7 +904,7 @@ function emitBanner(name) {
|
|
|
904
904
|
logger.logger.error(getAsciiHeader(name))
|
|
905
905
|
}
|
|
906
906
|
function getAsciiHeader(command) {
|
|
907
|
-
const cliVersion = '0.14.
|
|
907
|
+
const cliVersion = '0.14.147:be0fdf7:129207b8:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
908
908
|
const nodeVersion = process$1.version
|
|
909
909
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
910
910
|
const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
|
|
@@ -12257,7 +12257,7 @@ void (async () => {
|
|
|
12257
12257
|
await vendor.updater({
|
|
12258
12258
|
name: SOCKET_CLI_BIN_NAME,
|
|
12259
12259
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12260
|
-
version: '0.14.
|
|
12260
|
+
version: '0.14.147',
|
|
12261
12261
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12262
12262
|
})
|
|
12263
12263
|
try {
|
|
@@ -12325,5 +12325,5 @@ void (async () => {
|
|
|
12325
12325
|
await shadowNpmInject.captureException(e)
|
|
12326
12326
|
}
|
|
12327
12327
|
})()
|
|
12328
|
-
//# debugId=
|
|
12328
|
+
//# debugId=bbd43241-7b59-4dff-9ee3-8f60c7e28f1d
|
|
12329
12329
|
//# sourceMappingURL=cli.js.map
|