@pack/hydrogen 1.0.6-ab-test.9 → 1.0.6-ab-test.10

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.
@@ -142,7 +142,7 @@ export function createPackClient(options) {
142
142
  ?.includes("exposedTest");
143
143
  if (hasExposedTestCookie) {
144
144
  // Clear the exposedTest cookie
145
- response.headers.set("Set-Cookie", cookie.serialize("exposedTest", "", {
145
+ response.headers.append("Set-Cookie", cookie.serialize("exposedTest", "", {
146
146
  maxAge: 0,
147
147
  }));
148
148
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pack/hydrogen",
3
3
  "description": "Pack Hydrogen",
4
- "version": "1.0.6-ab-test.9",
4
+ "version": "1.0.6-ab-test.10",
5
5
  "exports": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "engines": {