@cequrebackends/plugin-vite 0.18.5 → 0.20.0

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 +1 -1
package/dist/index.js CHANGED
@@ -329,8 +329,8 @@ ${errorDetails}`);
329
329
  }
330
330
  };
331
331
  export {
332
- resolveEntryPoint,
333
- resolveApiPrefix,
332
+ cequreVite,
334
333
  getExecutableCommand,
335
- cequreVite
334
+ resolveApiPrefix,
335
+ resolveEntryPoint
336
336
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cequrebackends/plugin-vite",
3
- "version": "0.18.5",
3
+ "version": "0.20.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",