@bitblit/ratchet-echarts 4.0.102-alpha → 4.0.104-alpha
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 → lib}/build/ratchet-echarts-info.d.ts +1 -1
- package/package.json +4 -4
- /package/{dist → lib}/build/ratchet-echarts-info.js +0 -0
- /package/{dist → lib}/common/echart-canvas-config.d.ts +0 -0
- /package/{dist → lib}/common/echart-canvas-config.js +0 -0
- /package/{dist → lib}/common/echart-ratchet.d.ts +0 -0
- /package/{dist → lib}/common/echart-ratchet.js +0 -0
- /package/{dist → lib}/examples/area.spec.d.ts +0 -0
- /package/{dist → lib}/examples/area.spec.js +0 -0
- /package/{dist → lib}/examples/bar.spec.d.ts +0 -0
- /package/{dist → lib}/examples/bar.spec.js +0 -0
- /package/{dist → lib}/examples/bubble.spec.d.ts +0 -0
- /package/{dist → lib}/examples/bubble.spec.js +0 -0
- /package/{dist → lib}/examples/pie.spec.d.ts +0 -0
- /package/{dist → lib}/examples/pie.spec.js +0 -0
- /package/{dist → lib}/examples/simple-bar.spec.d.ts +0 -0
- /package/{dist → lib}/examples/simple-bar.spec.js +0 -0
- /package/{dist → lib}/index.d.ts +0 -0
- /package/{dist → lib}/index.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BuildInformation } from '@bitblit/ratchet-common/
|
|
1
|
+
import { BuildInformation } from '@bitblit/ratchet-common/lib/build/build-information.js';
|
|
2
2
|
export declare class RatchetEchartsInfo {
|
|
3
3
|
private constructor();
|
|
4
4
|
static buildInformation(): BuildInformation;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-echarts",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.104-alpha",
|
|
4
4
|
"description": "Library for using echarts on Node",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"files": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"lib/*",
|
|
9
|
+
"bin/*"
|
|
10
10
|
],
|
|
11
11
|
"contributors": [
|
|
12
12
|
"Christopher Weiss <bitblit@gmail.com>"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"config": {},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"watch": "tsc-watch",
|
|
27
|
-
"clean": "shx rm -Rf
|
|
27
|
+
"clean": "shx rm -Rf lib",
|
|
28
28
|
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
|
|
29
29
|
"lint": "eslint src/**/*.ts",
|
|
30
30
|
"lint-fix": "eslint --fix src/**/*.ts",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist → lib}/index.d.ts
RENAMED
|
File without changes
|
/package/{dist → lib}/index.js
RENAMED
|
File without changes
|