@next-core/brick-types 2.81.2 → 2.81.4

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.
@@ -30,7 +30,7 @@ export interface SrcIcon {
30
30
  }
31
31
  /** @internal */
32
32
  export interface SnippetConf {
33
- bricks: StoryConf | StoryConf[];
33
+ bricks: BrickConf | BrickConf[];
34
34
  snippetId?: string;
35
35
  title: I18nData;
36
36
  message?: I18nData;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@next-core/brick-types",
3
- "version": "2.81.2",
4
- "description": "Pure types for kernel",
3
+ "version": "2.81.4",
4
+ "description": "Pure types for Brick Next",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-types",
6
6
  "license": "GPL-3.0",
7
7
  "main": "dist/index.bundle.js",
@@ -52,5 +52,5 @@
52
52
  "history": "*",
53
53
  "path-to-regexp": "*"
54
54
  },
55
- "gitHead": "a20dec8d73930e63cb8872682e3cae5e105d9688"
55
+ "gitHead": "0ad3628953b05cd56cf7676ebcccd90817509a25"
56
56
  }