Compare commits
3 Commits
13a70990e5
...
0.4.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c76dae760 | |||
| 28951df9b5 | |||
| 5aa290c772 |
@@ -53,7 +53,7 @@ class ForecastItem(Model):
|
||||
weather: list[Weather]
|
||||
clouds: Clouds
|
||||
wind: Wind
|
||||
visibility: int
|
||||
visibility: int | None = None
|
||||
pop: float
|
||||
rain: Rain | None = None
|
||||
sys: Sys
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "gallery"
|
||||
version = "0.3.4"
|
||||
version = "0.4.1"
|
||||
description = ""
|
||||
authors = ["shmyga <shmyga.z@gmail.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
4
static/package-lock.json
generated
4
static/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "gallery",
|
||||
"version": "0.3.4",
|
||||
"version": "0.4.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gallery",
|
||||
"version": "0.3.4",
|
||||
"version": "0.4.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.8",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gallery",
|
||||
"version": "0.3.4",
|
||||
"version": "0.4.1",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite build --watch"
|
||||
|
||||
Reference in New Issue
Block a user