@mercurjs/dashboard-shared 2.3.4-canary.5 → 2.3.4-canary.7

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 (2) hide show
  1. package/dist/index.js +11 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -9609,6 +9609,14 @@ var require_mutations23 = __commonJS({
9609
9609
  }
9610
9610
  });
9611
9611
 
9612
+ // ../types/dist/commission/provider.js
9613
+ var require_provider10 = __commonJS({
9614
+ "../types/dist/commission/provider.js"(exports) {
9615
+ "use strict";
9616
+ Object.defineProperty(exports, "__esModule", { value: true });
9617
+ }
9618
+ });
9619
+
9612
9620
  // ../types/dist/commission/index.js
9613
9621
  var require_commission = __commonJS({
9614
9622
  "../types/dist/commission/index.js"(exports) {
@@ -9632,6 +9640,7 @@ var require_commission = __commonJS({
9632
9640
  Object.defineProperty(exports, "__esModule", { value: true });
9633
9641
  __exportStar(require_common39(), exports);
9634
9642
  __exportStar(require_mutations23(), exports);
9643
+ __exportStar(require_provider10(), exports);
9635
9644
  }
9636
9645
  });
9637
9646
 
@@ -9964,7 +9973,7 @@ var require_common40 = __commonJS({
9964
9973
  });
9965
9974
 
9966
9975
  // ../types/dist/payout/provider.js
9967
- var require_provider10 = __commonJS({
9976
+ var require_provider11 = __commonJS({
9968
9977
  "../types/dist/payout/provider.js"(exports) {
9969
9978
  "use strict";
9970
9979
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -10001,7 +10010,7 @@ var require_payout2 = __commonJS({
10001
10010
  };
10002
10011
  Object.defineProperty(exports, "__esModule", { value: true });
10003
10012
  __exportStar(require_common40(), exports);
10004
- __exportStar(require_provider10(), exports);
10013
+ __exportStar(require_provider11(), exports);
10005
10014
  __exportStar(require_mutations24(), exports);
10006
10015
  }
10007
10016
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/dashboard-shared",
3
- "version": "2.3.4-canary.5",
3
+ "version": "2.3.4-canary.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",
@@ -23,7 +23,7 @@
23
23
  "build": "tsup"
24
24
  },
25
25
  "dependencies": {
26
- "@mercurjs/client": "2.3.4-canary.5",
26
+ "@mercurjs/client": "2.3.4-canary.7",
27
27
  "@ariakit/react": "^0.4.15",
28
28
  "@babel/runtime": "^8.0.0",
29
29
  "@dnd-kit/core": "^6.1.0",
@@ -63,9 +63,9 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@medusajs/types": "2.20.1",
66
- "@mercurjs/core": "2.3.4-canary.5",
67
- "@mercurjs/dashboard-sdk": "2.3.4-canary.5",
68
- "@mercurjs/types": "2.3.4-canary.5",
66
+ "@mercurjs/core": "2.3.4-canary.7",
67
+ "@mercurjs/dashboard-sdk": "2.3.4-canary.7",
68
+ "@mercurjs/types": "2.3.4-canary.7",
69
69
  "@types/lodash.debounce": "^4.0.8",
70
70
  "@types/react": "^18.3.2",
71
71
  "@types/react-dom": "^18.2.22",