vite-plugin-ai-perf-analyzer 1.0.0 → 1.0.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -42657,6 +42657,7 @@ function vitePluginAIPerfAnalyzer(options = {}) {
|
|
|
42657
42657
|
}
|
|
42658
42658
|
};
|
|
42659
42659
|
}
|
|
42660
|
+
var index_default = vitePluginAIPerfAnalyzer;
|
|
42660
42661
|
/*! Bundled license information:
|
|
42661
42662
|
|
|
42662
42663
|
web-streams-polyfill/dist/ponyfill.mjs:
|
|
@@ -42717,6 +42718,6 @@ node-domexception/index.js:
|
|
|
42717
42718
|
*)
|
|
42718
42719
|
*/
|
|
42719
42720
|
|
|
42720
|
-
export { vitePluginAIPerfAnalyzer };
|
|
42721
|
+
export { index_default as default, vitePluginAIPerfAnalyzer };
|
|
42721
42722
|
//# sourceMappingURL=index.mjs.map
|
|
42722
42723
|
//# sourceMappingURL=index.mjs.map
|