socket 0.14.116 → 0.14.117
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/module-sync/cli.js +3 -3
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/semver.d.ts +2 -1
- package/dist/module-sync/shadow-npm-inject.js +31 -31
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/require/cli.js +3 -3
- package/dist/require/cli.js.map +1 -1
- package/dist/require/shadow-npm-inject.js +31 -31
- package/dist/require/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
package/dist/module-sync/cli.js
CHANGED
|
@@ -917,7 +917,7 @@ function emitBanner(name) {
|
|
|
917
917
|
logger.logger.error(getAsciiHeader(name))
|
|
918
918
|
}
|
|
919
919
|
function getAsciiHeader(command) {
|
|
920
|
-
const cliVersion = '0.14.
|
|
920
|
+
const cliVersion = '0.14.117:3a58b03:992e8879:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
921
921
|
const nodeVersion = process$1.version
|
|
922
922
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
923
923
|
const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
|
|
@@ -12302,7 +12302,7 @@ void (async () => {
|
|
|
12302
12302
|
await vendor.updater({
|
|
12303
12303
|
name: SOCKET_CLI_BIN_NAME,
|
|
12304
12304
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12305
|
-
version: '0.14.
|
|
12305
|
+
version: '0.14.117',
|
|
12306
12306
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12307
12307
|
})
|
|
12308
12308
|
try {
|
|
@@ -12370,5 +12370,5 @@ void (async () => {
|
|
|
12370
12370
|
await shadowNpmInject.captureException(e)
|
|
12371
12371
|
}
|
|
12372
12372
|
})()
|
|
12373
|
-
//# debugId=
|
|
12373
|
+
//# debugId=6435fd3c-af36-45dd-abe9-42d54adb2b3f
|
|
12374
12374
|
//# sourceMappingURL=cli.js.map
|