houdini-react 1.2.33 → 1.2.35
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.
|
@@ -78996,7 +78996,7 @@ function page_id(path3) {
|
|
|
78996
78996
|
if (path3.endsWith("/") && path3.length > 1) {
|
|
78997
78997
|
path3 = path3.substring(0, path3.length - 1);
|
|
78998
78998
|
}
|
|
78999
|
-
const special_chars = ["/", "]", "[", "(", ")"];
|
|
78999
|
+
const special_chars = ["/", "]", "[", "(", ")", "-"];
|
|
79000
79000
|
const mask = "_";
|
|
79001
79001
|
let copy = "";
|
|
79002
79002
|
for (const char of path3) {
|
|
@@ -78986,7 +78986,7 @@ function page_id(path3) {
|
|
|
78986
78986
|
if (path3.endsWith("/") && path3.length > 1) {
|
|
78987
78987
|
path3 = path3.substring(0, path3.length - 1);
|
|
78988
78988
|
}
|
|
78989
|
-
const special_chars = ["/", "]", "[", "(", ")"];
|
|
78989
|
+
const special_chars = ["/", "]", "[", "(", ")", "-"];
|
|
78990
78990
|
const mask = "_";
|
|
78991
78991
|
let copy = "";
|
|
78992
78992
|
for (const char of path3) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.35",
|
|
4
4
|
"description": "The React plugin for houdini",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"recast": "^0.23.1",
|
|
44
44
|
"rollup": "^3.7.4",
|
|
45
45
|
"use-deep-compare-effect": "^1.8.1",
|
|
46
|
-
"houdini": "^1.2.
|
|
46
|
+
"houdini": "^1.2.35"
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
49
49
|
"build"
|