@hz-9/a5-core 0.2.0-alpha.28 → 0.2.0-alpha.29

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.
@@ -13,8 +13,8 @@ export type JsonValue = string | number | boolean | null | JsonObject | JsonArra
13
13
  *
14
14
  * @public
15
15
  */
16
- export interface JsonObject {
17
- [key: string]: JsonValue;
16
+ export type JsonObject = {
17
+ [key: string]: JsonValue
18
18
  }
19
19
  /**
20
20
  * JSON 数组类型
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hz-9/a5-core",
3
- "version": "0.2.0-alpha.28",
3
+ "version": "0.2.0-alpha.29",
4
4
  "description": "The core library for the `@hz-9/a5-*` series of repositories.",
5
5
  "keywords": [
6
6
  "nest",