@codemation/core-nodes-ocr 0.2.0 → 0.2.2
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 +7 -0
- package/dist/codemation.plugin.cjs +2 -1
- package/dist/codemation.plugin.cjs.map +1 -1
- package/dist/codemation.plugin.d.cts +6 -0
- package/dist/codemation.plugin.d.ts +6 -0
- package/dist/codemation.plugin.js +2 -1
- package/dist/codemation.plugin.js.map +1 -1
- package/dist/metadata.json +4 -4
- package/package.json +2 -2
- package/dist/index-DoHR1J8T.d.ts +0 -880
- package/dist/index-OvXJkNm1.d.ts +0 -874
- package/dist/runtimeTypes-C6YqmQG-.d.cts +0 -762
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @codemation/core-nodes-ocr
|
|
2
2
|
|
|
3
|
+
## 0.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e0933eb`](https://github.com/MadeRelevant/codemation/commit/e0933ebc51806a9593f94758860c591b8346a7a5)]:
|
|
8
|
+
- @codemation/core@0.11.1
|
|
9
|
+
|
|
3
10
|
## 0.2.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -17770,7 +17770,7 @@ var CodemationAuthoringConfigFactory = class {
|
|
|
17770
17770
|
const appDefinition = this.createAppDefinition(options);
|
|
17771
17771
|
const credentialTypes = [...options.credentialTypes ?? [], ...options.credentials ?? []];
|
|
17772
17772
|
const register = this.composeAppRegister(options.register, options.nodes, options.collections);
|
|
17773
|
-
const { workflows, plugins, runtime, log, mcpServers } = options;
|
|
17773
|
+
const { workflows, plugins, runtime, log, mcpServers, codemationVersion } = options;
|
|
17774
17774
|
return {
|
|
17775
17775
|
workflows,
|
|
17776
17776
|
workflowDiscovery: this.mergeWorkflowDiscovery(options.workflowDiscovery, options.workflowsDir),
|
|
@@ -17778,6 +17778,7 @@ var CodemationAuthoringConfigFactory = class {
|
|
|
17778
17778
|
runtime,
|
|
17779
17779
|
log,
|
|
17780
17780
|
mcpServers,
|
|
17781
|
+
codemationVersion,
|
|
17781
17782
|
app: appDefinition,
|
|
17782
17783
|
credentialTypes,
|
|
17783
17784
|
register
|