@elyra/pipeline-schemas 3.0.58 → 3.0.59

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.
@@ -16,7 +16,7 @@
16
16
  name: Elyra pipeline-schemas publish
17
17
  on:
18
18
  push:
19
- branches: [master]
19
+ branches: [main]
20
20
 
21
21
  jobs:
22
22
  publish:
package/CONTRIBUTING.md CHANGED
@@ -19,9 +19,8 @@ limitations under the License.
19
19
  # Contributing
20
20
 
21
21
  Welcome to Elyra! If you are interested in contributing to the [Elyra code repo](README.md)
22
- then checkout the [Contributor's Guide](https://github.com/elyra-ai/community/blob/master/contributing.md) and
23
- the [Code of Conduct](https://github.com/elyra-ai/community/blob/master/code-of-conduct.md).
22
+ then checkout the [Contributor's Guide](https://github.com/elyra-ai/community/blob/main/contributing.md) and
23
+ the [Code of Conduct](https://github.com/elyra-ai/community/blob/main/code-of-conduct.md).
24
24
 
25
25
  The [Elyra community repo](https://github.com/elyra-ai/community) contains information on how the community
26
26
  is organized and other information that is pertinent to contributing.
27
-
package/README.md CHANGED
@@ -26,15 +26,15 @@ This repository contains the JSON schema files pertaining to pipeline job flow a
26
26
 
27
27
  Common schemas related to pipeline definition and execution:
28
28
 
29
- * [Operators](https://github.com/elyra-ai/pipeline-schemas/tree/master/common-pipeline/operators): Contains the base operator, uihints, and condition schemas and examples
30
- * [Pipeline-flow](https://github.com/elyra-ai/pipeline-schemas/tree/master/common-pipeline/pipeline-flow): Common pipeline-flow and pipeline-flow-ui JSON schemas
31
- * [Dataset-metadata](https://github.com/elyra-ai/pipeline-schemas/tree/master/common-pipeline/dataset-metadata): JSON dataset metadata definition
29
+ * [Operators](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-pipeline/operators): Contains the base operator, uihints, and condition schemas and examples
30
+ * [Pipeline-flow](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-pipeline/pipeline-flow): Common pipeline-flow and pipeline-flow-ui JSON schemas
31
+ * [Dataset-metadata](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-pipeline/dataset-metadata): JSON dataset metadata definition
32
32
 
33
33
  ### The 'common-canvas' directory
34
34
 
35
35
  Schema and example files for driving the Common Canvas and Property Editor tooling
36
36
 
37
- * [Parameter-defs](https://github.com/elyra-ai/pipeline-schemas/tree/master/common-canvas/parameter-defs): Common Properties parameter editing schema and examples
38
- * [Form](https://github.com/elyra-ai/pipeline-schemas/tree/master/common-canvas/form): Common Properties low-level form JSON specification
39
- * [Palette](https://github.com/elyra-ai/pipeline-schemas/tree/master/common-canvas/palette): Canvas palette JSON definition
40
- * [Diagram](https://github.com/elyra-ai/pipeline-schemas/tree/master/common-canvas/diagram): Older (e.g. pre-pipeline-flow) internal canvas diagram specification
37
+ * [Parameter-defs](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-canvas/parameter-defs): Common Properties parameter editing schema and examples
38
+ * [Form](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-canvas/form): Common Properties low-level form JSON specification
39
+ * [Palette](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-canvas/palette): Canvas palette JSON definition
40
+ * [Diagram](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-canvas/diagram): Older (e.g. pre-pipeline-flow) internal canvas diagram specification
@@ -18,4 +18,4 @@ limitations under the License.
18
18
 
19
19
  # Elyra Community Code of Conduct
20
20
 
21
- Please refer to our [Elyra Community Code of Conduct](https://github.com/elyra-ai/community/blob/master/code-of-conduct.md)
21
+ Please refer to our [Elyra Community Code of Conduct](https://github.com/elyra-ai/community/blob/main/code-of-conduct.md)
@@ -44,7 +44,7 @@
44
44
  "type": "super_node",
45
45
  "sub_type": "shaper",
46
46
  "subflow_ref": {
47
- "url": "https://github.com/elyra-ai/pipeline-schemas/blob/master/common-pipeline/pipeline-flow/examples/pipeline-flow-v2-example-simple.json",
47
+ "url": "https://github.com/elyra-ai/pipeline-schemas/blob/main/common-pipeline/pipeline-flow/examples/pipeline-flow-v2-example-simple.json",
48
48
  "pipeline_id_ref": "simple-pipeline"
49
49
  },
50
50
  "inputs": [
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@elyra/pipeline-schemas",
3
- "version": "3.0.58",
3
+ "version": "3.0.59",
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",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/elyra-ai/pipeline-schemas/tree/master/common-pipeline"
10
+ "url": "https://github.com/elyra-ai/pipeline-schemas/tree/main/common-pipeline"
11
11
  },
12
12
  "bugs": {
13
13
  "url": "https://github.com/elyra-ai/pipeline-schemas/issues"