@akinon/next 1.25.0-rc.3 → 1.25.0-rc.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.25.0-rc.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 183674f: BRDG-9158: Handle locale prefix
8
+ - @akinon/eslint-plugin-projectzero@1.25.0-rc.4
9
+
3
10
  ## 1.25.0-rc.3
4
11
 
5
12
  ### Minor Changes
@@ -97,7 +97,7 @@ const withPzDefault =
97
97
  );
98
98
  }
99
99
 
100
- if (req.nextUrl.pathname.startsWith('/orders/redirect-three-d')) {
100
+ if (req.nextUrl.pathname.includes('/orders/redirect-three-d')) {
101
101
  return NextResponse.rewrite(
102
102
  new URL(`${encodeURI(Settings.commerceUrl)}/orders/redirect-three-d/`)
103
103
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/next",
3
3
  "description": "Core package for Project Zero Next",
4
- "version": "1.25.0-rc.3",
4
+ "version": "1.25.0-rc.4",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {