@sotnak/react-wakatime-global-stats 0.2.0 → 0.2.1
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/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
sum: JSX.Element;
|
|
5
|
-
average: JSX.Element;
|
|
6
|
-
median: JSX.Element;
|
|
7
|
-
editors: JSX.Element;
|
|
8
|
-
operating_systems: JSX.Element;
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
package/dist/rollup.config.d.mts
DELETED
package/dist/webpack.config.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export const entry: string;
|
|
2
|
-
export const mode: string;
|
|
3
|
-
export namespace module {
|
|
4
|
-
const rules: ({
|
|
5
|
-
test: RegExp;
|
|
6
|
-
exclude: RegExp[];
|
|
7
|
-
use: {
|
|
8
|
-
loader: string;
|
|
9
|
-
};
|
|
10
|
-
} | {
|
|
11
|
-
test: RegExp;
|
|
12
|
-
use: string[];
|
|
13
|
-
exclude?: undefined;
|
|
14
|
-
})[];
|
|
15
|
-
}
|
|
16
|
-
export namespace resolve {
|
|
17
|
-
const extensions: string[];
|
|
18
|
-
}
|
|
19
|
-
export namespace output {
|
|
20
|
-
const filename: string;
|
|
21
|
-
const path: string;
|
|
22
|
-
}
|