@steedos/schemas 2.1.45 → 2.1.49

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.
package/field/schema.json CHANGED
@@ -374,7 +374,8 @@
374
374
  "count",
375
375
  "sum",
376
376
  "min",
377
- "max"
377
+ "max",
378
+ "avg"
378
379
  ]
379
380
  }
380
381
  ]
@@ -654,7 +654,8 @@
654
654
  "count",
655
655
  "sum",
656
656
  "min",
657
- "max"
657
+ "max",
658
+ "avg"
658
659
  ]
659
660
  }
660
661
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.1.45",
3
+ "version": "2.1.49",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "0e33f0a24ae197cbca66d23d108c78decda04ff7"
12
+ "gitHead": "ad2d122d80c82c1419640d7cfde580024ff6b444"
13
13
  }