@next-core/next-docs 1.2.369 → 1.2.371

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.
@@ -16,7 +16,7 @@ custom_edit_url: null
16
16
  **Signature:**
17
17
 
18
18
  ```typescript
19
- export declare type CustomTemplateState = Pick<ContextConf, "name" | "value" | "if" | "resolve" | "track">;
19
+ export declare type CustomTemplateState = Pick<ContextConf, "name" | "value" | "if" | "resolve" | "track" | "onChange">;
20
20
  ```
21
21
 
22
22
  **Reference:** [ContextConf](./brick-types.contextconf.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.369",
3
+ "version": "1.2.371",
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.3.17",
35
- "@next-core/brick-kit": "^2.154.4",
36
- "@next-core/brick-types": "^2.81.4",
35
+ "@next-core/brick-kit": "^2.154.6",
36
+ "@next-core/brick-types": "^2.81.6",
37
37
  "fs-extra": "^10.1.0"
38
38
  },
39
- "gitHead": "0ad3628953b05cd56cf7676ebcccd90817509a25"
39
+ "gitHead": "88ef2ab6c4dbeb53e96ac1edbc93030f847ccf49"
40
40
  }