@divvydiary/divvydiary-json-schemas 1.12.4 → 1.12.6

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@divvydiary/divvydiary-json-schemas",
3
- "version": "1.12.4",
3
+ "version": "1.12.6",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
7
- "node": "22",
8
- "npm": "11"
7
+ "node": ">=22",
8
+ "npm": ">=10"
9
9
  },
10
10
  "scripts": {
11
11
  "docs": "rm -rf docs && jsonschema2md -d src/schemas -o docs -e json -x -",
@@ -200,6 +200,7 @@
200
200
  "XBOM",
201
201
  "XBRN",
202
202
  "XBRU",
203
+ "XBSE",
203
204
  "XBUD",
204
205
  "XBUE",
205
206
  "XBUL",
@@ -143,6 +143,11 @@
143
143
  "minimum": 0,
144
144
  "default": 0
145
145
  },
146
+ "unreadResearch": {
147
+ "type": "integer",
148
+ "minimum": 0,
149
+ "default": 0
150
+ },
146
151
  "aristocrat": {
147
152
  "type": "boolean",
148
153
  "default": false