@advt-gpt-chart/package 3.0.3 → 3.0.5

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.
Binary file
@@ -114,4 +114,6 @@ export declare const en_US: {
114
114
  temperature: string;
115
115
  currency: string;
116
116
  custom_unit: string;
117
+ DetailData: string;
118
+ detailDataError: string;
117
119
  };
@@ -114,4 +114,6 @@ export declare const zh_CN: {
114
114
  temperature: string;
115
115
  currency: string;
116
116
  custom_unit: string;
117
+ DetailData: string;
118
+ detailDataError: string;
117
119
  };
@@ -114,4 +114,6 @@ export declare const zh_TW: {
114
114
  temperature: string;
115
115
  currency: string;
116
116
  custom_unit: string;
117
+ DetailData: string;
118
+ detailDataError: string;
117
119
  };
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const version = "3.0.3";
1
+ declare const version = "3.0.5";
2
2
  export default version;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@advt-gpt-chart/package",
3
3
  "private": false,
4
- "version": "3.0.3",
4
+ "version": "3.0.5",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"