@nocobase/plugin-ui-schema-storage 0.9.2-alpha.2 → 0.9.2-alpha.3
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/lib/repository.js +1 -1
- package/package.json +3 -3
package/lib/repository.js
CHANGED
|
@@ -562,7 +562,7 @@ class UiSchemaRepository extends _database().Repository {
|
|
|
562
562
|
remove(uid, options) {
|
|
563
563
|
var _this17 = this;
|
|
564
564
|
return _asyncToGenerator(function* () {
|
|
565
|
-
|
|
565
|
+
const transaction = options.transaction;
|
|
566
566
|
yield _this17.clearXUidPathCache(uid, transaction);
|
|
567
567
|
if (options === null || options === void 0 ? void 0 : options.removeParentsIfNoChildren) {
|
|
568
568
|
yield _this17.removeEmptyParents({
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-ui-schema-storage",
|
|
3
|
-
"version": "0.9.2-alpha.
|
|
3
|
+
"version": "0.9.2-alpha.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@formily/json-schema": "2.0.20",
|
|
10
|
-
"@nocobase/test": "0.9.2-alpha.
|
|
10
|
+
"@nocobase/test": "0.9.2-alpha.3"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "b6b5f9372202d942c97d2d90a4197e060db05124"
|
|
13
13
|
}
|