@gen3/core 0.12.18 → 0.12.19

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/dist/index.d.ts CHANGED
@@ -13873,6 +13873,7 @@ type FacetType = 'enum' | 'exact' | 'range' | 'age' | 'age_in_years' | 'year' |
13873
13873
  interface AllowableRange {
13874
13874
  readonly minimum: number;
13875
13875
  readonly maximum: number;
13876
+ readonly step?: number;
13876
13877
  }
13877
13878
  interface FacetDefinition {
13878
13879
  readonly description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gen3/core",
3
- "version": "0.12.18",
3
+ "version": "0.12.19",
4
4
  "author": "CTDS",
5
5
  "description": "Core module for Gen3.2. Packages provides an interface for interacting with the gen3 API, various types, and a redux store for managing state.",
6
6
  "license": "Apache-2.0",
@@ -80,5 +80,5 @@
80
80
  "files": [
81
81
  "dist"
82
82
  ],
83
- "gitHead": "c2ac83f02ed36f555cfd44af95a56160496803b8"
83
+ "gitHead": "33d2c9c73e0cb7cb08473dc35d5c04ec4c1c2e12"
84
84
  }