vite-plugin-ai-code-review 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
|
@@ -42087,6 +42087,7 @@ function getSeverityIcon(severity) {
|
|
|
42087
42087
|
return "\u{1F4DD}";
|
|
42088
42088
|
}
|
|
42089
42089
|
}
|
|
42090
|
+
var index_default = vitePluginAICodeReview;
|
|
42090
42091
|
/*! Bundled license information:
|
|
42091
42092
|
|
|
42092
42093
|
web-streams-polyfill/dist/ponyfill.mjs:
|
|
@@ -42147,6 +42148,6 @@ node-domexception/index.js:
|
|
|
42147
42148
|
*)
|
|
42148
42149
|
*/
|
|
42149
42150
|
|
|
42150
|
-
export { CodeReviewer, GitUtils, Reporter, vitePluginAICodeReview };
|
|
42151
|
+
export { CodeReviewer, GitUtils, Reporter, index_default as default, vitePluginAICodeReview };
|
|
42151
42152
|
//# sourceMappingURL=index.mjs.map
|
|
42152
42153
|
//# sourceMappingURL=index.mjs.map
|