@nsshunt/stsuxvue 0.0.24 → 0.0.26

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/README.md CHANGED
@@ -1 +1,24 @@
1
- # stsuxvue
1
+ # stsuxvue
2
+
3
+ previous project includes
4
+
5
+ "vite-plugin-lib-inject-css": "^2.1.1",
6
+
7
+
8
+
9
+ breaking includes
10
+
11
+ "vite-plugin-dts": "^3.9.1",
12
+
13
+ going to any of the 4.0.0-beta will break the build
14
+
15
+ the component UXBarChart.vue.d that works as this;
16
+
17
+ declare const _default: import('vue').DefineComponent<{}, {
18
+ UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
20
+ export default _default;
21
+ //# sourceMappingURL=UXBarChart.vue.d.ts.map
22
+
23
+ turns into a huge file with a bunch of global stuff - that breaks the build for any project that uses this library
24
+ the error is conflicting declares