@d-mok/quasar-app-extension-quasar-axe 1.0.1 → 1.0.2

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": "@d-mok/quasar-app-extension-quasar-axe",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A Quasar App Extension",
5
5
  "author": "d-mok <49301824+d-mok@users.noreply.github.com>",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@ export abstract class BasicTable<T extends R, R extends object> extends Sheet<T>
56
56
  /**
57
57
  * The default ordering instruction object.
58
58
  */
59
- public readonly ordering: Ordering<T> = []
59
+ public readonly ordering: Readonly<Ordering<T>> = []
60
60
  // /**
61
61
  // * The default fields to select
62
62
  // */