@gingkoo/base-server 0.0.4-alpha.6 → 0.0.4-alpha.7

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.
@@ -188,6 +188,8 @@ class BaseXML {
188
188
  if (title) {
189
189
  schema.title = title;
190
190
  }
191
+ schema.blockApi = blockApi;
192
+ schema.initApi = initApi;
191
193
 
192
194
  schema.type = 'page';
193
195
  schema.body = body;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/base-server",
3
- "version": "0.0.4-alpha.6",
3
+ "version": "0.0.4-alpha.7",
4
4
  "description": "",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -8,8 +8,7 @@
8
8
  "build": "npm run clean && vite build --mode production",
9
9
  "serve": "nodemon serve -p 1000",
10
10
  "check": "node scripts/check_publish.js",
11
- "clean": "rimraf dist",
12
- "prepublishOnly": "npm run check && npm run build"
11
+ "clean": "rimraf dist"
13
12
  },
14
13
  "files": [
15
14
  "dist",