mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: update the types again for the actions in the metadata
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ValidEmVer } from "../emverLite/mod";
|
||||
import { ActionResult } from "../types";
|
||||
import { ActionMetaData, ActionResult } from "../types";
|
||||
|
||||
export interface Container {
|
||||
image: string;
|
||||
@@ -33,7 +33,7 @@ export interface GenericManifest {
|
||||
};
|
||||
containers: Record<string, Container>;
|
||||
volumes: Record<string, string>;
|
||||
actions: ActionResult[];
|
||||
actions: ActionMetaData[];
|
||||
alerts: {
|
||||
install: string | null;
|
||||
update: string | null;
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "start-sdk",
|
||||
"version": "0.4.0-lib0.charlie37",
|
||||
"version": "0.4.0-lib0.charlie38",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "start-sdk",
|
||||
"version": "0.4.0-lib0.charlie37",
|
||||
"version": "0.4.0-lib0.charlie38",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@iarna/toml": "^2.2.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "start-sdk",
|
||||
"version": "0.4.0-lib0.charlie37",
|
||||
"version": "0.4.0-lib0.charlie38",
|
||||
"description": "For making the patterns that are wanted in making services for the startOS.",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user