@megasaver/cli 1.4.0 → 1.4.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.
@@ -262856,7 +262856,7 @@ var toolsCommand = defineCommand({
262856
262856
  });
262857
262857
 
262858
262858
  // src/main.ts
262859
- var version2 = "1.4.0" ;
262859
+ var version2 = "1.4.1" ;
262860
262860
  var mainCommand = defineCommand({
262861
262861
  meta: {
262862
262862
  name: "mega",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megasaver/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Mega Saver CLI - the `mega` command.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,8 +14,7 @@
14
14
  "access": "public"
15
15
  },
16
16
  "dependencies": {
17
- "typescript": "^5.7.3",
18
- "@megasaver/proxy-control": "0.2.0"
17
+ "typescript": "^5.7.3"
19
18
  },
20
19
  "optionalDependencies": {
21
20
  "@huggingface/transformers": "^3.3.3"