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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.1.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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuiweather",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Keyboard-driven terminal weather app powered by Open-Meteo",
5
5
  "license": "MIT",
6
6
  "type": "module",