@uniformdev/cli 19.45.2-alpha.7 → 19.46.0
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.mjs +2 -2
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1519,7 +1519,7 @@ var extractAndDownloadUniformFilesForObject = async (object, options) => {
|
|
|
1519
1519
|
fileDownloadQueue.add(async () => {
|
|
1520
1520
|
try {
|
|
1521
1521
|
const fetchUrl = `${url.origin}${url.pathname}?format=original`;
|
|
1522
|
-
const fileName = urlToFileName(
|
|
1522
|
+
const fileName = urlToFileName(url.toString());
|
|
1523
1523
|
const fileAlreadyExists = await fsj.existsAsync(
|
|
1524
1524
|
join2(options.directory, FILES_DIRECTORY_NAME, fileName)
|
|
1525
1525
|
);
|
|
@@ -4692,7 +4692,7 @@ import { PostHog } from "posthog-node";
|
|
|
4692
4692
|
// package.json
|
|
4693
4693
|
var package_default = {
|
|
4694
4694
|
name: "@uniformdev/cli",
|
|
4695
|
-
version: "19.
|
|
4695
|
+
version: "19.46.0",
|
|
4696
4696
|
description: "Uniform command line interface tool",
|
|
4697
4697
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
4698
4698
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.46.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@thi.ng/mime": "^2.2.23",
|
|
20
|
-
"@uniformdev/canvas": "19.
|
|
21
|
-
"@uniformdev/context": "19.
|
|
22
|
-
"@uniformdev/files": "19.
|
|
23
|
-
"@uniformdev/project-map": "19.
|
|
24
|
-
"@uniformdev/redirect": "19.
|
|
20
|
+
"@uniformdev/canvas": "19.46.0",
|
|
21
|
+
"@uniformdev/context": "19.46.0",
|
|
22
|
+
"@uniformdev/files": "19.46.0",
|
|
23
|
+
"@uniformdev/project-map": "19.46.0",
|
|
24
|
+
"@uniformdev/redirect": "19.46.0",
|
|
25
25
|
"colorette": "2.0.20",
|
|
26
26
|
"cosmiconfig": "8.2.0",
|
|
27
27
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "6adedbd963772fdfe3c43584a89704d58527719d"
|
|
70
70
|
}
|