@nocobase/plugin-ui-schema-storage 0.7.6-alpha.2 → 0.8.0-alpha.4

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/server.d.ts CHANGED
@@ -5,6 +5,5 @@ export declare class UiSchemaStoragePlugin extends Plugin {
5
5
  registerRepository(): void;
6
6
  beforeLoad(): Promise<void>;
7
7
  load(): Promise<void>;
8
- getName(): string;
9
8
  }
10
9
  export default UiSchemaStoragePlugin;
package/lib/server.js CHANGED
@@ -151,10 +151,6 @@ class UiSchemaStoragePlugin extends _server().Plugin {
151
151
  })();
152
152
  }
153
153
 
154
- getName() {
155
- return this.getPackageName(__dirname);
156
- }
157
-
158
154
  }
159
155
 
160
156
  exports.UiSchemaStoragePlugin = UiSchemaStoragePlugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-ui-schema-storage",
3
- "version": "0.7.6-alpha.2",
3
+ "version": "0.8.0-alpha.4",
4
4
  "main": "lib/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "licenses": [
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "devDependencies": {
13
13
  "@formily/json-schema": "2.0.20",
14
- "@nocobase/test": "0.7.6-alpha.2"
14
+ "@nocobase/test": "0.8.0-alpha.4"
15
15
  },
16
- "gitHead": "2cfccff9d3ff14c521bf317fa7ee4efa18444c92"
16
+ "gitHead": "433f068ce4479a53f51d3ceac3f22b710e7bb13e"
17
17
  }