@vizzly/services 0.15.0-dev-7bc589a7f3bd2fcefcfc87158e10f21fb3e5a79c → 0.15.0-dev-9c2a4f1386148486e4dbc207863e04087ddc6226
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/cjs/index.cjs.js +6 -6
- package/dist/esm/index.esm.js +122 -119
- package/dist/types/services/src/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -112,6 +112,7 @@ declare class VizzlyServices {
|
|
|
112
112
|
static Editor: typeof Editor;
|
|
113
113
|
static Header: typeof Header;
|
|
114
114
|
static Library: typeof Library;
|
|
115
|
+
static View: typeof Views.View;
|
|
115
116
|
static AreaChart: typeof Views.AreaChart;
|
|
116
117
|
static AreaChartV2: typeof Views.AreaChartV2;
|
|
117
118
|
static LineChart: typeof Views.LineChart;
|
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"fix-type-alias": "tsc-alias -p tsconfig.types.json",
|
|
32
32
|
"prepare": "yarn build"
|
|
33
33
|
},
|
|
34
|
-
"version": "0.15.0-dev-
|
|
34
|
+
"version": "0.15.0-dev-9c2a4f1386148486e4dbc207863e04087ddc6226",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@vizzly/api-client": "0.0.57",
|
|
37
37
|
"@vizzly/joi": "^17.11.0",
|