tuiweather 0.1.0 → 0.2.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -88730,7 +88730,7 @@ function buildJsonLine(forecast, location, prefs, nowUtc) {
|
|
|
88730
88730
|
// package.json
|
|
88731
88731
|
var package_default2 = {
|
|
88732
88732
|
name: "tuiweather",
|
|
88733
|
-
version: "0.
|
|
88733
|
+
version: "0.2.0",
|
|
88734
88734
|
description: "Keyboard-driven terminal weather app powered by Open-Meteo",
|
|
88735
88735
|
license: "MIT",
|
|
88736
88736
|
type: "module",
|