@tramvai/module-router 1.101.4 → 1.101.9
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/index.browser.js +1 -1
- package/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +19 -19
package/lib/index.browser.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "1.101.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -22,27 +22,27 @@
|
|
|
22
22
|
"build-for-publish": "true"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@tinkoff/errors": "0.2.
|
|
26
|
-
"@tinkoff/router": "0.1.
|
|
27
|
-
"@tinkoff/url": "0.7.
|
|
28
|
-
"@tramvai/tokens-child-app": "1.101.
|
|
29
|
-
"@tramvai/tokens-render": "1.101.
|
|
30
|
-
"@tramvai/tokens-router": "1.101.
|
|
31
|
-
"@tramvai/tokens-server": "1.101.
|
|
32
|
-
"@tramvai/experiments": "1.101.
|
|
25
|
+
"@tinkoff/errors": "0.2.21",
|
|
26
|
+
"@tinkoff/router": "0.1.74",
|
|
27
|
+
"@tinkoff/url": "0.7.38",
|
|
28
|
+
"@tramvai/tokens-child-app": "1.101.9",
|
|
29
|
+
"@tramvai/tokens-render": "1.101.9",
|
|
30
|
+
"@tramvai/tokens-router": "1.101.9",
|
|
31
|
+
"@tramvai/tokens-server": "1.101.9",
|
|
32
|
+
"@tramvai/experiments": "1.101.9"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@tinkoff/utils": "^2.1.2",
|
|
36
|
-
"@tramvai/cli": "1.101.
|
|
37
|
-
"@tramvai/core": "1.101.
|
|
38
|
-
"@tramvai/module-log": "1.101.
|
|
39
|
-
"@tramvai/module-server": "1.101.
|
|
40
|
-
"@tramvai/papi": "1.101.
|
|
41
|
-
"@tramvai/state": "1.101.
|
|
42
|
-
"@tramvai/test-helpers": "1.101.
|
|
43
|
-
"@tramvai/test-mocks": "1.101.
|
|
44
|
-
"@tramvai/tokens-common": "1.101.
|
|
45
|
-
"@tinkoff/dippy": "0.7.
|
|
36
|
+
"@tramvai/cli": "1.101.9",
|
|
37
|
+
"@tramvai/core": "1.101.9",
|
|
38
|
+
"@tramvai/module-log": "1.101.9",
|
|
39
|
+
"@tramvai/module-server": "1.101.9",
|
|
40
|
+
"@tramvai/papi": "1.101.9",
|
|
41
|
+
"@tramvai/state": "1.101.9",
|
|
42
|
+
"@tramvai/test-helpers": "1.101.9",
|
|
43
|
+
"@tramvai/test-mocks": "1.101.9",
|
|
44
|
+
"@tramvai/tokens-common": "1.101.9",
|
|
45
|
+
"@tinkoff/dippy": "0.7.41",
|
|
46
46
|
"react": "*",
|
|
47
47
|
"tslib": "^2.0.3"
|
|
48
48
|
},
|