socket 0.14.133 → 0.14.134
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 +8 -3
- package/dist/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -938,7 +938,7 @@ function emitBanner(name) {
|
|
|
938
938
|
logger.logger.error(getAsciiHeader(name))
|
|
939
939
|
}
|
|
940
940
|
function getAsciiHeader(command) {
|
|
941
|
-
const cliVersion = '0.14.
|
|
941
|
+
const cliVersion = '0.14.134:c664da6:42d10399:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
942
942
|
const nodeVersion = process$1.version
|
|
943
943
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
944
944
|
const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
|
|
@@ -12283,7 +12283,7 @@ void (async () => {
|
|
|
12283
12283
|
await vendor.updater({
|
|
12284
12284
|
name: SOCKET_CLI_BIN_NAME,
|
|
12285
12285
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12286
|
-
version: '0.14.
|
|
12286
|
+
version: '0.14.134',
|
|
12287
12287
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12288
12288
|
})
|
|
12289
12289
|
try {
|
|
@@ -12351,5 +12351,5 @@ void (async () => {
|
|
|
12351
12351
|
await shadowNpmInject.captureException(e)
|
|
12352
12352
|
}
|
|
12353
12353
|
})()
|
|
12354
|
-
//# debugId=
|
|
12354
|
+
//# debugId=9316eeea-6bd5-477a-92e3-f9fde7d20f1d
|
|
12355
12355
|
//# sourceMappingURL=cli.js.map
|