@nocobase/plugin-data-visualization 0.12.0-alpha.5 → 0.13.0-alpha.2

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.
@@ -0,0 +1,8 @@
1
+ declare const _default: {
2
+ info: {
3
+ title: string;
4
+ };
5
+ tags: any[];
6
+ paths: {};
7
+ };
8
+ export default _default;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var swagger_default = {
4
+ info: {
5
+ title: "NocoBase API - Data visualization plugin"
6
+ },
7
+ tags: [],
8
+ paths: {}
9
+ };
10
+
11
+ module.exports = swagger_default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-data-visualization",
3
- "version": "0.12.0-alpha.5",
3
+ "version": "0.13.0-alpha.2",
4
4
  "displayName": "Data Visualization",
5
5
  "displayName.zh-CN": "数据可视化",
6
6
  "description": "Provides business intelligence and data visualization features",
@@ -32,5 +32,5 @@
32
32
  "@nocobase/test": "0.x",
33
33
  "@nocobase/utils": "0.x"
34
34
  },
35
- "gitHead": "689cc16e83361c4d0b91907e0deac30bdb907692"
35
+ "gitHead": "c43183b714350217788cf0466e1f32bcaa527302"
36
36
  }