@tramvai/module-server 2.64.0 → 2.66.0
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 +1 -1
- package/lib/server.js +1 -1
- package/package.json +13 -13
package/lib/server.es.js
CHANGED
|
@@ -324,7 +324,7 @@ const getFileApi = ({ logger }) => {
|
|
|
324
324
|
message: `Cannot resolve a papi handler.
|
|
325
325
|
Check that you are using file based papi right way by docs https://tramvai.dev/docs/how-to/how-create-papi#automatic-handler-creation
|
|
326
326
|
In case you have not added any file papi handler, consider renaming directory ./src/api (by default) to the other name to resolve conflicts with papi, or
|
|
327
|
-
change settings
|
|
327
|
+
change settings serverApiDir in tramvai.json`,
|
|
328
328
|
});
|
|
329
329
|
throw new Error('Not a papi');
|
|
330
330
|
}
|
package/lib/server.js
CHANGED
|
@@ -346,7 +346,7 @@ const getFileApi = ({ logger }) => {
|
|
|
346
346
|
message: `Cannot resolve a papi handler.
|
|
347
347
|
Check that you are using file based papi right way by docs https://tramvai.dev/docs/how-to/how-create-papi#automatic-handler-creation
|
|
348
348
|
In case you have not added any file papi handler, consider renaming directory ./src/api (by default) to the other name to resolve conflicts with papi, or
|
|
349
|
-
change settings
|
|
349
|
+
change settings serverApiDir in tramvai.json`,
|
|
350
350
|
});
|
|
351
351
|
throw new Error('Not a papi');
|
|
352
352
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.66.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"browser": "lib/browser.js",
|
|
6
6
|
"main": "lib/server.js",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"@tinkoff/monkeypatch": "2.0.3",
|
|
27
27
|
"@tinkoff/terminus": "0.1.6",
|
|
28
28
|
"@tinkoff/url": "0.8.4",
|
|
29
|
-
"@tramvai/module-cache-warmup": "2.
|
|
30
|
-
"@tramvai/module-metrics": "2.
|
|
31
|
-
"@tramvai/papi": "2.
|
|
32
|
-
"@tramvai/tokens-server": "2.
|
|
33
|
-
"@tramvai/tokens-server-private": "2.
|
|
29
|
+
"@tramvai/module-cache-warmup": "2.66.0",
|
|
30
|
+
"@tramvai/module-metrics": "2.66.0",
|
|
31
|
+
"@tramvai/papi": "2.66.0",
|
|
32
|
+
"@tramvai/tokens-server": "2.66.0",
|
|
33
|
+
"@tramvai/tokens-server-private": "2.66.0",
|
|
34
34
|
"fastify": "^4.6.0",
|
|
35
35
|
"@fastify/cookie": "^8.1.0",
|
|
36
36
|
"@fastify/compress": "^6.1.1",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"http-proxy-middleware": "^2.0.2"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@tinkoff/dippy": "0.8.
|
|
42
|
+
"@tinkoff/dippy": "0.8.12",
|
|
43
43
|
"@tinkoff/utils": "^2.1.2",
|
|
44
|
-
"@tramvai/cli": "2.
|
|
45
|
-
"@tramvai/core": "2.
|
|
46
|
-
"@tramvai/module-common": "2.
|
|
47
|
-
"@tramvai/module-environment": "2.
|
|
48
|
-
"@tramvai/tokens-common": "2.
|
|
49
|
-
"@tramvai/tokens-core-private": "2.
|
|
44
|
+
"@tramvai/cli": "2.66.0",
|
|
45
|
+
"@tramvai/core": "2.66.0",
|
|
46
|
+
"@tramvai/module-common": "2.66.0",
|
|
47
|
+
"@tramvai/module-environment": "2.66.0",
|
|
48
|
+
"@tramvai/tokens-common": "2.66.0",
|
|
49
|
+
"@tramvai/tokens-core-private": "2.66.0",
|
|
50
50
|
"tslib": "^2.4.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|