@kiva/kv-shop 1.1.1 → 1.1.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/dist/basket.cjs CHANGED
@@ -25,7 +25,7 @@ __export(basket_exports, {
25
25
  module.exports = __toCommonJS(basket_exports);
26
26
  var getCookieValue = (name) => {
27
27
  if (typeof document !== void 0) {
28
- return document.cookie.match(`(^|;)\\s*${name}\\s*=\\s*([^;]+)/`)?.pop() || "";
28
+ return document.cookie.match(`(^|;)\\s*${name}\\s*=\\s*([^;]+)`)?.pop() || "";
29
29
  }
30
30
  };
31
31
  function getBasketID() {
package/dist/basket.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getBasketID,
3
3
  setBasketID
4
- } from "./chunk-AEVGXKI6.js";
4
+ } from "./chunk-NEYLLDXO.js";
5
5
  export {
6
6
  getBasketID,
7
7
  setBasketID
@@ -38,7 +38,7 @@ var import_numeral = __toESM(require("numeral"), 1);
38
38
  // src/basket.ts
39
39
  var getCookieValue = (name) => {
40
40
  if (typeof document !== void 0) {
41
- return document.cookie.match(`(^|;)\\s*${name}\\s*=\\s*([^;]+)/`)?.pop() || "";
41
+ return document.cookie.match(`(^|;)\\s*${name}\\s*=\\s*([^;]+)`)?.pop() || "";
42
42
  }
43
43
  };
44
44
  function getBasketID() {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  setTipDonation
3
- } from "./chunk-26OKISW3.js";
4
- import "./chunk-AEVGXKI6.js";
3
+ } from "./chunk-SFN7S4NC.js";
4
+ import "./chunk-NEYLLDXO.js";
5
5
  import "./chunk-H35VQXDR.js";
6
6
  export {
7
7
  setTipDonation
@@ -1,7 +1,7 @@
1
1
  // src/basket.ts
2
2
  var getCookieValue = (name) => {
3
3
  if (typeof document !== void 0) {
4
- return document.cookie.match(`(^|;)\\s*${name}\\s*=\\s*([^;]+)/`)?.pop() || "";
4
+ return document.cookie.match(`(^|;)\\s*${name}\\s*=\\s*([^;]+)`)?.pop() || "";
5
5
  }
6
6
  };
7
7
  function getBasketID() {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getBasketID
3
- } from "./chunk-AEVGXKI6.js";
3
+ } from "./chunk-NEYLLDXO.js";
4
4
  import {
5
5
  parseShopError
6
6
  } from "./chunk-H35VQXDR.js";
package/dist/index.cjs CHANGED
@@ -47,7 +47,7 @@ module.exports = __toCommonJS(src_exports);
47
47
  // src/basket.ts
48
48
  var getCookieValue = (name) => {
49
49
  if (typeof document !== void 0) {
50
- return document.cookie.match(`(^|;)\\s*${name}\\s*=\\s*([^;]+)/`)?.pop() || "";
50
+ return document.cookie.match(`(^|;)\\s*${name}\\s*=\\s*([^;]+)`)?.pop() || "";
51
51
  }
52
52
  };
53
53
  function getBasketID() {
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  setTipDonation
3
- } from "./chunk-26OKISW3.js";
3
+ } from "./chunk-SFN7S4NC.js";
4
4
  import {
5
5
  getBasketID,
6
6
  setBasketID
7
- } from "./chunk-AEVGXKI6.js";
7
+ } from "./chunk-NEYLLDXO.js";
8
8
  import {
9
9
  executeOneTimeCheckout,
10
10
  waitOnTransaction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-shop",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -50,5 +50,5 @@
50
50
  "optional": true
51
51
  }
52
52
  },
53
- "gitHead": "7d84018c6b476a8f54db53d04bb97c586c87e2c8"
53
+ "gitHead": "b9a95be67446d13e2e3ca878baf717dd02c8c5d6"
54
54
  }