@prezly/theme-kit-core 10.5.2 → 10.6.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.
|
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.URL_PATTERN_SEGMENT_CHARSET = void 0;
|
|
7
|
-
var URL_PATTERN_SEGMENT_CHARSET = exports.URL_PATTERN_SEGMENT_CHARSET =
|
|
7
|
+
var URL_PATTERN_SEGMENT_CHARSET = exports.URL_PATTERN_SEGMENT_CHARSET = '^/'; // this charset is used in a Regex like this: `[${segmentValueCharset}]+` // @see [DEV-22400]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const URL_PATTERN_SEGMENT_CHARSET = "
|
|
1
|
+
export declare const URL_PATTERN_SEGMENT_CHARSET = "^/";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var URL_PATTERN_SEGMENT_CHARSET =
|
|
1
|
+
export var URL_PATTERN_SEGMENT_CHARSET = '^/'; // this charset is used in a Regex like this: `[${segmentValueCharset}]+` // @see [DEV-22400]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prezly/theme-kit-core",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.6.1",
|
|
4
4
|
"description": "Data layer and utility library for developing Prezly themes with JavaScript",
|
|
5
5
|
"main": "build/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@prezly/sdk": "21.12.0 || ^23.x"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@prezly/theme-kit-intl": "^10.
|
|
42
|
+
"@prezly/theme-kit-intl": "^10.6.1",
|
|
43
43
|
"@prezly/uploadcare": "2.4.4",
|
|
44
44
|
"@technically/is-not-undefined": "^1.0.0",
|
|
45
45
|
"@technically/omit-undefined": "^1.0.4",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "2e48bb44e892cfb7e16b6083a0fdfef506456c73"
|
|
78
78
|
}
|