@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.3";
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}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saidulbadhon/jssm-cli",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "private": false,
5
5
  "description": "CLI for JSSM - Simple environment variable manager",
6
6
  "author": "Saidul Badhon",