@goodhood-web/nebenan-base 3.0.0-development.40 → 3.0.0-development.41

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -58522,7 +58522,7 @@ const T0 = {
58522
58522
  }, p3 = (n) => n.content_type === Sw.MARKETPLACE_FREE, cL = (n) => {
58523
58523
  var e;
58524
58524
  return ((e = n.marketplace_details) == null ? void 0 : e.outcome) === Ew.ITEM_RESERVED;
58525
- }, uL = (n) => Math.floor(n / 1e4), _3 = (n) => {
58525
+ }, uL = (n) => Math.floor(n / 100), _3 = (n) => {
58526
58526
  const e = p3(n), { marketplace_details: i } = n, t = i != null && i.price_in_cents ? uL(i.price_in_cents) : 0;
58527
58527
  let a;
58528
58528
  if (e)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-base",
3
- "version": "3.0.0-development.40",
3
+ "version": "3.0.0-development.41",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",