@wix/ecom 1.0.931 → 1.0.933

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.
@@ -0,0 +1 @@
1
+ export * from '@wix/ecom_app-extensions/dashboard';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@wix/ecom_app-extensions"), exports);
18
- //# sourceMappingURL=extensions.js.map
17
+ __exportStar(require("@wix/ecom_app-extensions/dashboard"), exports);
18
+ //# sourceMappingURL=dashboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD"}
@@ -0,0 +1 @@
1
+ export * from '@wix/ecom_app-extensions/dashboard';
@@ -0,0 +1,2 @@
1
+ export * from '@wix/ecom_app-extensions/dashboard';
2
+ //# sourceMappingURL=dashboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/dashboard.js"
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.931",
3
+ "version": "1.0.933",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -36,6 +36,11 @@
36
36
  "import": "./build/es/dashboard-plugins.js",
37
37
  "require": "./build/cjs/dashboard-plugins.js",
38
38
  "types": "./build/es/dashboard-plugins.d.ts"
39
+ },
40
+ "./dashboard": {
41
+ "import": "./build/es/dashboard.js",
42
+ "require": "./build/cjs/dashboard.js",
43
+ "types": "./build/es/dashboard.d.ts"
39
44
  }
40
45
  },
41
46
  "files": [
@@ -43,53 +48,54 @@
43
48
  "meta",
44
49
  "service-plugins",
45
50
  "extensions",
46
- "dashboard-plugins"
51
+ "dashboard-plugins",
52
+ "dashboard"
47
53
  ],
48
54
  "dependencies": {
49
- "@wix/ecom_abandoned-checkouts": "1.0.73",
50
- "@wix/ecom_additional-fees": "1.0.52",
51
- "@wix/ecom_app-extensions": "1.0.7",
52
- "@wix/ecom_back-in-stock-notifications": "1.0.78",
53
- "@wix/ecom_back-in-stock-settings": "1.0.60",
54
- "@wix/ecom_cart": "1.0.134",
55
- "@wix/ecom_catalog": "1.0.15",
56
- "@wix/ecom_checkout": "1.0.141",
57
- "@wix/ecom_checkout-content": "1.0.31",
58
- "@wix/ecom_checkout-settings": "1.0.77",
59
- "@wix/ecom_checkout-templates": "1.0.134",
60
- "@wix/ecom_currencies": "1.0.61",
61
- "@wix/ecom_current-cart": "1.0.136",
62
- "@wix/ecom_custom-triggers": "1.0.46",
63
- "@wix/ecom_delivery-profile": "1.0.59",
64
- "@wix/ecom_delivery-solutions": "1.0.32",
65
- "@wix/ecom_discount-rules": "1.0.79",
66
- "@wix/ecom_discounts": "1.0.29",
67
- "@wix/ecom_discounts-custom-trigger": "1.0.33",
68
- "@wix/ecom_draft-orders": "1.0.72",
69
- "@wix/ecom_gift-vouchers": "1.0.30",
70
- "@wix/ecom_gift-vouchers-provider": "1.0.27",
71
- "@wix/ecom_local-delivery-options": "1.0.38",
72
- "@wix/ecom_memberships": "1.0.25",
73
- "@wix/ecom_order-billing": "1.0.3",
74
- "@wix/ecom_order-fulfillments": "1.0.71",
75
- "@wix/ecom_order-invoices": "1.0.64",
76
- "@wix/ecom_order-payment-requests": "1.0.36",
77
- "@wix/ecom_order-transactions": "1.0.100",
78
- "@wix/ecom_orders": "1.0.186",
79
- "@wix/ecom_orders-settings": "1.0.71",
80
- "@wix/ecom_payment-settings": "1.0.106",
81
- "@wix/ecom_pickup-locations": "1.0.34",
82
- "@wix/ecom_recommendations": "1.0.68",
83
- "@wix/ecom_recommendations-provider": "1.0.27",
84
- "@wix/ecom_shipping-options": "1.0.32",
85
- "@wix/ecom_shipping-rates": "1.0.71",
86
- "@wix/ecom_shippo-configurations": "1.0.40",
87
- "@wix/ecom_subscription-contracts": "1.0.34",
88
- "@wix/ecom_tip-settings": "1.0.20",
89
- "@wix/ecom_tippable-staff": "1.0.20",
90
- "@wix/ecom_tips": "1.0.24",
91
- "@wix/ecom_totals-calculator": "1.0.44",
92
- "@wix/ecom_validations": "1.0.63"
55
+ "@wix/ecom_abandoned-checkouts": "1.0.74",
56
+ "@wix/ecom_additional-fees": "1.0.53",
57
+ "@wix/ecom_app-extensions": "1.0.8",
58
+ "@wix/ecom_back-in-stock-notifications": "1.0.79",
59
+ "@wix/ecom_back-in-stock-settings": "1.0.61",
60
+ "@wix/ecom_cart": "1.0.135",
61
+ "@wix/ecom_catalog": "1.0.16",
62
+ "@wix/ecom_checkout": "1.0.142",
63
+ "@wix/ecom_checkout-content": "1.0.32",
64
+ "@wix/ecom_checkout-settings": "1.0.78",
65
+ "@wix/ecom_checkout-templates": "1.0.135",
66
+ "@wix/ecom_currencies": "1.0.62",
67
+ "@wix/ecom_current-cart": "1.0.137",
68
+ "@wix/ecom_custom-triggers": "1.0.47",
69
+ "@wix/ecom_delivery-profile": "1.0.60",
70
+ "@wix/ecom_delivery-solutions": "1.0.33",
71
+ "@wix/ecom_discount-rules": "1.0.80",
72
+ "@wix/ecom_discounts": "1.0.30",
73
+ "@wix/ecom_discounts-custom-trigger": "1.0.34",
74
+ "@wix/ecom_draft-orders": "1.0.73",
75
+ "@wix/ecom_gift-vouchers": "1.0.31",
76
+ "@wix/ecom_gift-vouchers-provider": "1.0.28",
77
+ "@wix/ecom_local-delivery-options": "1.0.39",
78
+ "@wix/ecom_memberships": "1.0.26",
79
+ "@wix/ecom_order-billing": "1.0.4",
80
+ "@wix/ecom_order-fulfillments": "1.0.72",
81
+ "@wix/ecom_order-invoices": "1.0.65",
82
+ "@wix/ecom_order-payment-requests": "1.0.37",
83
+ "@wix/ecom_order-transactions": "1.0.101",
84
+ "@wix/ecom_orders": "1.0.187",
85
+ "@wix/ecom_orders-settings": "1.0.72",
86
+ "@wix/ecom_payment-settings": "1.0.107",
87
+ "@wix/ecom_pickup-locations": "1.0.35",
88
+ "@wix/ecom_recommendations": "1.0.69",
89
+ "@wix/ecom_recommendations-provider": "1.0.28",
90
+ "@wix/ecom_shipping-options": "1.0.33",
91
+ "@wix/ecom_shipping-rates": "1.0.72",
92
+ "@wix/ecom_shippo-configurations": "1.0.41",
93
+ "@wix/ecom_subscription-contracts": "1.0.35",
94
+ "@wix/ecom_tip-settings": "1.0.21",
95
+ "@wix/ecom_tippable-staff": "1.0.21",
96
+ "@wix/ecom_tips": "1.0.25",
97
+ "@wix/ecom_totals-calculator": "1.0.45",
98
+ "@wix/ecom_validations": "1.0.64"
93
99
  },
