Skip to content

Commit ff79636

Browse files
authored
Merge pull request #143 from internxt/fix/dependencies-versions
[_]: fix/lock-all-dependencies-to-the-current-working-versions
2 parents dc99f91 + 9606989 commit ff79636

File tree

3 files changed

+165
-189
lines changed

3 files changed

+165
-189
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ npm install -g @internxt/cli
3131
$ internxt COMMAND
3232
running command...
3333
$ internxt (--version)
34-
@internxt/cli/1.4.1 win32-x64 node-v20.9.0
34+
@internxt/cli/1.4.2 win32-x64 node-v20.9.0
3535
$ internxt --help [COMMAND]
3636
USAGE
3737
$ internxt COMMAND
@@ -99,7 +99,7 @@ EXAMPLES
9999
$ internxt add-cert
100100
```
101101

102-
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/add-cert.ts)_
102+
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/add-cert.ts)_
103103

104104
## `internxt config`
105105

@@ -119,7 +119,7 @@ EXAMPLES
119119
$ internxt config
120120
```
121121

122-
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/config.ts)_
122+
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/config.ts)_
123123

124124
## `internxt create-folder`
125125

@@ -148,7 +148,7 @@ EXAMPLES
148148
$ internxt create-folder
149149
```
150150

151-
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/create-folder.ts)_
151+
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/create-folder.ts)_
152152

153153
## `internxt delete-permanently-file`
154154

@@ -178,7 +178,7 @@ EXAMPLES
178178
$ internxt delete-permanently-file
179179
```
180180

181-
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/delete-permanently-file.ts)_
181+
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/delete-permanently-file.ts)_
182182

183183
## `internxt delete-permanently-folder`
184184

@@ -208,7 +208,7 @@ EXAMPLES
208208
$ internxt delete-permanently-folder
209209
```
210210

211-
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/delete-permanently-folder.ts)_
211+
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/delete-permanently-folder.ts)_
212212

213213
## `internxt delete permanently file`
214214

@@ -297,7 +297,7 @@ EXAMPLES
297297
$ internxt download-file
298298
```
299299

300-
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/download-file.ts)_
300+
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/download-file.ts)_
301301

302302
## `internxt download file`
303303

@@ -356,7 +356,7 @@ EXAMPLES
356356
$ internxt list
357357
```
358358

359-
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/list.ts)_
359+
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/list.ts)_
360360

361361
## `internxt login`
362362

@@ -385,7 +385,7 @@ EXAMPLES
385385
$ internxt login
386386
```
387387

388-
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/login.ts)_
388+
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/login.ts)_
389389

390390
## `internxt logout`
391391

@@ -405,7 +405,7 @@ EXAMPLES
405405
$ internxt logout
406406
```
407407

408-
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/logout.ts)_
408+
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logout.ts)_
409409

410410
## `internxt logs`
411411

@@ -425,7 +425,7 @@ EXAMPLES
425425
$ internxt logs
426426
```
427427

428-
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/logs.ts)_
428+
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logs.ts)_
429429

430430
## `internxt move-file`
431431

@@ -457,7 +457,7 @@ EXAMPLES
457457
$ internxt move-file
458458
```
459459

460-
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/move-file.ts)_
460+
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-file.ts)_
461461

462462
## `internxt move-folder`
463463

@@ -489,7 +489,7 @@ EXAMPLES
489489
$ internxt move-folder
490490
```
491491

492-
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/move-folder.ts)_
492+
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-folder.ts)_
493493

494494
## `internxt move file`
495495

@@ -580,7 +580,7 @@ EXAMPLES
580580
$ internxt rename-file
581581
```
582582

583-
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/rename-file.ts)_
583+
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-file.ts)_
584584

585585
## `internxt rename-folder`
586586

@@ -611,7 +611,7 @@ EXAMPLES
611611
$ internxt rename-folder
612612
```
613613

