@tlecommunity/api-spec 1.6.4 → 1.6.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.
Files changed (2) hide show
  1. package/build/spec.json +1 -2
  2. package/package.json +1 -1
package/build/spec.json CHANGED
@@ -42239,7 +42239,7 @@
42239
42239
  "notes": {
42240
42240
  "type": [
42241
42241
  "string",
42242
- null
42242
+ "null"
42243
42243
  ]
42244
42244
  },
42245
42245
  "water": {
@@ -42250,7 +42250,6 @@
42250
42250
  "type",
42251
42251
  "id",
42252
42252
  "star_name",
42253
- "homeworld",
42254
42253
  "x",
42255
42254
  "size",
42256
42255
  "star_id",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tlecommunity/api-spec",
3
3
  "type": "module",
4
- "version": "1.6.4",
4
+ "version": "1.6.6",
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",