@internetarchive/histogram-date-range 1.2.2-alpha-webdev7377.7 → 1.2.2-alpha-webdev7377.8

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
@@ -1 +1 @@
1
- export { HistogramDateRange, BinSnappingInterval as BinRoundingInterval, } from './src/histogram-date-range';
1
+ export { HistogramDateRange, BinSnappingInterval, } from './src/histogram-date-range';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,GAEnB,MAAM,4BAA4B,CAAC","sourcesContent":["export {\n HistogramDateRange,\n BinSnappingInterval as BinRoundingInterval,\n} from './src/histogram-date-range';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,GAEnB,MAAM,4BAA4B,CAAC","sourcesContent":["export {\n HistogramDateRange,\n BinSnappingInterval,\n} from './src/histogram-date-range';\n"]}
package/index.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export {
2
2
  HistogramDateRange,
3
- BinSnappingInterval as BinRoundingInterval,
3
+ BinSnappingInterval,
4
4
  } from './src/histogram-date-range';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/histogram-date-range",
3
- "version": "1.2.2-alpha-webdev7377.7",
3
+ "version": "1.2.2-alpha-webdev7377.8",
4
4
  "description": "Internet Archive histogram date range picker",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "dist/index.js",