@coffer-org/plugin-documents 3.0.0 → 3.1.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.
@@ -56,7 +56,7 @@ export default defineShelf({
56
56
  { value: 'OT', title: 'documents.personal_document.options.type.OT' },
57
57
  ],
58
58
  }),
59
- field.text({ key: 'notes', label: 'documents.personal_document.fields.notes', rules: { max: 1000 } }),
60
59
  field.tags({ key: 'tags', label: 'documents.personal_document.fields.tags' }),
60
+ field.text({ key: 'notes', label: 'documents.personal_document.fields.notes', rules: { max: 1000 } }),
61
61
  ],
62
62
  });
package/dist/schema.js CHANGED
@@ -8105,14 +8105,14 @@ var personal_document_default = defineShelf({
8105
8105
  }
8106
8106
  ]
8107
8107
  }),
8108
+ field.tags({
8109
+ key: "tags",
8110
+ label: "documents.personal_document.fields.tags"
8111
+ }),
8108
8112
  field.text({
8109
8113
  key: "notes",
8110
8114
  label: "documents.personal_document.fields.notes",
8111
8115
  rules: { max: 1e3 }
8112
- }),
8113
- field.tags({
8114
- key: "tags",
8115
- label: "documents.personal_document.fields.tags"
8116
8116
  })
8117
8117
  ]
8118
8118
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffer-org/plugin-documents",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=24"
@@ -25,7 +25,7 @@
25
25
  "postpack": "node ../../scripts/swap-exports.mjs src"
26
26
  },
27
27
  "dependencies": {
28
- "@coffer-org/plugin-people": "^3.0.0",
28
+ "@coffer-org/plugin-people": "^3.1.0",
29
29
  "@coffer-org/sdk": "^3.0.0",
30
30
  "@coffer-org/server": "^3.0.0"
31
31
  },