@nocobase/app 1.6.0-beta.9 → 1.7.0-alpha.1
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/client/.umirc.ts +2 -2
- package/client/src/.umi-production/core/helmet.ts +1 -1
- package/client/src/.umi-production/core/history.ts +1 -1
- package/client/src/.umi-production/core/historyIntelli.ts +1 -1
- package/client/src/.umi-production/core/polyfill.ts +233 -233
- package/client/src/.umi-production/exports.ts +3 -3
- package/client/src/.umi-production/testBrowser.tsx +1 -1
- package/client/src/.umi-production/tsconfig.json +1 -1
- package/client/src/.umi-production/umi.ts +2 -2
- package/dist/client/4750.667c5051.async.js +69 -0
- package/dist/client/index.html +3 -3
- package/dist/client/index.html.tpl +3 -3
- package/dist/client/npm._at_ant-design.5ba41bf5.async.js +139 -0
- package/dist/client/{npm._at_formily.16deb97f.async.js → npm._at_formily.07fa921d.async.js} +2 -2
- package/dist/client/npm._at_umijs.7f6c4722.async.js +7 -0
- package/dist/client/{npm.antd.aedb4432.async.js → npm.antd.483a9a61.async.js} +96 -96
- package/dist/client/{npm.highlight.js.8a8320c8.async.js → npm.highlight.js.83fe0142.async.js} +1 -1
- package/dist/client/{npm.lodash-es.c06b3dd5.async.js → npm.lodash-es.99877438.async.js} +1 -1
- package/dist/client/{npm.rc-picker.ef8a3e8b.async.js → npm.rc-picker.9e629062.async.js} +1 -1
- package/dist/client/npm.react-router-dom.2109af81.async.js +1 -0
- package/dist/client/p__index.b415ed71.chunk.css +1 -0
- package/dist/client/p__index.e7e1e97c.async.js +1586 -0
- package/dist/client/{umi.326f1dd5.js → umi.92c6d3cf.js} +11 -11
- package/package.json +6 -6
- package/dist/client/5415.623fa605.async.js +0 -73
- package/dist/client/npm._at_ant-design.736bcf26.async.js +0 -109
- package/dist/client/npm._at_remix-run.9a0418a9.async.js +0 -2
- package/dist/client/npm.react-router-dom.832efba3.async.js +0 -1
- package/dist/client/p__index.3d0ab914.async.js +0 -1589
- package/dist/client/p__index.9a8aaa6c.chunk.css +0 -1
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@nocobase/database": "1.
|
|
10
|
-
"@nocobase/preset-nocobase": "1.
|
|
11
|
-
"@nocobase/server": "1.
|
|
9
|
+
"@nocobase/database": "1.7.0-alpha.1",
|
|
10
|
+
"@nocobase/preset-nocobase": "1.7.0-alpha.1",
|
|
11
|
+
"@nocobase/server": "1.7.0-alpha.1"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nocobase/client": "1.
|
|
14
|
+
"@nocobase/client": "1.7.0-alpha.1"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
19
19
|
"directory": "packages/core/app"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "e411c9728b4d1f16b0beac16e40dd3499352b052"
|
|
22
22
|
}
|