@elyra/pipeline-schemas 3.0.68 → 3.0.70

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/.eslintrc.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2017-2020 Elyra Authors
2
+ * Copyright 2017-2023 Elyra Authors
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2017-2020 Elyra Authors
2
+ # Copyright 2017-2023 Elyra Authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
package/CONTRIBUTING.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  {% comment %}
3
- Copyright 2017-2020 Elyra Authors
3
+ Copyright 2017-2023 Elyra Authors
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  {% comment %}
3
- Copyright 2017-2020 Elyra Authors
3
+ Copyright 2017-2023 Elyra Authors
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  {% comment %}
3
- Copyright 2017-2020 Elyra Authors
3
+ Copyright 2017-2023 Elyra Authors
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  {% comment %}
3
- Copyright 2017-2020 Elyra Authors
3
+ Copyright 2017-2023 Elyra Authors
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this file except in compliance with the License.
@@ -38,6 +38,10 @@
38
38
  "description": "Category description",
39
39
  "type": "string"
40
40
  },
41
+ "is_open": {
42
+ "description": "Boolean to indicate if the category is open (true) or not (false).",
43
+ "type": "boolean"
44
+ },
41
45
  "empty_text": {
42
46
  "description": "When set to a non-empty string and node_types is empty, is used to indicate that no nodes exist",
43
47
  "type": "string"
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2017-2020 Elyra Authors
2
+ * Copyright 2017-2023 Elyra Authors
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyra/pipeline-schemas",
3
- "version": "3.0.68",
3
+ "version": "3.0.70",
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",