@saidulbadhon/jssm-cli 1.6.3 → 1.6.4
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5826,7 +5826,7 @@ ${import_chalk.default.bold("Usage in Docker:")}
|
|
|
5826
5826
|
|
|
5827
5827
|
// src/utils/versionCheck.ts
|
|
5828
5828
|
var PACKAGE_NAME = "@saidulbadhon/jssm-cli";
|
|
5829
|
-
var CURRENT_VERSION = "1.6.
|
|
5829
|
+
var CURRENT_VERSION = "1.6.4";
|
|
5830
5830
|
async function getLatestVersion() {
|
|
5831
5831
|
try {
|
|
5832
5832
|
const response = await fetch(`https://registry.npmjs.org/${PACKAGE_NAME}`);
|