@thinksoftai/cli 1.6.0 → 1.6.1

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 +5 -1
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ const program = new commander_1.Command();
62
62
  program
63
63
  .name('thinksoft')
64
64
  .description('ThinkSoft CLI - Create & Deploy apps to ThinkSoft platform')
65
- .version('1.6.0');
65
+ .version('1.6.1');
66
66
  // Login command
67
67
  program
68
68
  .command('login')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinksoftai/cli",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "ThinkSoft CLI - Create & Deploy apps to ThinkSoft platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -44,5 +44,9 @@
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=18.0.0"
47
+ },
48
+ "overrides": {
49
+ "glob": "^10.3.10",
50
+ "inflight": "npm:lru-cache@^10.0.0"
47
51
  }
48
52
  }