@vizzly/services 0.15.0-dev-7bc589a7f3bd2fcefcfc87158e10f21fb3e5a79c → 0.15.0-dev-a54509b7edba5b0c1577b0610eef3b1c4baad5e7
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-a54509b7edba5b0c1577b0610eef3b1c4baad5e7",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@vizzly/api-client": "0.0.57",
|
|
37
37
|
"@vizzly/joi": "^17.11.0",
|