mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
Bugfix/sdk misc (#2847)
* misc sdk fixes * version bump * formatting * add missing dependency to root * alpha.16 and beta.17 * beta.18
This commit is contained in:
4
web/package-lock.json
generated
4
web/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "startos-ui",
|
||||
"version": "0.3.6-alpha.15",
|
||||
"version": "0.3.6-alpha.16",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "startos-ui",
|
||||
"version": "0.3.6-alpha.15",
|
||||
"version": "0.3.6-alpha.16",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular/animations": "^14.1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "startos-ui",
|
||||
"version": "0.3.6-alpha.15",
|
||||
"version": "0.3.6-alpha.16",
|
||||
"author": "Start9 Labs, Inc",
|
||||
"homepage": "https://start9.com/",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -116,7 +116,6 @@ export module Mock {
|
||||
emulateMissingAs: 'aarch64',
|
||||
},
|
||||
},
|
||||
assets: [],
|
||||
volumes: ['main'],
|
||||
hardwareRequirements: {
|
||||
device: [],
|
||||
@@ -173,7 +172,6 @@ export module Mock {
|
||||
emulateMissingAs: 'aarch64',
|
||||
},
|
||||
},
|
||||
assets: [],
|
||||
volumes: ['main'],
|
||||
hardwareRequirements: {
|
||||
device: [],
|
||||
@@ -223,7 +221,6 @@ export module Mock {
|
||||
emulateMissingAs: 'aarch64',
|
||||
},
|
||||
},
|
||||
assets: [],
|
||||
volumes: ['main'],
|
||||
hardwareRequirements: {
|
||||
device: [],
|
||||
|
||||
Reference in New Issue
Block a user