wacom 20.2.9 → 20.3.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -279,7 +279,7 @@ interface CrudDocument<Document> {
279
279
  __modified?: string[];
280
280
  /** Flag set when the document has been deleted locally. */
281
281
  __deleted?: boolean;
282
- __options: Record<string, CrudOptions<Document>>;
282
+ __options?: Record<string, CrudOptions<Document>>;
283
283
  }
284
284
  /**
285
285
  * Options that can be supplied to CRUD operations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wacom",
3
- "version": "20.2.9",
3
+ "version": "20.3.0",
4
4
  "license": "MIT",
5
5
  "repository": "WebArtWork/wacom",
6
6
  "funding": [