614-
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/rename-folder.ts)_
614+
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-folder.ts)_
615615

616616
## `internxt rename file`
617617

@@ -699,7 +699,7 @@ EXAMPLES
699699
$ internxt trash-clear
700700
```
701701

702-
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-clear.ts)_
702+
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-clear.ts)_
703703

704704
## `internxt trash-file`
705705

@@ -729,7 +729,7 @@ EXAMPLES
729729
$ internxt trash-file
730730
```
731731

732-
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-file.ts)_
732+
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-file.ts)_
733733

734734
## `internxt trash-folder`
735735

@@ -759,7 +759,7 @@ EXAMPLES
759759
$ internxt trash-folder
760760
```
761761

762-
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-folder.ts)_
762+
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-folder.ts)_
763763

764764
## `internxt trash-list`
765765

@@ -785,7 +785,7 @@ EXAMPLES
785785
$ internxt trash-list
786786
```
787787

788-
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-list.ts)_
788+
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-list.ts)_
789789

790790
## `internxt trash-restore-file`
791791

@@ -816,7 +816,7 @@ EXAMPLES
816816
$ internxt trash-restore-file
817817
```
818818

819-
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-restore-file.ts)_
819+
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-restore-file.ts)_
820820

821821
## `internxt trash-restore-folder`
822822

@@ -847,7 +847,7 @@ EXAMPLES
847847
$ internxt trash-restore-folder
848848
```
849849

850-
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-restore-folder.ts)_
850+
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-restore-folder.ts)_
851851

852852
## `internxt trash clear`
853853

@@ -1044,7 +1044,7 @@ EXAMPLES
10441044
$ internxt upload-file
10451045
```
10461046

1047-
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/upload-file.ts)_
1047+
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/upload-file.ts)_
10481048

10491049
## `internxt upload file`
10501050

@@ -1099,7 +1099,7 @@ EXAMPLES
10991099
$ internxt webdav status
11001100
```
11011101

1102-
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/webdav.ts)_
1102+
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav.ts)_
11031103

11041104
## `internxt webdav-config`
11051105

@@ -1124,7 +1124,7 @@ EXAMPLES
11241124
$ internxt webdav-config
11251125
```
11261126

1127-
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/webdav-config.ts)_
1127+
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav-config.ts)_
11281128

11291129
## `internxt whoami`
11301130

@@ -1144,7 +1144,7 @@ EXAMPLES
11441144
$ internxt whoami
11451145
```
11461146

1147-
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/whoami.ts)_
1147+
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/whoami.ts)_
11481148
<!-- commandsstop -->
11491149

11501150
# Current Limitations

