@wix/ecom 1.0.881 → 1.0.882

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 (1) hide show
  1. package/package.json +55 -49
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.881",
3
+ "version": "1.0.882",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -10,26 +10,32 @@
10
10
  ],
11
11
  "sideEffects": false,
12
12
  "main": "./index.js",
13
+ "types": "./build/es/index.d.ts",
13
14
  "exports": {
14
15
  ".": {
15
16
  "import": "./build/es/index.js",
16
- "require": "./build/cjs/index.js"
17
+ "require": "./build/cjs/index.js",
18
+ "types": "./build/es/index.d.ts"
17
19
  },
18
20
  "./meta": {
19
21
  "import": "./build/es/meta.js",
20
- "require": "./build/cjs/meta.js"
22
+ "require": "./build/cjs/meta.js",
23
+ "types": "./build/es/meta.d.ts"
21
24
  },
22
25
  "./context": {
23
26
  "import": "./build/es/context.js",
24
- "require": "./build/cjs/context.js"
27
+ "require": "./build/cjs/context.js",
28
+ "types": "./build/es/context.d.ts"
25
29
  },
26
30
  "./service-plugins": {
27
31
  "import": "./build/es/service-plugins.js",
28
- "require": "./build/cjs/service-plugins.js"
32
+ "require": "./build/cjs/service-plugins.js",
33
+ "types": "./build/es/service-plugins.d.ts"
29
34
  },
30
35
  "./service-plugins/context": {
31
36
  "import": "./build/es/service-plugins-context.js",
32
- "require": "./build/cjs/service-plugins-context.js"
37
+ "require": "./build/cjs/service-plugins-context.js",
38
+ "types": "./build/es/service-plugins-context.d.ts"
33
39
  }
34
40
  },
35
41
  "files": [
@@ -39,48 +45,48 @@
39
45
  "!tsconfig.esm.json"
40
46
  ],
