@tachybase/plugin-field-encryption 0.23.17 → 0.23.18

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.
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.17",
3
- "@tachybase/utils": "0.23.17",
4
- "@tachybase/database": "0.23.17",
5
- "@tachybase/server": "0.23.17"
2
+ "@tachybase/client": "0.23.18",
3
+ "@tachybase/utils": "0.23.18",
4
+ "@tachybase/database": "0.23.18",
5
+ "@tachybase/server": "0.23.18"
6
6
  };
@@ -1,5 +1,5 @@
1
1
  import { Plugin } from '@tachybase/server';
2
2
  export declare class PluginFieldEncryptionServer extends Plugin {
3
- load(): Promise<void>;
3
+ beforeLoad(): Promise<void>;
4
4
  }
5
5
  export default PluginFieldEncryptionServer;
@@ -26,7 +26,7 @@ var import_encryption_field = require("./encryption-field");
26
26
  var import_eq = require("./operators/eq");
27
27
  var import_ne = require("./operators/ne");
28
28
  class PluginFieldEncryptionServer extends import_server.Plugin {
29
- async load() {
29
+ async beforeLoad() {
30
30
  this.db.registerFieldTypes({
31
31
  encryption: import_encryption_field.EncryptionField
32
32
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-field-encryption",
3
3
  "displayName": "Collection field: Encryption",
4
- "version": "0.23.17",
4
+ "version": "0.23.18",
5
5
  "description": "Encryption field",
6
6
  "keywords": [
7
7
  "Collection fields"
@@ -10,11 +10,11 @@
10
10
  "dependencies": {},
11
11
  "devDependencies": {},
12
12
  "peerDependencies": {
13
- "@tachybase/client": "0.23.17",
14
- "@tachybase/database": "0.23.17",
15
- "@tachybase/server": "0.23.17",
16
- "@tachybase/utils": "0.23.17",
17
- "@tachybase/test": "0.23.17"
13
+ "@tachybase/client": "0.23.18",
14
+ "@tachybase/database": "0.23.18",
15
+ "@tachybase/server": "0.23.18",
16
+ "@tachybase/test": "0.23.18",
17
+ "@tachybase/utils": "0.23.18"
18
18
  },
19
19
  "description.zh-CN": "加密字段",
20
20
  "displayName.zh-CN": "数据表字段:加密字段",