dualsense-ts 5.2.1 → 5.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dualsense-ts",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "A natural interface for your DualSense controller, with Typescript",
5
5
  "keywords": [
6
6
  "dualsense",
@@ -22,7 +22,7 @@
22
22
  // https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
23
23
  // https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
24
24
  // Otherwise, leave pathSegmentsToKeep as 0.
25
- var pathSegmentsToKeep = 1;
25
+ var pathSegmentsToKeep = 2;
26
26
 
27
27
  var l = window.location;
28
28
  l.replace(
@@ -22,7 +22,7 @@
22
22
  // https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
23
23
  // https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
24
24
  // Otherwise, leave pathSegmentsToKeep as 0.
25
- var pathSegmentsToKeep = 1;
25
+ var pathSegmentsToKeep = 2;
26
26
 
27
27
  var l = window.location;
28
28
  l.replace(