@tachybase/plugin-simple-cms 0.23.41 → 0.23.47

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,8 +1,8 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
3
  "antd": "5.22.5",
4
- "@tachybase/client": "0.23.41",
5
- "@tachybase/database": "0.23.41",
6
- "@tachybase/server": "0.23.41",
7
- "@tachybase/utils": "0.23.41"
4
+ "@tachybase/client": "0.23.47",
5
+ "@tachybase/database": "0.23.47",
6
+ "@tachybase/server": "0.23.47",
7
+ "@tachybase/utils": "0.23.47"
8
8
  };
@@ -55,7 +55,6 @@ var __decorateElement = (array, flags, name, decorators, target, extra) => {
55
55
  }
56
56
  return k || __decoratorMetadata(array, target), desc && __defProp(target, name, desc), p ? k ^ 4 ? extra : desc : target;
57
57
  };
58
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
59
58
  var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
60
59
  var __privateIn = (member, obj) => Object(obj) !== obj ? __typeError('Cannot use the "in" operator on this value') : member.has(obj);
61
60
  var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
@@ -71,8 +70,8 @@ var _db_dec, _app_dec, _HomePageService_decorators, _init;
71
70
  _HomePageService_decorators = [(0, import_utils.Service)()], _app_dec = [(0, import_utils.App)()], _db_dec = [(0, import_utils.Db)()];
72
71
  class HomePageService {
73
72
  constructor() {
74
- __publicField(this, "app", __runInitializers(_init, 8, this)), __runInitializers(_init, 11, this);
75
- __publicField(this, "db", __runInitializers(_init, 12, this)), __runInitializers(_init, 15, this);
73
+ this.app = __runInitializers(_init, 8, this), __runInitializers(_init, 11, this);
74
+ this.db = __runInitializers(_init, 12, this), __runInitializers(_init, 15, this);
76
75
  }
77
76
  async install() {
78
77
  this.app.acl.allow("home_page_presentations", "list", "public");
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-simple-cms",
3
- "version": "0.23.41",
3
+ "version": "0.23.47",
4
4
  "main": "dist/server/index.js",
5
5
  "dependencies": {},
6
6
  "devDependencies": {
7
7
  "antd": "5.22.5"
8
8
  },
9
9
  "peerDependencies": {
10
- "@tachybase/database": "0.23.41",
11
- "@tachybase/server": "0.23.41",
12
- "@tachybase/test": "0.23.41",
13
- "@tachybase/client": "0.23.41",
14
- "@tachybase/utils": "0.23.41"
10
+ "@tachybase/database": "0.23.47",
11
+ "@tachybase/client": "0.23.47",
12
+ "@tachybase/server": "0.23.47",
13
+ "@tachybase/utils": "0.23.47",
14
+ "@tachybase/test": "0.23.47"
15
15
  },
16
16
  "scripts": {
17
17
  "build": "tachybase-build --no-dts @tachybase/plugin-simple-cms"