@medusajs/admin-sdk 2.11.2-snapshot-20251031090242 → 2.11.2

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/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { NestedRoutePosition, InjectionZone } from '@medusajs/admin-shared';
1
+ import { InjectionZone, NestedRoutePosition } from '@medusajs/admin-shared';
2
2
  import { ComponentType } from 'react';
3
3
 
4
4
  interface WidgetConfig {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { NestedRoutePosition, InjectionZone } from '@medusajs/admin-shared';
1
+ import { InjectionZone, NestedRoutePosition } from '@medusajs/admin-shared';
2
2
  import { ComponentType } from 'react';
3
3
 
4
4
  interface WidgetConfig {
package/dist/index.js CHANGED
@@ -18,12 +18,12 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var index_exports = {};
22
- __export(index_exports, {
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
23
  defineRouteConfig: () => defineRouteConfig,
24
24
  defineWidgetConfig: () => defineWidgetConfig
25
25
  });
26
- module.exports = __toCommonJS(index_exports);
26
+ module.exports = __toCommonJS(src_exports);
27
27
 
28
28
  // src/config/utils.ts
29
29
  var import_zod = require("zod");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@medusajs/admin-sdk",
3
3
  "description": "SDK for building extension for the Medusa admin dashboard.",
4
- "version": "2.11.2-snapshot-20251031090242",
4
+ "version": "2.11.2",
5
5
  "author": "Kasper Kristensen <kasper@medusajs.com>",
6
6
  "types": "dist/index.d.ts",
7
7
  "main": "dist/index.js",
@@ -15,17 +15,16 @@
15
15
  "dist",
16
16
  "package.json"
17
17
  ],
18
- "scripts": {
19
- "build": "tsup"
20
- },
21
18
  "devDependencies": {
22
19
  "@types/react": "^18.3.2",
23
- "tsup": "^8.4.0",
24
- "typescript": "^5.6.2"
20
+ "tsup": "^8.0.1",
21
+ "typescript": "^5.3.3"
25
22
  },
26
23
  "dependencies": {
27
- "@medusajs/admin-shared": "2.11.2-snapshot-20251031090242",
24
+ "@medusajs/admin-shared": "2.11.2",
28
25
  "zod": "3.25.76"
29
26
  },
30
- "packageManager": "yarn@3.2.1"
31
- }
27
+ "scripts": {
28
+ "build": "tsup"
29
+ }
30
+ }