@x-otto/plugin-weather 0.1.0-alpha.0 → 0.1.0-alpha.2
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 +5 -3
- package/plugin-dist/meta.json +1 -1
- package/plugin-dist/plugin.cjs +327 -38775
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-otto/plugin-weather",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Weather forecast plugin — get_weather tool (Open-Meteo, no API key) + terminal card renderer",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@x-otto/interchange": "0.1.0-alpha.1"
|
|
8
|
-
"@x-otto/plugin": "0.1.0-alpha.1"
|
|
7
|
+
"@x-otto/interchange": "0.1.0-alpha.1"
|
|
9
8
|
},
|
|
10
9
|
"type": "module",
|
|
11
10
|
"files": [
|
|
@@ -20,6 +19,9 @@
|
|
|
20
19
|
"registry": "https://registry.npmjs.org",
|
|
21
20
|
"tag": "alpha"
|
|
22
21
|
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@x-otto/plugin": "0.1.0-alpha.1"
|
|
24
|
+
},
|
|
23
25
|
"scripts": {
|
|
24
26
|
"typecheck": "tsc --noEmit",
|
|
25
27
|
"test": "vitest run"
|
package/plugin-dist/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"apiVersion":1,"compilerVersion":"0.1.0-alpha.
|
|
1
|
+
{"apiVersion":1,"compilerVersion":"0.1.0-alpha.3","sourceHash":"622274b4bea89dfc6f276ebcfc20016199aeb01aa522c0e4e01920238b23231b"}
|