@tramvai/tokens-react-query 2.149.1 → 2.150.1

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/lib/index.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -31,3 +31,4 @@ export declare const QUERY_CLIENT_DEHYDRATED_STATE_TOKEN: DehydratedState & {
31
31
  export declare const QUERY_DEHYDRATE_STATE_NAME_TOKEN: string & {
32
32
  __type?: "base token" | undefined;
33
33
  };
34
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-react-query",
3
- "version": "2.149.1",
3
+ "version": "2.150.1",
4
4
  "description": "Tramvai tokens for @tramvai/module-react-query",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@tinkoff/dippy": "0.8.16",
25
- "@tramvai/core": "2.149.1",
25
+ "@tramvai/core": "2.150.1",
26
26
  "tslib": "^2.4.0"
27
27
  },
28
28
  "license": "Apache-2.0"