@data-fair/lib-common-types 1.19.8 → 1.19.9

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/event/schema.d.ts CHANGED
@@ -183,7 +183,6 @@ declare const _default: {
183
183
  type: string;
184
184
  title: string;
185
185
  required: string[];
186
- readOnly: boolean;
187
186
  properties: {
188
187
  id: {
189
188
  type: string;
package/event/schema.js CHANGED
@@ -155,7 +155,6 @@ export default {
155
155
  type: 'object',
156
156
  title: 'Optional recipient target of the event',
157
157
  required: ['id'],
158
- readOnly: true,
159
158
  properties: {
160
159
  id: {
161
160
  type: 'string',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-fair/lib-common-types",
3
- "version": "1.19.8",
3
+ "version": "1.19.9",
4
4
  "description": "Shared schemas and built type definitions in the data-fair stack.",
5
5
  "main": "index.js",
6
6
  "scripts": {