chore: Update the manifest types

This commit is contained in:
BluJ
2023-04-25 10:40:01 -06:00
parent 5e1d77b95d
commit 29ccafb086
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
import { ValidEmVer } from "../emverLite/mod";
import { ActionResult } from "../types";
export interface Container {
image: string;
@@ -32,8 +33,10 @@ export interface GenericManifest {
};
containers: Record<string, Container>;
volumes: Record<string, string>;
actions: ActionResult[];
alerts: {
install: string | null;
update: string | null;
uninstall: string | null;
restore: string | null;
start: string | null;

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "start-sdk",
"version": "0.4.0-lib0.charlie36",
"version": "0.4.0-lib0.charlie37",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "start-sdk",
"version": "0.4.0-lib0.charlie36",
"version": "0.4.0-lib0.charlie37",
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",

View File

@@ -1,6 +1,6 @@
{
"name": "start-sdk",
"version": "0.4.0-lib0.charlie36",
"version": "0.4.0-lib0.charlie37",
"description": "For making the patterns that are wanted in making services for the startOS.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",