@codemation/host 1.0.0 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @codemation/host
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`328c975`](https://github.com/MadeRelevant/codemation/commit/328c9759d45b711c177ea9a360ed4960ffdf5ffa)]:
8
+ - @codemation/core-nodes@1.0.1
9
+
3
10
  ## 1.0.0
4
11
 
5
12
  ### Major Changes
@@ -15,7 +15,7 @@ declare class Aggregate<TIn = unknown, TOut = unknown> implements RunnableNodeCo
15
15
  readonly hint: "local";
16
16
  };
17
17
  readonly keepBinaries: true;
18
- readonly icon: "lucide:layers";
18
+ readonly icon: "builtin:aggregate-rows";
19
19
  constructor(name: string, aggregate: (items: Items<TIn>, ctx: NodeExecutionContext<Aggregate<TIn, TOut>>) => TOut | Promise<TOut>, id?: string | undefined);
20
20
  }
21
21
  //#endregion
@@ -43,7 +43,7 @@ declare class If<TInputJson = unknown> implements RunnableNodeConfig<TInputJson,
43
43
  readonly execution: {
44
44
  readonly hint: "local";
45
45
  };
46
- readonly icon: "lucide:split";
46
+ readonly icon: "lucide:split@rot=90";
47
47
  readonly declaredOutputPorts: readonly ["true", "false"];
48
48
  constructor(name: string, predicate: (item: Item<TInputJson>, index: number, items: Items<TInputJson>, ctx: NodeExecutionContext<If<TInputJson>>) => boolean, id?: string | undefined);
49
49
  }
@@ -88,7 +88,7 @@ declare class Split<TIn = unknown, TElem = unknown> implements RunnableNodeConfi
88
88
  * Mirrors {@link MapData}'s empty-output behavior.
89
89
  */
90
90
  readonly continueWhenEmptyOutput: true;
91
- readonly icon: "lucide:ungroup";
91
+ readonly icon: "builtin:split-rows";
92
92
  constructor(name: string, getElements: (item: Item<TIn>, ctx: NodeExecutionContext<Split<TIn, TElem>>) => readonly TElem[], id?: string | undefined);
93
93
  }
94
94
  //#endregion
@@ -108,6 +108,7 @@ declare class MapData<TInputJson = unknown, TOutputJson = unknown> implements Ru
108
108
  };
109
109
  /** Zero mapped items should still allow downstream nodes to run. */
110
110
  readonly continueWhenEmptyOutput: true;
111
+ readonly icon: "lucide:square-pen";
111
112
  readonly keepBinaries: boolean;
112
113
  constructor(name: string, map: (item: Item<TInputJson>, ctx: NodeExecutionContext<MapData<TInputJson, TOutputJson>>) => TOutputJson, options?: MapDataOptions);
113
114
  get id(): string | undefined;
@@ -260,4 +261,4 @@ declare function definePlugin(options: DefinePluginOptions): CodemationPlugin &
260
261
  }>;
261
262
  //#endregion
262
263
  export { defineCodemationApp as a, FriendlyCodemationExecutionConfig as i, DefinePluginOptions as n, definePlugin as o, FriendlyCodemationDatabaseConfig as r, workflow as s, DefineCodemationAppOptions as t };
263
- //# sourceMappingURL=CodemationAuthoring.types-zJ2t73Bn.d.ts.map
264
+ //# sourceMappingURL=CodemationAuthoring.types-Cr2QZsUX.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import "./index-W4eSjdCM.js";
2
- import { a as defineCodemationApp, i as FriendlyCodemationExecutionConfig, n as DefinePluginOptions, o as definePlugin, r as FriendlyCodemationDatabaseConfig, s as workflow, t as DefineCodemationAppOptions } from "./CodemationAuthoring.types-zJ2t73Bn.js";
2
+ import { a as defineCodemationApp, i as FriendlyCodemationExecutionConfig, n as DefinePluginOptions, o as definePlugin, r as FriendlyCodemationDatabaseConfig, s as workflow, t as DefineCodemationAppOptions } from "./CodemationAuthoring.types-Cr2QZsUX.js";
3
3
  import { _ as CodemationEngineExecutionLimitsConfig, b as CodemationSchedulerConfig, c as CodemationPluginContext, d as CodemationAppSchedulerConfig, f as CodemationAppSchedulerKind, g as CodemationDatabaseKind, h as CodemationDatabaseConfig, m as CodemationConfig, n as CodemationRegistrationContextBase, o as CodemationPlugin, p as CodemationApplicationRuntimeConfig, s as CodemationPluginConfig, t as CodemationAppContext, u as CodemationAppDefinition, v as CodemationEventBusConfig, x as CodemationSchedulerKind, y as CodemationEventBusKind } from "./CodemationAppContext-DP_-56c6.js";
