@magda/registry-aspects 2.0.0-alpha.8 → 2.0.0

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": "@magda/registry-aspects",
3
- "version": "2.0.0-alpha.8",
3
+ "version": "2.0.0",
4
4
  "description": "Common aspects for use with the registry.",
5
5
  "scripts": {
6
6
  "build": "echo \"ok\"",
@@ -10,6 +10,12 @@
10
10
  "default": "published",
11
11
  "enum": ["draft", "published", "archived"]
12
12
  },
13
+ "hasEverPublished": {
14
+ "title": "Has ever published",
15
+ "description": "Whether the dataset has ever been published before. If `true`, editing workflow UI (rather than creation workflow) will be shown.",
16
+ "type": "boolean",
17
+ "default": false
18
+ },
13
19
  "custodianOrgUnitId": {
14
20
  "title": "the id of organisational unit that should be referenced as the data custodian",
15
21
  "type": "string",