41
47
  "dependencies": {
42
- "@wix/ecom_abandoned-checkouts": "1.0.67",
43
- "@wix/ecom_additional-fees": "1.0.48",
44
- "@wix/ecom_back-in-stock-notifications": "1.0.73",
45
- "@wix/ecom_back-in-stock-settings": "1.0.55",
46
- "@wix/ecom_cart": "1.0.124",
47
- "@wix/ecom_catalog": "1.0.11",
48
- "@wix/ecom_checkout": "1.0.129",
49
- "@wix/ecom_checkout-content": "1.0.26",
50
- "@wix/ecom_checkout-settings": "1.0.72",
51
- "@wix/ecom_checkout-templates": "1.0.126",
52
- "@wix/ecom_currencies": "1.0.56",
53
- "@wix/ecom_current-cart": "1.0.124",
54
- "@wix/ecom_custom-triggers": "1.0.42",
55
- "@wix/ecom_delivery-profile": "1.0.49",
56
- "@wix/ecom_delivery-solutions": "1.0.25",
57
- "@wix/ecom_discount-rules": "1.0.74",
58
- "@wix/ecom_discounts": "1.0.25",
59
- "@wix/ecom_discounts-custom-trigger": "1.0.28",
60
- "@wix/ecom_draft-orders": "1.0.62",
61
- "@wix/ecom_gift-vouchers": "1.0.24",
62
- "@wix/ecom_gift-vouchers-provider": "1.0.23",
63
- "@wix/ecom_local-delivery-options": "1.0.33",
64
- "@wix/ecom_memberships": "1.0.21",
65
- "@wix/ecom_order-fulfillments": "1.0.66",
66
- "@wix/ecom_order-invoices": "1.0.59",
67
- "@wix/ecom_order-payment-requests": "1.0.31",
68
- "@wix/ecom_order-transactions": "1.0.91",
69
- "@wix/ecom_orders": "1.0.170",
70
- "@wix/ecom_orders-settings": "1.0.66",
71
- "@wix/ecom_payment-settings": "1.0.96",
72
- "@wix/ecom_pickup-locations": "1.0.29",
73
- "@wix/ecom_recommendations": "1.0.63",
74
- "@wix/ecom_recommendations-provider": "1.0.23",
75
- "@wix/ecom_shipping-options": "1.0.27",
76
- "@wix/ecom_shipping-rates": "1.0.65",
77
- "@wix/ecom_shippo-configurations": "1.0.35",
78
- "@wix/ecom_subscription-contracts": "1.0.25",
79
- "@wix/ecom_tip-settings": "1.0.15",
80
- "@wix/ecom_tippable-staff": "1.0.15",
81
- "@wix/ecom_tips": "1.0.19",
82
- "@wix/ecom_totals-calculator": "1.0.37",
83
- "@wix/ecom_validations": "1.0.59"
48
+ "@wix/ecom_abandoned-checkouts": "1.0.68",
49
+ "@wix/ecom_additional-fees": "1.0.49",
50
+ "@wix/ecom_back-in-stock-notifications": "1.0.74",
51
+ "@wix/ecom_back-in-stock-settings": "1.0.56",
52
+ "@wix/ecom_cart": "1.0.125",
53
+ "@wix/ecom_catalog": "1.0.12",
54
+ "@wix/ecom_checkout": "1.0.130",
55
+ "@wix/ecom_checkout-content": "1.0.27",
56
+ "@wix/ecom_checkout-settings": "1.0.73",
57
+ "@wix/ecom_checkout-templates": "1.0.127",
58
+ "@wix/ecom_currencies": "1.0.57",
59
+ "@wix/ecom_current-cart": "1.0.125",
60
+ "@wix/ecom_custom-triggers": "1.0.43",
61
+ "@wix/ecom_delivery-profile": "1.0.50",
62
+ "@wix/ecom_delivery-solutions": "1.0.26",
63
+ "@wix/ecom_discount-rules": "1.0.75",
64
+ "@wix/ecom_discounts": "1.0.26",
65
+ "@wix/ecom_discounts-custom-trigger": "1.0.29",
66
+ "@wix/ecom_draft-orders": "1.0.63",
67
+ "@wix/ecom_gift-vouchers": "1.0.25",
68
+ "@wix/ecom_gift-vouchers-provider": "1.0.24",
69
+ "@wix/ecom_local-delivery-options": "1.0.34",
70
+ "@wix/ecom_memberships": "1.0.22",
71
+ "@wix/ecom_order-fulfillments": "1.0.67",
72
+ "@wix/ecom_order-invoices": "1.0.60",
73
+ "@wix/ecom_order-payment-requests": "1.0.32",
74
+ "@wix/ecom_order-transactions": "1.0.92",
75
+ "@wix/ecom_orders": "1.0.171",
76
+ "@wix/ecom_orders-settings": "1.0.67",
77
+ "@wix/ecom_payment-settings": "1.0.97",
78
+ "@wix/ecom_pickup-locations": "1.0.30",
79
+ "@wix/ecom_recommendations": "1.0.64",
80
+ "@wix/ecom_recommendations-provider": "1.0.24",
81
+ "@wix/ecom_shipping-options": "1.0.28",
82
+ "@wix/ecom_shipping-rates": "1.0.66",
83
+ "@wix/ecom_shippo-configurations": "1.0.36",
84
+ "@wix/ecom_subscription-contracts": "1.0.26",
85
+ "@wix/ecom_tip-settings": "1.0.16",
86
+ "@wix/ecom_tippable-staff": "1.0.16",
87
+ "@wix/ecom_tips": "1.0.20",
88
+ "@wix/ecom_totals-calculator": "1.0.38",
89
+ "@wix/ecom_validations": "1.0.60"
84
90
  },
85
91
  "devDependencies": {
86
92
  "typescript": "^5.3.2"
@@ -100,5 +106,5 @@
100
106
  "fqdn": ""
101
107
  }
102
108
  },
103
- "falconPackageHash": "1329f4d3860382536cb775070f1c10a1a0d7a2cd5e21d66ecabff3a5"
109
+ "falconPackageHash": "15fbd2e84356b92890efac87c1406acca78a36990272c4ed75e87ff4"
104
110
  }