94
100
  "devDependencies": {
95
101
  "typescript": "^5.3.2"
@@ -109,5 +115,5 @@
109
115
  "fqdn": ""
110
116
  }
111
117
  },
112
- "falconPackageHash": "3f1ba80d0194eb38869a48fecd119fd18b2c6b76f25b895d39aa8c9e"
118
+ "falconPackageHash": "cce1076864e58688f23261d936b815017312b0a54b3b865bf443d6b8"
113
119
  }
@@ -1 +0,0 @@
1
- export * from '@wix/ecom_app-extensions/dashboard-plugins';
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@wix/ecom_app-extensions/dashboard-plugins"), exports);
18
- //# sourceMappingURL=dashboard-plugins.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6EAA2D"}
@@ -1 +0,0 @@
1
- export * from '@wix/ecom_app-extensions';
@@ -1 +0,0 @@
1
- {"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../extensions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
@@ -1 +0,0 @@
1
- export * from '@wix/ecom_app-extensions/dashboard-plugins';
@@ -1,2 +0,0 @@
1
- export * from '@wix/ecom_app-extensions/dashboard-plugins';
2
- //# sourceMappingURL=dashboard-plugins.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
@@ -1 +0,0 @@
1
- export * from '@wix/ecom_app-extensions';
@@ -1,2 +0,0 @@
1
- export * from '@wix/ecom_app-extensions';
2
- //# sourceMappingURL=extensions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../extensions.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
@@ -1,3 +0,0 @@
1
- {
2
- "main": "../build/cjs/dashboard-plugins.js"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "main": "../build/cjs/extensions.js"
3
- }