@reactionary/provider-commercetools 0.3.7 → 0.3.9

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,10 +1,10 @@
1
1
  {
2
2
  "name": "@reactionary/provider-commercetools",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "main": "index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "dependencies": {
7
- "@reactionary/core": "0.3.7",
7
+ "@reactionary/core": "0.3.9",
8
8
  "debug": "^4.4.3",
9
9
  "zod": "4.1.9",
10
10
  "@commercetools/ts-client": "^4.2.1",
@@ -22,7 +22,7 @@ import {
22
22
  success,
23
23
  error
24
24
  } from "@reactionary/core";
25
- import z from "zod";
25
+ import { z } from "zod";
26
26
  class CommercetoolsCategoryProvider extends CategoryProvider {
27
27
  constructor(config, cache, context, commercetools) {
28
28
  super(cache, context);
@@ -29,7 +29,7 @@ import {
29
29
  error,
30
30
  unwrapValue
31
31
  } from "@reactionary/core";
32
- import z from "zod";
32
+ import { z } from "zod";
33
33
  import {
34
34
  } from "../schema/commercetools.schema.js";
35
35
  class CheckoutNotReadyForFinalizationError extends Error {
@@ -10,7 +10,7 @@ var __decorateClass = (decorators, target, key, kind) => {
10
10
  return result;
11
11
  };
12
12
  import { Reactionary, StoreProvider, StoreQueryByProximitySchema, StoreSchema, success, error } from "@reactionary/core";
13
- import z from "zod";
13
+ import { z } from "zod";
14
14
  class CommercetoolsStoreProvider extends StoreProvider {
15
15
  constructor(config, cache, context, commercetools) {
16
16
  super(cache, context);