@cyberstrike-io/sdk 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gen/types.gen.d.ts +2 -2
- package/package.json +2 -2
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -1050,7 +1050,7 @@ export type Config = {
|
|
|
1050
1050
|
diff_style?: "auto" | "stacked";
|
|
1051
1051
|
};
|
|
1052
1052
|
/**
|
|
1053
|
-
* Command configuration, see https://cyberstrike.
|
|
1053
|
+
* Command configuration, see https://cyberstrike.io/docs/commands
|
|
1054
1054
|
*/
|
|
1055
1055
|
command?: {
|
|
1056
1056
|
[key: string]: {
|
|
@@ -1107,7 +1107,7 @@ export type Config = {
|
|
|
1107
1107
|
[key: string]: AgentConfig | undefined;
|
|
1108
1108
|
};
|
|
1109
1109
|
/**
|
|
1110
|
-
* Agent configuration, see https://cyberstrike.
|
|
1110
|
+
* Agent configuration, see https://cyberstrike.io/docs/agent
|
|
1111
1111
|
*/
|
|
1112
1112
|
agent?: {
|
|
1113
1113
|
plan?: AgentConfig;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@cyberstrike-io/sdk",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "AGPL-3.0-only",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"typecheck": "tsgo --noEmit",
|
|
9
9
|
"build": "./script/build.ts"
|