package.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Internxt <[email protected]>",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Internxt CLI to manage your encrypted storage",
55
"scripts": {
66
"build": "yarn clean && tsc",
@@ -37,59 +37,59 @@
3737
"/oclif.manifest.json"
3838
],
3939
"dependencies": {
40-
"@inquirer/prompts": "^7.2.0",
41-
"@internxt/inxt-js": "^2.0.11",
42-
"@internxt/lib": "^1.2.1",
43-
"@internxt/sdk": "^1.7.0",
44-
"@oclif/core": "^4.0.36",
45-
"@types/validator": "^13.12.2",
46-
"axios": "^1.7.9",
47-
"bip39": "^3.1.0",
48-
"body-parser": "^1.20.3",
49-
"cli-progress": "^3.12.0",
50-
"dayjs": "^1.11.13",
51-
"dotenv": "^16.4.7",
52-
"express": "^4.21.2",
53-
"express-async-handler": "^1.2.0",
54-
"express-basic-auth": "^1.2.1",
55-
"fast-xml-parser": "^4.5.0",
56-
"mime-types": "^2.1.35",
57-
"node-fetch": "^2",
58-
"openpgp": "^5.11.1",
59-
"pm2": "^5.4.3",
60-
"reflect-metadata": "^0.2.2",
61-
"selfsigned": "^2.4.1",
62-
"sequelize": "^6.37.5",
63-
"sequelize-typescript": "^2.1.6",
64-
"sqlite3": "^5.1.7",
65-
"tty-table": "^4.2.3",
66-
"winston": "^3.17.0"
40+
"@inquirer/prompts": "7.2.0",
41+
"@internxt/inxt-js": "2.0.11",
42+
"@internxt/lib": "1.2.1",
43+
"@internxt/sdk": "1.7.0",
44+
"@oclif/core": "4.0.37",
45+
"@types/validator": "13.12.2",
46+
"axios": "1.7.9",
47+
"bip39": "3.1.0",
48+
"body-parser": "1.20.3",
49+
"cli-progress": "3.12.0",
50+
"dayjs": "1.11.13",
51+
"dotenv": "16.4.7",
52+
"express": "4.21.2",
53+
"express-async-handler": "1.2.0",
54+
"express-basic-auth": "1.2.1",
55+
"fast-xml-parser": "4.5.1",
56+
"mime-types": "2.1.35",
57+
"node-fetch": "2.7.0",
58+
"openpgp": "5.11.2",
59+
"pm2": "5.4.3",
60+
"reflect-metadata": "0.2.2",
61+
"selfsigned": "2.4.1",
62+
"sequelize": "6.37.5",
63+
"sequelize-typescript": "2.1.6",
64+
"sqlite3": "5.1.7",
65+
"tty-table": "4.2.3",
66+
"winston": "3.17.0"
6767
},
6868
"devDependencies": {
69-
"@internxt/eslint-config-internxt": "^2.0.0",
69+
"@internxt/eslint-config-internxt": "2.0.0",
7070
"@internxt/prettier-config": "internxt/prettier-config#v1.0.2",
71-
"@oclif/test": "^4.1.4",
71+
"@oclif/test": "4.1.4",
7272
"@openpgp/web-stream-tools": "0.0.11-patch-0",
73-
"@types/cli-progress": "^3.11.6",
74-
"@types/express": "^5.0.0",
75-
"@types/mime-types": "^2.1.4",
76-
"@types/node": "^22.10.2",
77-
"@types/node-fetch": "^2.6.12",
73+
"@types/cli-progress": "3.11.6",
74+
"@types/express": "5.0.0",
75+
"@types/mime-types": "2.1.4",
76+
"@types/node": "22.10.2",
77+
"@types/node-fetch": "2.6.12",
7878
"@vitest/coverage-istanbul": "2.1.8",
79-
"@vitest/spy": "^2.1.8",
80-
"eslint": "^9.17.0",
81-
"husky": "^9.1.7",
82-
"lint-staged": "^15.2.11",
83-
"nock": "^13.5.6",
84-
"nodemon": "^3.1.9",
85-
"oclif": "^4.16.5",
86-
"prettier": "^3.4.2",
87-
"rimraf": "^6.0.1",
88-
"sequelize-cli": "^6.6.2",
89-
"ts-node": "^10.9.2",
90-
"typescript": "^5.7.2",
91-
"vitest": "^2.1.8",
92-
"vitest-mock-express": "^2.2.0"
79+
"@vitest/spy": "2.1.8",
80+
"eslint": "9.17.0",
81+
"husky": "9.1.7",
82+
"lint-staged": "15.2.11",
83+
"nock": "13.5.6",
84+
"nodemon": "3.1.9",
85+
"oclif": "4.16.5",
86+
"prettier": "3.4.2",
87+
"rimraf": "6.0.1",
88+
"sequelize-cli": "6.6.2",
89+
"ts-node": "10.9.2",
90+
"typescript": "5.7.2",
91+
"vitest": "2.1.8",
92+
"vitest-mock-express": "2.2.0"
9393
},
9494
"engines": {
9595
"node": ">=20.5.0"

0 commit comments

Comments
 (0)