houdini-svelte 1.2.33 → 1.2.34

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.
@@ -78971,7 +78971,7 @@ function page_id(path3) {
78971
78971
  if (path3.endsWith("/") && path3.length > 1) {
78972
78972
  path3 = path3.substring(0, path3.length - 1);
78973
78973
  }
78974
- const special_chars = ["/", "]", "[", "(", ")"];
78974
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
78975
78975
  const mask = "_";
78976
78976
  let copy = "";
78977
78977
  for (const char of path3) {
@@ -144045,7 +144045,7 @@ function page_id2(path3) {
144045
144045
  if (path3.endsWith("/") && path3.length > 1) {
144046
144046
  path3 = path3.substring(0, path3.length - 1);
144047
144047
  }
144048
- const special_chars = ["/", "]", "[", "(", ")"];
144048
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
144049
144049
  const mask = "_";
144050
144050
  let copy = "";
144051
144051
  for (const char of path3) {
@@ -78966,7 +78966,7 @@ function page_id(path3) {
78966
78966
  if (path3.endsWith("/") && path3.length > 1) {
78967
78967
  path3 = path3.substring(0, path3.length - 1);
78968
78968
  }
78969
- const special_chars = ["/", "]", "[", "(", ")"];
78969
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
78970
78970
  const mask = "_";
78971
78971
  let copy = "";
78972
78972
  for (const char of path3) {
@@ -144039,7 +144039,7 @@ function page_id2(path3) {
144039
144039
  if (path3.endsWith("/") && path3.length > 1) {
144040
144040
  path3 = path3.substring(0, path3.length - 1);
144041
144041
  }
144042
- const special_chars = ["/", "]", "[", "(", ")"];
144042
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
144043
144043
  const mask = "_";
144044
144044
  let copy = "";
144045
144045
  for (const char of path3) {
@@ -83092,7 +83092,7 @@ function page_id(path3) {
83092
83092
  if (path3.endsWith("/") && path3.length > 1) {
83093
83093
  path3 = path3.substring(0, path3.length - 1);
83094
83094
  }
83095
- const special_chars = ["/", "]", "[", "(", ")"];
83095
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
83096
83096
  const mask = "_";
83097
83097
  let copy = "";
83098
83098
  for (const char of path3) {
@@ -175850,7 +175850,7 @@ function page_id2(path3) {
175850
175850
  if (path3.endsWith("/") && path3.length > 1) {
175851
175851
  path3 = path3.substring(0, path3.length - 1);
175852
175852
  }
175853
- const special_chars = ["/", "]", "[", "(", ")"];
175853
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
175854
175854
  const mask = "_";
175855
175855
  let copy = "";
175856
175856
  for (const char of path3) {
@@ -83089,7 +83089,7 @@ function page_id(path3) {
83089
83089
  if (path3.endsWith("/") && path3.length > 1) {
83090
83090
  path3 = path3.substring(0, path3.length - 1);
83091
83091
  }
83092
- const special_chars = ["/", "]", "[", "(", ")"];
83092
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
83093
83093
  const mask = "_";
83094
83094
  let copy = "";
83095
83095
  for (const char of path3) {
@@ -175846,7 +175846,7 @@ function page_id2(path3) {
175846
175846
  if (path3.endsWith("/") && path3.length > 1) {
175847
175847
  path3 = path3.substring(0, path3.length - 1);
175848
175848
  }
175849
- const special_chars = ["/", "]", "[", "(", ")"];
175849
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
175850
175850
  const mask = "_";
175851
175851
  let copy = "";
175852
175852
  for (const char of path3) {
@@ -78974,7 +78974,7 @@ function page_id(path32) {
78974
78974
  if (path32.endsWith("/") && path32.length > 1) {
78975
78975
  path32 = path32.substring(0, path32.length - 1);
78976
78976
  }
78977
- const special_chars = ["/", "]", "[", "(", ")"];
78977
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
78978
78978
  const mask = "_";
78979
78979
  let copy = "";
78980
78980
  for (const char of path32) {
@@ -266946,7 +266946,7 @@ function page_id2(path32) {
266946
266946
  if (path32.endsWith("/") && path32.length > 1) {
266947
266947
  path32 = path32.substring(0, path32.length - 1);
266948
266948
  }
266949
- const special_chars = ["/", "]", "[", "(", ")"];
266949
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
266950
266950
  const mask = "_";
266951
266951
  let copy = "";
266952
266952
  for (const char of path32) {
@@ -78966,7 +78966,7 @@ function page_id(path32) {
78966
78966
  if (path32.endsWith("/") && path32.length > 1) {
78967
78967
  path32 = path32.substring(0, path32.length - 1);
78968
78968
  }
78969
- const special_chars = ["/", "]", "[", "(", ")"];
78969
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
78970
78970
  const mask = "_";
78971
78971
  let copy = "";
78972
78972
  for (const char of path32) {
@@ -266935,7 +266935,7 @@ function page_id2(path32) {
266935
266935
  if (path32.endsWith("/") && path32.length > 1) {
266936
266936
  path32 = path32.substring(0, path32.length - 1);
266937
266937
  }
266938
- const special_chars = ["/", "]", "[", "(", ")"];
266938
+ const special_chars = ["/", "]", "[", "(", ")", "-"];
266939
266939
  const mask = "_";
266940
266940
  let copy = "";
266941
266941
  for (const char of path32) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-svelte",
3
- "version": "1.2.33",
3
+ "version": "1.2.34",
4
4
  "description": "The svelte plugin for houdini",
5
5
  "keywords": [
6
6
  "typescript",
@@ -32,7 +32,7 @@
32
32
  "rollup": "^3.7.4",
33
33
  "svelte": "^3.57.0",
34
34
  "vite": "^4.1.1",
35
- "houdini": "^1.2.33"
35
+ "houdini": "^1.2.34"
36
36
  },
37
37
  "files": [
38
38
  "build"