stop-wasting-tokens 1.6.2 → 1.6.3
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.mjs +1 -1
- package/dist/dashboard-server.mjs +479 -266
- package/dist/dashboard-server.mjs.map +1 -1
- package/package.json +1 -1
- package/packages/dashboard/dist/client/assets/index-B9To9h2c.js +4 -0
- package/packages/dashboard/dist/client/assets/index-B9To9h2c.js.map +1 -0
- package/packages/dashboard/dist/client/assets/index-DXUshw9j.css +1 -0
- package/packages/dashboard/dist/client/index.html +2 -2
- package/packages/dashboard/dist/client/assets/index-D2jSlSIv.css +0 -1
- package/packages/dashboard/dist/client/assets/index-hx3LaUOK.js +0 -2
- package/packages/dashboard/dist/client/assets/index-hx3LaUOK.js.map +0 -1
package/dist/cli.mjs
CHANGED
|
@@ -47964,7 +47964,7 @@ async function queryLatestVersion(packageName, current, opts = {}) {
|
|
|
47964
47964
|
|
|
47965
47965
|
// packages/cli/src/commands/version.ts
|
|
47966
47966
|
init_esm_shims();
|
|
47967
|
-
var CURRENT_VERSION = "1.6.
|
|
47967
|
+
var CURRENT_VERSION = "1.6.3" ;
|
|
47968
47968
|
function versionHandler(version = CURRENT_VERSION) {
|
|
47969
47969
|
return (_parsed, io) => {
|
|
47970
47970
|
io.stdout.write(`swt ${version}
|