@tramvai/module-router 1.101.4 → 1.101.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.
@@ -282,7 +282,7 @@ const providers$2 = [
282
282
  const log = logger('file-system-pages:route');
283
283
  const pagesNames = Object.keys(getStaticFileSystemPages());
284
284
  const routes = pagesNames.map(fileSystemPageToRoute);
285
- log.info({
285
+ log.debug({
286
286
  event: 'create static routes from file-system pages',
287
287
  routes,
288
288
  });
package/lib/index.es.js CHANGED
@@ -284,7 +284,7 @@ const providers$1 = [
284
284
  const log = logger('file-system-pages:route');
285
285
  const pagesNames = Object.keys(getStaticFileSystemPages());
286
286
  const routes = pagesNames.map(fileSystemPageToRoute);
287
- log.info({
287
+ log.debug({
288
288
  event: 'create static routes from file-system pages',
289
289
  routes,
290
290
  });
package/lib/index.js CHANGED
@@ -295,7 +295,7 @@ const providers$1 = [
295
295
  const log = logger('file-system-pages:route');
296
296
  const pagesNames = Object.keys(experiments.getStaticFileSystemPages());
297
297
  const routes = pagesNames.map(experiments.fileSystemPageToRoute);
298
- log.info({
298
+ log.debug({
299
299
  event: 'create static routes from file-system pages',
300
300
  routes,
301
301
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-router",
3
- "version": "1.101.4",
3
+ "version": "1.101.6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "browser": {
@@ -25,23 +25,23 @@
25
25
  "@tinkoff/errors": "0.2.20",
26
26
  "@tinkoff/router": "0.1.73",
27
27
  "@tinkoff/url": "0.7.37",
28
- "@tramvai/tokens-child-app": "1.101.4",
29
- "@tramvai/tokens-render": "1.101.4",
30
- "@tramvai/tokens-router": "1.101.4",
31
- "@tramvai/tokens-server": "1.101.4",
32
- "@tramvai/experiments": "1.101.4"
28
+ "@tramvai/tokens-child-app": "1.101.6",
29
+ "@tramvai/tokens-render": "1.101.6",
30
+ "@tramvai/tokens-router": "1.101.6",
31
+ "@tramvai/tokens-server": "1.101.6",
32
+ "@tramvai/experiments": "1.101.6"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@tinkoff/utils": "^2.1.2",
36
- "@tramvai/cli": "1.101.4",
37
- "@tramvai/core": "1.101.4",
38
- "@tramvai/module-log": "1.101.4",
39
- "@tramvai/module-server": "1.101.4",
40
- "@tramvai/papi": "1.101.4",
41
- "@tramvai/state": "1.101.4",
42
- "@tramvai/test-helpers": "1.101.4",
43
- "@tramvai/test-mocks": "1.101.4",
44
- "@tramvai/tokens-common": "1.101.4",
36
+ "@tramvai/cli": "1.101.6",
37
+ "@tramvai/core": "1.101.6",
38
+ "@tramvai/module-log": "1.101.6",
39
+ "@tramvai/module-server": "1.101.6",
40
+ "@tramvai/papi": "1.101.6",
41
+ "@tramvai/state": "1.101.6",
42
+ "@tramvai/test-helpers": "1.101.6",
43
+ "@tramvai/test-mocks": "1.101.6",
44
+ "@tramvai/tokens-common": "1.101.6",
45
45
  "@tinkoff/dippy": "0.7.40",
46
46
  "react": "*",
47
47
  "tslib": "^2.0.3"