@idm-plugin/meteo2 1.0.4 → 1.0.6
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.js +311 -301
- package/dist/index.umd.cjs +2 -2
- package/dist/openmeteo/src/index.d.ts +1 -1
- package/package.json +3 -3
|
@@ -29,7 +29,6 @@ export interface OMParams {
|
|
|
29
29
|
apikey?: string;
|
|
30
30
|
fake?: boolean;
|
|
31
31
|
fakes?: boolean[];
|
|
32
|
-
meta?: any;
|
|
33
32
|
}
|
|
34
33
|
/**
|
|
35
34
|
* @see https://open-meteo.com/en/docs
|
|
@@ -122,6 +121,7 @@ export declare class MeteoHelper2 {
|
|
|
122
121
|
* 从消息中提取时间区间, 并调整为合理范围
|
|
123
122
|
* @param message
|
|
124
123
|
* @param interval
|
|
124
|
+
* @param model
|
|
125
125
|
* @param options
|
|
126
126
|
* @private
|
|
127
127
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idm-plugin/meteo2",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"description": "idm plugin for meteo2(open meteo)",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@idm-plugin/geo2": "^1.4.7",
|
|
42
|
-
"@idm-plugin/meteo": "^0.7.
|
|
42
|
+
"@idm-plugin/meteo": "^0.7.3",
|
|
43
43
|
"@idm-plugin/tag": "^0.2.3",
|
|
44
44
|
"openmeteo": "^1.2.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@idm-plugin/geo2": "^1.4.7",
|
|
48
|
-
"@idm-plugin/meteo": "^0.7.
|
|
48
|
+
"@idm-plugin/meteo": "^0.7.3",
|
|
49
49
|
"@idm-plugin/tag": "^0.2.3",
|
|
50
50
|
"@types/jest": "^25.2.2",
|
|
51
51
|
"@types/node": "^18.14.2",
|