feeef 0.3.0 → 0.3.1

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/build/index.js CHANGED
@@ -645,6 +645,7 @@ var EmbaddedContactType = /* @__PURE__ */ ((EmbaddedContactType2) => {
645
645
  return EmbaddedContactType2;
646
646
  })(EmbaddedContactType || {});
647
647
  export {
648
+ CartService,
648
649
  DeliveryStatus,
649
650
  EmbaddedContactType,
650
651
  FeeeF,
@@ -7,4 +7,5 @@ export * from './core/entities/shipping_method.js';
7
7
  export * from './core/embadded/address.js';
8
8
  export * from './core/embadded/category.js';
9
9
  export * from './core/embadded/contact.js';
10
+ export * from './feeef/services/cart.js';
10
11
  export type { StoreIntegrations } from './core/entities/store.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "feeef",
3
3
  "description": "feeef sdk for javascript",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "main": "build/index.js",
6
6
  "type": "module",
7
7
  "files": [