@magda/registry-aspects 2.2.6 → 2.3.0-alpha.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.
@@ -24,6 +24,10 @@
24
24
  "minLength": 36,
25
25
  "maxLength": 36
26
26
  }
27
+ },
28
+ "constraintExemption": {
29
+ "description": "whether permission constraint should be exempted when access this resource",
30
+ "type": "boolean"
27
31
  }
28
32
  }
29
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magda/registry-aspects",
3
- "version": "2.2.6",
3
+ "version": "2.3.0-alpha.0",
4
4
  "description": "Common aspects for use with the registry.",
5
5
  "scripts": {
6
6
  "build": "echo \"ok\"",