@nocobase/plugin-data-visualization 0.19.0-alpha.7 → 0.19.0-alpha.8
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/externalVersion.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.8",
|
|
3
3
|
"@formily/react": "2.3.0",
|
|
4
4
|
"@formily/shared": "2.3.0",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
|
-
"@nocobase/cache": "0.19.0-alpha.
|
|
7
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
6
|
+
"@nocobase/cache": "0.19.0-alpha.8",
|
|
7
|
+
"@nocobase/server": "0.19.0-alpha.8",
|
|
8
8
|
"react": "18.2.0",
|
|
9
9
|
"@ant-design/icons": "5.2.6",
|
|
10
10
|
"ahooks": "3.7.8",
|
|
@@ -13,8 +13,8 @@ module.exports = {
|
|
|
13
13
|
"antd": "5.12.8",
|
|
14
14
|
"@formily/antd-v5": "1.1.9",
|
|
15
15
|
"@formily/core": "2.3.0",
|
|
16
|
-
"@nocobase/utils": "0.19.0-alpha.
|
|
17
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
16
|
+
"@nocobase/utils": "0.19.0-alpha.8",
|
|
17
|
+
"@nocobase/database": "0.19.0-alpha.8",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/actions": "0.19.0-alpha.
|
|
19
|
+
"@nocobase/actions": "0.19.0-alpha.8"
|
|
20
20
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"koa-compose","description":"compose Koa middleware","repository":"koajs/compose","version":"4.1.0","keywords":["koa","middleware","compose"],"files":["index.js"],"dependencies":{},"devDependencies":{"codecov":"^3.0.0","jest":"^21.0.0","matcha":"^0.7.0","standard":"^10.0.3"},"scripts":{"bench":"matcha bench/bench.js","lint":"standard --fix .","test":"jest --forceExit --coverage"},"jest":{"testEnvironment":"node"},"license":"MIT","_lastModified":"2024-02-
|
|
1
|
+
{"name":"koa-compose","description":"compose Koa middleware","repository":"koajs/compose","version":"4.1.0","keywords":["koa","middleware","compose"],"files":["index.js"],"dependencies":{},"devDependencies":{"codecov":"^3.0.0","jest":"^21.0.0","matcha":"^0.7.0","standard":"^10.0.3"},"scripts":{"bench":"matcha bench/bench.js","lint":"standard --fix .","test":"jest --forceExit --coverage"},"jest":{"testEnvironment":"node"},"license":"MIT","_lastModified":"2024-02-21T05:06:47.201Z"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-data-visualization",
|
|
3
|
-
"version": "0.19.0-alpha.
|
|
3
|
+
"version": "0.19.0-alpha.8",
|
|
4
4
|
"displayName": "Data Visualization",
|
|
5
5
|
"displayName.zh-CN": "数据可视化",
|
|
6
6
|
"description": "Provides business intelligence and data visualization features",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@nocobase/test": "0.x",
|
|
34
34
|
"@nocobase/utils": "0.x"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b8fbe613e320e40ebf2da1bf64907eab0197b589",
|
|
37
37
|
"keywords": [
|
|
38
38
|
"Blocks"
|
|
39
39
|
]
|