@next-core/next-docs 1.2.500 → 1.2.501

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.
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.storyboard.bootstrapfile
3
+ title: Storyboard.bootstrapFile
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-types](./brick-types.md) &gt; [Storyboard](./brick-types.storyboard.md) &gt; [bootstrapFile](./brick-types.storyboard.bootstrapfile.md)
11
+
12
+ ## Storyboard.bootstrapFile property
13
+
14
+ 该 app 请求 bootstrap json 的地址,仅针对是联合 app 时才有该字段
15
+
16
+ **Signature:**
17
+
18
+ ```typescript
19
+ bootstrapFile?: string;
20
+ ```
21
+
@@ -24,6 +24,7 @@ export interface Storyboard
24
24
  | Property | Type | Description |
25
25
  | --- | --- | --- |
26
26
  | [app](./brick-types.storyboard.app.md) | [MicroApp](./brick-types.microapp.md) | 微应用基本信息。 |
27
+ | [bootstrapFile](./brick-types.storyboard.bootstrapfile.md) | string | 该 app 请求 bootstrap json 的地址,仅针对是联合 app 时才有该字段 |
27
28
  | [meta](./brick-types.storyboard.meta.md) | [StoryboardMeta](./brick-types.storyboardmeta.md) | 应用的 Storyboard 元信息(包括自定义模板和国际化配置)。 |
28
29
  | [routes](./brick-types.storyboard.routes.md) | [RouteConf](./brick-types.routeconf.md)<!-- -->\[\] | 路由配置列表。 |
29
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.500",
3
+ "version": "1.2.501",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/next-docs",
6
6
  "license": "GPL-3.0",
@@ -32,9 +32,9 @@
32
32
  "sideEffects": false,
33
33
  "devDependencies": {
34
34
  "@easyops-cn/brick-next-pipes": "^0.4.0",
35
- "@next-core/brick-kit": "^2.182.0",
36
- "@next-core/brick-types": "^2.91.0",
35
+ "@next-core/brick-kit": "^2.183.0",
36
+ "@next-core/brick-types": "^2.92.0",
37
37
  "fs-extra": "^10.1.0"
38
38
  },
39
- "gitHead": "6ee0400864d225f7c58b7e24bab56152a4ecdd58"
39
+ "gitHead": "57b3025f1814da0ad3c63a946709081e30180279"
40
40
  }