socket 0.14.136 → 0.14.137
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/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/shadow-npm-inject.js +2 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/vendor.js +19 -5
- package/dist/vendor.js.map +1 -1
- package/package.json +5 -6
package/dist/cli.js
CHANGED
|
@@ -903,7 +903,7 @@ function emitBanner(name) {
|
|
|
903
903
|
logger.logger.error(getAsciiHeader(name))
|
|
904
904
|
}
|
|
905
905
|
function getAsciiHeader(command) {
|
|
906
|
-
const cliVersion = '0.14.
|
|
906
|
+
const cliVersion = '0.14.137:757d90e:f684bac3:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
907
907
|
const nodeVersion = process$1.version
|
|
908
908
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
909
909
|
const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
|
|
@@ -12252,7 +12252,7 @@ void (async () => {
|
|
|
12252
12252
|
await vendor.updater({
|
|
12253
12253
|
name: SOCKET_CLI_BIN_NAME,
|
|
12254
12254
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12255
|
-
version: '0.14.
|
|
12255
|
+
version: '0.14.137',
|
|
12256
12256
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12257
12257
|
})
|
|
12258
12258
|
try {
|
|
@@ -12320,5 +12320,5 @@ void (async () => {
|
|
|
12320
12320
|
await shadowNpmInject.captureException(e)
|
|
12321
12321
|
}
|
|
12322
12322
|
})()
|
|
12323
|
-
//# debugId=
|
|
12323
|
+
//# debugId=8ca86940-8031-48b3-bcd7-7c87414655ae
|
|
12324
12324
|
//# sourceMappingURL=cli.js.map
|