@nsshunt/stsuxvue v1.0.9
stsuxvue
previous project includes
"vite-plugin-lib-inject-css": "^2.1.1",
breaking includes
"vite-plugin-dts": "^3.9.1",
going to any of the 4.0.0-beta will break the build
the component UXBarChart.vue.d that works as this;
declare const _default: import('vue').DefineComponent<{}, {
UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>; export default _default; //# sourceMappingURL=UXBarChart.vue.d.ts.map
turns into a huge file with a bunch of global stuff - that breaks the build for any project that uses this library the error is conflicting declares
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
10 months ago
11 months ago
10 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago