@tramvai/module-cache-warmup 1.9.2 → 1.9.6

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/server.es.js CHANGED
@@ -131,7 +131,7 @@ CacheWarmupModule = __decorate([
131
131
  return () => {
132
132
  const log = deps.logger('cache-warmup');
133
133
  if (!deps.papiService) {
134
- log.info('Skip cache warmup when @travmai/module-api-clients is not enabled');
134
+ log.info('Skip cache warmup when @tramvai/module-http-client is not enabled');
135
135
  return;
136
136
  }
137
137
  if (process.env.NODE_ENV !== 'production') {
package/lib/server.js CHANGED
@@ -140,7 +140,7 @@ exports.CacheWarmupModule = tslib.__decorate([
140
140
  return () => {
141
141
  const log = deps.logger('cache-warmup');
142
142
  if (!deps.papiService) {
143
- log.info('Skip cache warmup when @travmai/module-api-clients is not enabled');
143
+ log.info('Skip cache warmup when @tramvai/module-http-client is not enabled');
144
144
  return;
145
145
  }
146
146
  if (process.env.NODE_ENV !== 'production') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-cache-warmup",
3
- "version": "1.9.2",
3
+ "version": "1.9.6",
4
4
  "description": "tramvai cache warmup module",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -25,10 +25,10 @@
25
25
  "@tinkoff/url": "0.7.36"
26
26
  },
27
27
  "peerDependencies": {
28
- "@tramvai/core": "1.9.2",
29
- "@tramvai/module-common": "1.9.2",
30
- "@tramvai/state": "1.9.2",
31
- "@tramvai/tokens-http-client": "1.9.2",
28
+ "@tramvai/core": "1.9.6",
29
+ "@tramvai/module-common": "1.9.6",
30
+ "@tramvai/state": "1.9.6",
31
+ "@tramvai/tokens-http-client": "1.9.6",
32
32
  "tslib": "^2.0.3"
33
33
  },
34
34
  "module": "lib/server.es.js",