4
4
  import "./CodemationWhitelabelConfig-D5rYcLlj.js";
5
5
  export { type CodemationAppContext, type CodemationAppDefinition, type CodemationAppSchedulerConfig, type CodemationAppSchedulerKind, type CodemationApplicationRuntimeConfig, type CodemationConfig, type CodemationDatabaseConfig, type CodemationDatabaseKind, type CodemationEngineExecutionLimitsConfig, type CodemationEventBusConfig, type CodemationEventBusKind, type CodemationPlugin, type CodemationPluginConfig, type CodemationPluginContext, type CodemationRegistrationContextBase, type CodemationSchedulerConfig, type CodemationSchedulerKind, type DefineCodemationAppOptions, type DefinePluginOptions, type FriendlyCodemationDatabaseConfig, type FriendlyCodemationExecutionConfig, defineCodemationApp, definePlugin, workflow };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./index-W4eSjdCM.js";
2
- import { a as defineCodemationApp, i as FriendlyCodemationExecutionConfig, n as DefinePluginOptions, o as definePlugin, r as FriendlyCodemationDatabaseConfig, s as workflow, t as DefineCodemationAppOptions } from "./CodemationAuthoring.types-zJ2t73Bn.js";
2
+ import { a as defineCodemationApp, i as FriendlyCodemationExecutionConfig, n as DefinePluginOptions, o as definePlugin, r as FriendlyCodemationDatabaseConfig, s as workflow, t as DefineCodemationAppOptions } from "./CodemationAuthoring.types-Cr2QZsUX.js";
3
3
  import { S as CodemationWorkflowDiscovery, _ as CodemationEngineExecutionLimitsConfig, a as AppPluginLoadSummary, b as CodemationSchedulerConfig, c as CodemationPluginContext, d as CodemationAppSchedulerConfig, f as CodemationAppSchedulerKind, g as CodemationDatabaseKind, h as CodemationDatabaseConfig, l as CodemationPluginPackageMetadata, m as CodemationConfig, n as CodemationRegistrationContextBase, o as CodemationPlugin, p as CodemationApplicationRuntimeConfig, r as AppConfig, s as CodemationPluginConfig, t as CodemationAppContext, u as CodemationAppDefinition, v as CodemationEventBusConfig, w as CodemationClassToken, x as CodemationSchedulerKind, y as CodemationEventBusKind } from "./CodemationAppContext-DP_-56c6.js";
4
4
  import { a as CodemationAuthConfig, c as CodemationAuthOidcProviderConfig, i as CodemationLogRule, n as CodemationLogConfig, o as CodemationAuthKind, r as CodemationLogLevelName, s as CodemationAuthOAuthProviderConfig, t as CodemationWhitelabelConfig } from "./CodemationWhitelabelConfig-D5rYcLlj.js";
5
5
  import "./LogLevelPolicy-CkiJAH75.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemation/host",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -121,9 +121,9 @@
121
121
  "tsx": "^4.21.0",
122
122
  "ws": "^8.19.0",
123
123
  "zxcvbn": "^4.4.2",
124
- "@codemation/core": "1.0.0",
124
+ "@codemation/core-nodes": "1.0.1",
125
125
  "@codemation/eventbus-redis": "0.0.32",
126
- "@codemation/core-nodes": "1.0.0"
126
+ "@codemation/core": "1.0.0"
127
127
  },
128
128
  "devDependencies": {
129
129
  "@playwright/test": "^1.58.2",