socket 0.14.60 → 0.14.61
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/shadow-npm-inject.js +2 -2
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/module-sync/shadow-npm-paths.js +2 -2
- package/dist/module-sync/shadow-npm-paths.js.map +1 -1
- package/dist/require/cli.js +3 -3
- package/dist/require/cli.js.map +1 -1
- package/package.json +2 -2
package/dist/module-sync/cli.js
CHANGED
|
@@ -1526,7 +1526,7 @@ function emitBanner(name) {
|
|
|
1526
1526
|
}
|
|
1527
1527
|
function getAsciiHeader(command) {
|
|
1528
1528
|
const cliVersion = // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
1529
|
-
"0.14.
|
|
1529
|
+
"0.14.61:d32a295:0c87e09e:pub";
|
|
1530
1530
|
const nodeVersion = process.version;
|
|
1531
1531
|
const apiToken = shadowNpmInject.getSetting('apiToken');
|
|
1532
1532
|
const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no';
|
|
@@ -8291,7 +8291,7 @@ void (async () => {
|
|
|
8291
8291
|
await updateNotifier({
|
|
8292
8292
|
name: SOCKET_CLI_BIN_NAME,
|
|
8293
8293
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
8294
|
-
version: "0.14.
|
|
8294
|
+
version: "0.14.61",
|
|
8295
8295
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
8296
8296
|
});
|
|
8297
8297
|
try {
|
|
@@ -8358,5 +8358,5 @@ void (async () => {
|
|
|
8358
8358
|
await shadowNpmInject.captureException(e);
|
|
8359
8359
|
}
|
|
8360
8360
|
})();
|
|
8361
|
-
//# debugId=
|
|
8361
|
+
//# debugId=10176045-1812-42a1-9fa6-32814c810beb
|
|
8362
8362
|
//# sourceMappingURL=cli.js.map
|