@mercurjs/admin 2.2.0-canary.30 → 2.2.0-canary.31

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.
@@ -12,6 +12,7 @@ import * as zod from 'zod';
12
12
  import { z } from 'zod';
13
13
  import * as _mercurjs_types from '@mercurjs/types';
14
14
  import { SellerDTO } from '@mercurjs/types';
15
+ import * as _mercurjs_dashboard_shared from '@mercurjs/dashboard-shared';
15
16
 
16
17
  declare const ApiKeyManagementListPage: (({ children }: {
17
18
  children?: ReactNode;
@@ -1511,7 +1512,7 @@ declare const ProductDetailPage: (({ children }: {
1511
1512
  MainActiveEditSection: ({ product, }: {
1512
1513
  product: HttpTypes.AdminProduct & {
1513
1514
  sellers?: SellerDTO[];
1514
- attributes?: ProductChangeAttribute[];
1515
+ attributes?: _mercurjs_dashboard_shared.ProductChangeAttribute[];
1515
1516
  };
1516
1517
  }) => react_jsx_runtime.JSX.Element | null;
1517
1518
  MainGeneralSection: ({ product, }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/admin",
3
- "version": "2.2.0-canary.30",
3
+ "version": "2.2.0-canary.31",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",
@@ -29,8 +29,8 @@
29
29
  "lint": "oxlint --max-warnings 0"
30
30
  },
31
31
  "dependencies": {
32
- "@mercurjs/dashboard-shared": "2.2.0-canary.2",
33
- "@mercurjs/client": "2.2.0-canary.2",
32
+ "@mercurjs/dashboard-shared": "workspace:*",
33
+ "@mercurjs/client": "workspace:*",
34
34
  "@ariakit/react": "^0.4.15",
35
35
  "@babel/runtime": "^7.26.10",
36
36
  "@dnd-kit/core": "^6.1.0",
@@ -80,8 +80,8 @@
80
80
  "tsup": "^8.0.2",
81
81
  "typescript": "5.9.3",
82
82
  "@medusajs/types": "options-preview",
83
- "@mercurjs/core": "2.2.0-canary.2",
84
- "@mercurjs/dashboard-sdk": "2.2.0-canary.2",
83
+ "@mercurjs/core": "workspace:*",
84
+ "@mercurjs/dashboard-sdk": "workspace:*",
85
85
  "@mercurjs/types": "workspace:*"
86
86
  }
87
87
  }