🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@slflows/sdk

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slflows/sdk - npm Package Compare versions

Comparing version
0.13.0
to
0.14.0
+4
-0
dist/v1/index.d.ts

@@ -52,2 +52,4 @@ /**

typeIds?: string[];
/** Filter by lifecycle statuses (omit to list all blocks regardless of status) */
statuses?: ("draft" | "in_progress" | "ready" | "drifted" | "failed" | "draining" | "draining_failed")[];
}

@@ -67,2 +69,4 @@ /**

config: Record<string, any>;
/** Lifecycle status of the block, if the block has a lifecycle (null otherwise) */
lifecycleStatus: "draft" | "in_progress" | "ready" | "drifted" | "failed" | "draining" | "draining_failed" | null;
}[];

@@ -69,0 +73,0 @@ }

+4
-4
{
"name": "@slflows/sdk",
"version": "0.13.0",
"version": "0.14.0",
"files": [

@@ -13,5 +13,5 @@ "dist"

"pkgroll": "^2.27.0",
"rollup": "^4.59.0",
"rollup-plugin-dts": "^6.3.0",
"typescript": "^5.9.3"
"rollup": "^4.60.1",
"rollup-plugin-dts": "^6.4.1",
"typescript": "^6.0.2"
},

@@ -18,0 +18,0 @@ "scripts": {