@tramvai/module-cache-warmup 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.
package/lib/browser.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare class CacheWarmupModule {
2
2
  }
3
+ //# sourceMappingURL=browser.d.ts.map
package/lib/server.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare class CacheWarmupModule {
2
2
  }
3
+ //# sourceMappingURL=server.d.ts.map
package/lib/utils.d.ts CHANGED
@@ -19,3 +19,4 @@ export declare function createRequestsOptions(options: {
19
19
  }): Request[];
20
20
  export declare function sendWarmUpRequest(options: Request): Promise<void>;
21
21
  export {};
22
+ //# sourceMappingURL=utils.d.ts.map
package/lib/warmup.d.ts CHANGED
@@ -5,3 +5,4 @@ export declare function warmUpCache(options: {
5
5
  logger: typeof LOGGER_TOKEN;
6
6
  environmentManager: typeof ENV_MANAGER_TOKEN;
7
7
  }): Promise<void>;
8
+ //# sourceMappingURL=warmup.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-cache-warmup",
3
- "version": "2.149.1",
3
+ "version": "2.150.1",
4
4
  "description": "tramvai cache warmup module",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -24,10 +24,10 @@
24
24
  "@tinkoff/url": "0.8.6"
25
25
  },
26
26
  "peerDependencies": {
27
- "@tramvai/core": "2.149.1",
28
- "@tramvai/module-common": "2.149.1",
29
- "@tramvai/state": "2.149.1",
30
- "@tramvai/tokens-http-client": "2.149.1",
27
+ "@tramvai/core": "2.150.1",
28
+ "@tramvai/module-common": "2.150.1",
29
+ "@tramvai/state": "2.150.1",
30
+ "@tramvai/tokens-http-client": "2.150.1",
31
31
  "tslib": "^2.4.0"
32
32
  },
33
33
  "module": "lib/server.es.js",