@tlecommunity/api-spec 1.6.3 → 1.6.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.
Files changed (2) hide show
  1. package/build/spec.json +4 -1
  2. package/package.json +5 -1
package/build/spec.json CHANGED
@@ -42237,7 +42237,10 @@
42237
42237
  "type": "string"
42238
42238
  },
42239
42239
  "notes": {
42240
- "type": "string"
42240
+ "type": [
42241
+ "string",
42242
+ null
42243
+ ]
42241
42244
  },
42242
42245
  "water": {
42243
42246
  "type": "integer"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tlecommunity/api-spec",
3
3
  "type": "module",
4
- "version": "1.6.3",
4
+ "version": "1.6.4",
5
5
  "description": "Open API specification for TLE Community",
6
6
  "author": "Natalie Rose <natalie@omg.lol> (https://nataliethistime.com)",
7
7
  "license": "GPL-3.0-only",
@@ -35,5 +35,9 @@
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
38
+ },
39
+ "engines": {
40
+ "node": ">= 24.0.0",
41
+ "npm": ">= 10.0.0"
38
42
  }
39
43
  }