@domain.js/main 0.3.21 → 0.3.22

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.
@@ -26,7 +26,7 @@ export interface ModelSort<Fields extends string> {
26
26
  }
27
27
  /** Model 上的 stats 设定类型 */
28
28
  export interface ModelStats<Fields extends string> {
29
- dimensions?: Record<Fields, string>;
29
+ dimensions?: Record<string, Fields>;
30
30
  metrics: Record<string, string>;
31
31
  pagination?: {
32
32
  maxResults: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domain.js/main",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "DDD framework",
5
5
  "main": "dist/index.js",
6
6
  "bin": {