pacc 10.0.3 → 10.0.4

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": "pacc",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -438,8 +438,7 @@ export const title_attribute_writable = {
438
438
  */
439
439
  export const priority_attribute = {
440
440
  ...number_attribute_writable,
441
- name: "priority",
442
- default: 0
441
+ name: "priority"
443
442
  };
444
443
 
445
444
  /**