@emeryld/rrroutes-openapi 2.4.12 → 2.4.13

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.
@@ -4,7 +4,6 @@ import { endpointLeaves } from './types.endpoint.js';
4
4
  import { logLeaves } from './types.log.js';
5
5
  import { presetLeaves } from './types.preset.js';
6
6
  import { requestLogLeaves } from './types.requestLog.js';
7
- import { socketLeaves } from './types.socket.js';
8
7
  type AllLeaves = readonly [
9
8
  ...MergeAugmentedCollections<'', undefined, readonly [
10
9
  MergeAugmentedCollections<'/__rrroutes', undefined, readonly [
@@ -12,8 +11,7 @@ type AllLeaves = readonly [
12
11
  typeof requestLogLeaves,
13
12
  typeof logLeaves,
14
13
  typeof cacheLeaves,
15
- typeof presetLeaves,
16
- typeof socketLeaves
14
+ typeof presetLeaves
17
15
  ]>
18
16
  ]>
19
17
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/rrroutes-openapi",
3
- "version": "2.4.12",
3
+ "version": "2.4.13",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",