@medusajs/admin-vite-plugin 2.11.3-preview-20251031150158 → 2.11.3-preview-20251031180155

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.js CHANGED
@@ -28,11 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
33
- default: () => src_default
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ default: () => index_default
34
34
  });
35
- module.exports = __toCommonJS(src_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
 
37
37
  // src/plugin.ts
38
38
  var import_promises11 = require("fs/promises");
@@ -2171,4 +2171,4 @@ var watcherConfigs = [
2171
2171
  ];
2172
2172
 
2173
2173
  // src/index.ts
2174
- var src_default = medusaVitePlugin;
2174
+ var index_default = medusaVitePlugin;
package/dist/index.mjs CHANGED
@@ -2169,7 +2169,7 @@ var watcherConfigs = [
2169
2169
  ];
2170
2170
 
2171
2171
  // src/index.ts
2172
- var src_default = medusaVitePlugin;
2172
+ var index_default = medusaVitePlugin;
2173
2173
  export {
2174
- src_default as default
2174
+ index_default as default
2175
2175
  };
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@medusajs/admin-vite-plugin",
3
- "version": "2.11.3-preview-20251031150158",
3
+ "version": "2.11.3-preview-20251031180155",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
8
8
  ".": {
9
+ "types": "./dist/index.d.ts",
9
10
  "import": "./dist/index.mjs",
10
- "require": "./dist/index.js",
11
- "types": "./dist/index.d.ts"
11
+ "require": "./dist/index.js"
12
12
  }
13
13
  },
14
14
  "repository": {
@@ -27,20 +27,20 @@
27
27
  "test:watch": "vitest"
28
28
  },
29
29
  "devDependencies": {
30
- "@types/node": "^20.10.4",
31
- "tsup": "8.0.1",
32
- "typescript": "5.3.3",
30
+ "@types/node": "^20.12.11",
31
+ "tsup": "^8.4.0",
32
+ "typescript": "^5.6.2",
33
33
  "vite": "^5.4.14",
34
34
  "vitest": "^3.0.5"
35
35
  },
36
36
  "peerDependencies": {
37
- "vite": "^5.0.0"
37
+ "vite": "^5.4.14"
38
38
  },
39
39
  "dependencies": {
40
40
  "@babel/parser": "7.25.6",
41
41
  "@babel/traverse": "7.25.6",
42
42
  "@babel/types": "7.25.6",
43
- "@medusajs/admin-shared": "2.11.3-preview-20251031150158",
43
+ "@medusajs/admin-shared": "2.11.3-preview-20251031180155",
44
44
  "chokidar": "3.5.3",
45
45
  "fdir": "6.1.1",
46
46
  "magic-string": "0.30.5",