diff --git a/appmgr/src/version/v0_2_15.rs b/appmgr/src/version/v0_2_15.rs deleted file mode 100644 index ec7203674..000000000 --- a/appmgr/src/version/v0_2_15.rs +++ /dev/null @@ -1,21 +0,0 @@ -use super::*; - -const V0_2_15: emver::Version = emver::Version::new(0, 2, 15, 0); - -pub struct Version; -#[async_trait] -impl VersionT for Version { - type Previous = v0_2_14::Version; - fn new() -> Self { - Version - } - fn semver(&self) -> &'static emver::Version { - &V0_2_15 - } - async fn up(&self) -> Result<(), Error> { - Ok(()) - } - async fn down(&self) -> Result<(), Error> { - Ok(()) - } -} diff --git a/appmgr/src/version/v0_2_16.rs b/appmgr/src/version/v0_2_16.rs deleted file mode 100644 index 747a384cd..000000000 --- a/appmgr/src/version/v0_2_16.rs +++ /dev/null @@ -1,21 +0,0 @@ -use super::*; - -const V0_2_16: emver::Version = emver::Version::new(0, 2, 16, 0); - -pub struct Version; -#[async_trait] -impl VersionT for Version { - type Previous = v0_2_15::Version; - fn new() -> Self { - Version - } - fn semver(&self) -> &'static emver::Version { - &V0_2_16 - } - async fn up(&self) -> Result<(), Error> { - Ok(()) - } - async fn down(&self) -> Result<(), Error> { - Ok(()) - } -} diff --git a/diagnostic-ui/package-lock.json b/diagnostic-ui/package-lock.json index 2e39bac3e..afd3672b9 100644 --- a/diagnostic-ui/package-lock.json +++ b/diagnostic-ui/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "diagnostic-ui", "version": "0.3.0", "dependencies": { "@angular/animations": "^12.2.5", diff --git a/patch-db b/patch-db index 28966308b..21fed0c0b 160000 --- a/patch-db +++ b/patch-db @@ -1 +1 @@ -Subproject commit 28966308bcf972e8f28fe94be0c7c51de0b1aa34 +Subproject commit 21fed0c0beefe95d40fbca25de95d3f34d90a4a4 diff --git a/setup-wizard/package-lock.json b/setup-wizard/package-lock.json index 543477034..472d338e5 100644 --- a/setup-wizard/package-lock.json +++ b/setup-wizard/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "setup-wizard", "version": "0.0.1", "dependencies": { "@angular/common": "^12.2.1",