@royalschedule/maps 2.1.18 → 2.1.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.
@@ -1,6 +1,8 @@
1
1
  import _from from './from';
2
2
  import _to from './to';
3
+ import { Types } from './types';
3
4
  export declare class CoreMap {
4
5
  static from: typeof _from;
5
6
  static to: typeof _to;
6
7
  }
8
+ export { Types as CoreTypes };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalschedule/maps",
3
- "version": "2.1.18",
3
+ "version": "2.1.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",