@tlecommunity/api-spec 1.6.5 → 1.6.7

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 -2
  2. package/package.json +1 -1
package/build/spec.json CHANGED
@@ -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",
@@ -46973,7 +46972,10 @@
46973
46972
  ]
46974
46973
  },
46975
46974
  "ducks_quacked": {
46976
- "type": "integer"
46975
+ "type": [
46976
+ "integer",
46977
+ "null"
46978
+ ]
46977
46979
  }
46978
46980
  }
46979
46981
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tlecommunity/api-spec",
3
3
  "type": "module",
4
- "version": "1.6.5",
4
+ "version": "1.6.7",
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",