@elyra/pipeline-schemas 3.0.100 → 3.0.101

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyra/pipeline-schemas",
3
- "version": "3.0.100",
3
+ "version": "3.0.101",
4
4
  "description": "pipeline-schemas",
5
5
  "main": "common-pipeline/pipeline-flow/upgrade/upgrade-flow.js",
6
6
  "homepage": "https://github.com/elyra-ai/pipeline-schemas",
package/types/index.d.ts CHANGED
@@ -61,7 +61,7 @@ export {
61
61
  RecordSchema,
62
62
  Field,
63
63
  Metadata
64
- } from "./pipeline-flow-v3.ts";
64
+ } from "./pipeline-flow-v3.js";
65
65
  export {
66
66
  CanvasInfo,
67
67
  CanvasPipeline,
@@ -80,11 +80,11 @@ export {
80
80
  CanvasNodeLink,
81
81
  CanvasAssociationLink,
82
82
  CanvasCommentLink
83
- } from "./canvas-info-v3.ts";
83
+ } from "./canvas-info-v3.js";
84
84
  export {
85
85
  PipelineFlowPalette,
86
86
  CategoryDef
87
- } from "./palette-v3.ts";
87
+ } from "./palette-v3.js";
88
88
  export {
89
89
  ParameterDefinitions,
90
90
  ConditionsDefinition,
@@ -111,7 +111,7 @@ export {
111
111
  ComplexTypeDefinition,
112
112
  ActionDefinition,
113
113
  ResourceDefinition
114
- } from "./parameter-defs-v3.ts";
114
+ } from "./parameter-defs-v3.js";
115
115
  export {
116
116
  ExpressionInfo,
117
117
  FunctionList,
@@ -125,4 +125,4 @@ export {
125
125
  FieldValueGroupsItemDef,
126
126
  ValueDef,
127
127
  AdditionalInfoItem
128
- } from "./expression-info-v3.ts";
128
+ } from "./expression-info-v3.js";
File without changes