@medusajs/admin-shared 2.11.2-snapshot-20251031083831 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +7 -8
package/dist/index.js CHANGED
@@ -18,8 +18,8 @@ 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
  DISPLAY_VIRTUAL_MODULE: () => DISPLAY_VIRTUAL_MODULE,
24
24
  FORM_VIRTUAL_MODULE: () => FORM_VIRTUAL_MODULE,
25
25
  I18N_VIRTUAL_MODULE: () => I18N_VIRTUAL_MODULE,
@@ -50,7 +50,7 @@ __export(index_exports, {
50
50
  isValidCustomFieldModel: () => isValidCustomFieldModel,
51
51
  isValidInjectionZone: () => isValidInjectionZone
52
52
  });
53
- module.exports = __toCommonJS(index_exports);
53
+ module.exports = __toCommonJS(src_exports);
54
54
 
55
55
  // src/extensions/custom-fields/product/constants.ts
56
56
  var PRODUCT_CUSTOM_FIELD_MODEL = "product";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@medusajs/admin-shared",
3
3
  "description": "Shared code for Medusa admin packages.",
4
- "version": "2.11.2-snapshot-20251031083831",
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,13 +15,12 @@
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.2",
21
+ "typescript": "^5.3.3"
25
22
  },
26
- "packageManager": "yarn@3.2.1"
27
- }
23
+ "scripts": {
24
+ "build": "tsup"
25
+ }
26
+ }