@uniformdev/cli 20.26.1 → 20.26.2
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 +9 -9
package/dist/index.mjs
CHANGED
|
@@ -857,7 +857,7 @@ import {
|
|
|
857
857
|
walkNodeTree,
|
|
858
858
|
walkPropertyValues
|
|
859
859
|
} from "@uniformdev/canvas";
|
|
860
|
-
var UNIFORM_FILE_MATCH = /"(https:\/\/([^"]*?)?(img|files)\.uniform\.(rocks|global)\/([^"]*?))"/g;
|
|
860
|
+
var UNIFORM_FILE_MATCH = /"(https:\/\/([^"]*?)?(img|files)\.(eu\.)?uniform\.(rocks|global)\/([^"]*?))"/g;
|
|
861
861
|
var walkFileUrlsForCompositionOrEntry = ({
|
|
862
862
|
entity,
|
|
863
863
|
callback
|
|
@@ -8597,7 +8597,7 @@ import { PostHog } from "posthog-node";
|
|
|
8597
8597
|
// package.json
|
|
8598
8598
|
var package_default = {
|
|
8599
8599
|
name: "@uniformdev/cli",
|
|
8600
|
-
version: "20.26.
|
|
8600
|
+
version: "20.26.2",
|
|
8601
8601
|
description: "Uniform command line interface tool",
|
|
8602
8602
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
8603
8603
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "20.26.
|
|
3
|
+
"version": "20.26.2",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@thi.ng/mime": "^2.2.23",
|
|
30
|
-
"@uniformdev/assets": "20.26.
|
|
31
|
-
"@uniformdev/canvas": "20.26.
|
|
32
|
-
"@uniformdev/context": "20.26.
|
|
33
|
-
"@uniformdev/files": "20.26.
|
|
34
|
-
"@uniformdev/project-map": "20.26.
|
|
35
|
-
"@uniformdev/redirect": "20.26.
|
|
36
|
-
"@uniformdev/richtext": "20.26.
|
|
30
|
+
"@uniformdev/assets": "20.26.2",
|
|
31
|
+
"@uniformdev/canvas": "20.26.2",
|
|
32
|
+
"@uniformdev/context": "20.26.2",
|
|
33
|
+
"@uniformdev/files": "20.26.2",
|
|
34
|
+
"@uniformdev/project-map": "20.26.2",
|
|
35
|
+
"@uniformdev/redirect": "20.26.2",
|
|
36
|
+
"@uniformdev/richtext": "20.26.2",
|
|
37
37
|
"call-bind": "^1.0.2",
|
|
38
38
|
"colorette": "2.0.20",
|
|
39
39
|
"cosmiconfig": "9.0.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "e9f8f8081d816af23d625d40d1a0557979b85feb"
|
|
83
83
|
}
|