socket 0.14.138 → 0.14.139
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 +2 -2
- 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.139:7ba040b:fd014736: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')
|
|
@@ -12253,7 +12253,7 @@ void (async () => {
|
|
|
12253
12253
|
await vendor.updater({
|
|
12254
12254
|
name: SOCKET_CLI_BIN_NAME,
|
|
12255
12255
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12256
|
-
version: '0.14.
|
|
12256
|
+
version: '0.14.139',
|
|
12257
12257
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12258
12258
|
})
|
|
12259
12259
|
try {
|
|
@@ -12321,5 +12321,5 @@ void (async () => {
|
|
|
12321
12321
|
await shadowNpmInject.captureException(e)
|
|
12322
12322
|
}
|
|
12323
12323
|
})()
|
|
12324
|
-
//# debugId=
|
|
12324
|
+
//# debugId=0e3ebfd0-e51f-4927-9b46-8811c9621a9
|
|
12325
12325
|
//# sourceMappingURL=cli.js.map
|