@nocobase/plugin-ui-schema-storage 1.5.0-alpha.5 → 1.5.0-beta.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.
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +7 -7
- package/package.json +2 -2
package/dist/client/index.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
(function(e,n){typeof exports=="object"&&typeof module!="undefined"?n(exports,require("@nocobase/client")):typeof define=="function"&&define.amd?define(["exports","@nocobase/client"],n):(e=typeof globalThis!="undefined"?globalThis:e||self,n(e["@nocobase/plugin-ui-schema-storage"]={},e["@nocobase/client"]))})(this,function(e,n){"use strict";var d=(e,n,o)=>new Promise((u,c)=>{var l=i=>{try{t(o.next(i))}catch(s){c(s)}},a=i=>{try{t(o.throw(i))}catch(s){c(s)}},t=i=>i.done?u(i.value):Promise.resolve(i.value).then(l,a);t((o=o.apply(e,n)).next())});class o extends n.Plugin{load(){return d(this,null,function*(){})}}e.default=o,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.5.0-
|
|
12
|
-
"@nocobase/database": "1.5.0-
|
|
13
|
-
"@nocobase/cache": "1.5.0-
|
|
14
|
-
"@nocobase/utils": "1.5.0-
|
|
11
|
+
"@nocobase/client": "1.5.0-beta.2",
|
|
12
|
+
"@nocobase/database": "1.5.0-beta.2",
|
|
13
|
+
"@nocobase/cache": "1.5.0-beta.2",
|
|
14
|
+
"@nocobase/utils": "1.5.0-beta.2",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
|
-
"@nocobase/server": "1.5.0-
|
|
17
|
-
"@nocobase/actions": "1.5.0-
|
|
18
|
-
"@nocobase/resourcer": "1.5.0-
|
|
16
|
+
"@nocobase/server": "1.5.0-beta.2",
|
|
17
|
+
"@nocobase/actions": "1.5.0-beta.2",
|
|
18
|
+
"@nocobase/resourcer": "1.5.0-beta.2",
|
|
19
19
|
"@formily/json-schema": "2.3.0"
|
|
20
20
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "UI schema 存储服务",
|
|
5
5
|
"description": "Provides centralized UI schema storage service.",
|
|
6
6
|
"description.zh-CN": "提供中心化的 UI schema 存储服务。",
|
|
7
|
-
"version": "1.5.0-
|
|
7
|
+
"version": "1.5.0-beta.2",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/ui-schema-storage",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@nocobase/test": "1.x",
|
|
25
25
|
"@nocobase/utils": "1.x"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "8a9c29fdac5c6295dcc7abf00c3fa81bd9e01a36",
|
|
28
28
|
"keywords": [
|
|
29
29
|
"System & security"
|
|
30
30
|
]
|