@emeryld/rrroutes-openapi 2.4.18 → 2.5.0

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,6 +4,5 @@ export type FilterMode = 'include' | 'exclude';
4
4
  export type SelectionState = 'include' | 'exclude' | 'none';
5
5
  export type BaseFilter = z.infer<typeof baseQuerySchema> & z.infer<typeof paginationSchema>;
6
6
  export declare const DEFAULT_BASE_FILTER: BaseFilter;
7
- export declare function buildBaseQuery(filter: BaseFilter): Record<string, unknown>;
8
7
  export declare function serializeFilterState<T extends Record<string, unknown>>(value: T): string | null;
9
8
  export declare function deserializeFilterState<T extends Record<string, unknown>>(raw: string, fallback: T): T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/rrroutes-openapi",
3
- "version": "2.4.18",
3
+ "version": "2.5.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -17,8 +17,8 @@
17
17
  "dist"
18
18
  ],
19
19
  "dependencies": {
20
- "@emeryld/rrroutes-client": "^2.4.10",
21
- "@emeryld/rrroutes-contract": "^2.4.22",
20
+ "@emeryld/rrroutes-client": "^2.5.0",
21
+ "@emeryld/rrroutes-contract": "^2.5.0",
22
22
  "@emotion/cache": "^11.14.0",
23
23
  "@emotion/react": "^11.14.0",
24
24
  "@emotion/styled": "^11.14.1",
@@ -43,6 +43,10 @@
43
43
  "vite": "^6.4.1",
44
44
  "vite-plugin-terminal": "^1.3.0"
45
45
  },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "https://github.com/EmeryK-1/RRRoutes.git"
49
+ },
46
50
  "scripts": {
47
51
  "clean": "rimraf dist && rimraf node_modules",
48
52
  "dev": "vite",