@tripian/react 8.2.5 → 9.0.0

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tripian/react",
3
- "version": "8.2.5",
3
+ "version": "9.0.0",
4
4
  "description": "Tripian Inc React Components",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {
8
8
  "@react-google-maps/api": "^2.12.0",
9
- "@tripian/model": "8.2.5",
9
+ "@tripian/model": "9.0.0",
10
10
  "external-svg-loader": "^1.6.1",
11
11
  "moment": "^2.24.0",
12
12
  "react": "^18.1.0",
@@ -1,4 +1,4 @@
1
- export declare type TimeZone = {
1
+ export type TimeZone = {
2
2
  Name: string;
3
3
  Code: string;
4
4
  Timezone: string;
@@ -1,4 +1,4 @@
1
- export declare type TimeZone = {
1
+ export type TimeZone = {
2
2
  Name: string;
3
3
  Code: string;
4
4
  Timezone: string;
File without changes