@lunarity/nebula-fetch-cli 0.1.0 → 0.1.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.
- package/dist/index.cjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -47694,7 +47694,7 @@ var {
|
|
|
47694
47694
|
} = import_index.default;
|
|
47695
47695
|
|
|
47696
47696
|
// package.json
|
|
47697
|
-
var version = "0.1.
|
|
47697
|
+
var version = "0.1.1";
|
|
47698
47698
|
|
|
47699
47699
|
// node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
47700
47700
|
var ANSI_BACKGROUND_OFFSET = 10;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunarity/nebula-fetch-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "CLI tool for downloading media from different platforms",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"chalk": "^5.3.0",
|
|
16
16
|
"cheerio": "^1.2.0",
|
|
17
17
|
"commander": "^12.1.0",
|
|
18
|
-
|
|
18
|
+
"debug": "^4.4.3",
|
|
19
19
|
"turndown": "^7.2.2",
|
|
20
20
|
"youtube-dl-exec": "^3.0.30"
|
|
21
21
|
},
|