@tramvai/tokens-render 4.41.100 → 4.41.107

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
@@ -233,6 +233,7 @@ export declare const REACT_STREAMING_RENDER_TIMEOUT: number & {
233
233
  };
234
234
  export interface WebpackStats {
235
235
  assetsByChunkName: Record<string, string[]>;
236
+ integrities?: Record<string, string>;
236
237
  namedChunkGroups?: Record<string, {
237
238
  name: string;
238
239
  chunks: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-render",
3
- "version": "4.41.100",
3
+ "version": "4.41.107",
4
4
  "description": "Tramvai tokens for @tramvai/module-render",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,7 +18,7 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "devDependencies": {
21
- "@tramvai/react": "4.41.100"
21
+ "@tramvai/react": "4.41.107"
22
22
  },
23
23
  "dependencies": {
24
24
  "@tinkoff/htmlpagebuilder": "0.7.4"