rotion 0.2.2 → 0.2.4

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.
@@ -3,6 +3,7 @@ export declare const waitingTimeSec: number;
3
3
  export declare const waitTimeSecAfterLimit: number;
4
4
  export declare const incrementalCache: boolean;
5
5
  export declare const auth: string | undefined;
6
+ export declare const googleMapKey: string | undefined;
6
7
  export declare const docRoot: string;
7
8
  export declare const imageDir: string;
8
9
  export declare const fileDir: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rotion",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "license": "MIT",
5
5
  "repository": "linyows/rotion",
6
6
  "description": "This is react components that uses the notion API to display the notion's database and page.",