@cyberstrike-io/sdk 1.1.4 → 1.1.6-beta.1

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.
@@ -1050,7 +1050,7 @@ export type Config = {
1050
1050
  diff_style?: "auto" | "stacked";
1051
1051
  };
1052
1052
  /**
1053
- * Command configuration, see https://cyberstrike.us/docs/commands
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.us/docs/agent
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",
4
+ "version": "1.1.6-beta.1",
5
5
  "type": "module",
6
- "license": "MIT",
6
+ "license": "AGPL-3.0-only",
7
7
  "scripts": {
8
8
  "typecheck": "tsgo --noEmit",
9
9
  "build": "./script/build.ts"