@tramvai/module-server 2.64.0 → 2.65.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/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 application.commands.build.options.serverApiDir in tramvai.json`,
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 application.commands.build.options.serverApiDir in tramvai.json`,
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.64.0",
3
+ "version": "2.65.9",
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.64.0",
30
- "@tramvai/module-metrics": "2.64.0",
31
- "@tramvai/papi": "2.64.0",
32
- "@tramvai/tokens-server": "2.64.0",
33
- "@tramvai/tokens-server-private": "2.64.0",
29
+ "@tramvai/module-cache-warmup": "2.65.9",
30
+ "@tramvai/module-metrics": "2.65.9",
31
+ "@tramvai/papi": "2.65.9",
32
+ "@tramvai/tokens-server": "2.65.9",
33
+ "@tramvai/tokens-server-private": "2.65.9",
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.11",
42
+ "@tinkoff/dippy": "0.8.12",
43
43
  "@tinkoff/utils": "^2.1.2",
44
- "@tramvai/cli": "2.64.0",
45
- "@tramvai/core": "2.64.0",
46
- "@tramvai/module-common": "2.64.0",
47
- "@tramvai/module-environment": "2.64.0",
48
- "@tramvai/tokens-common": "2.64.0",
49
- "@tramvai/tokens-core-private": "2.64.0",
44
+ "@tramvai/cli": "2.65.9",
45
+ "@tramvai/core": "2.65.9",
46
+ "@tramvai/module-common": "2.65.9",
47
+ "@tramvai/module-environment": "2.65.9",
48
+ "@tramvai/tokens-common": "2.65.9",
49
+ "@tramvai/tokens-core-private": "2.65.9",
50
50
  "tslib": "^2.4.0"
51
51
  },
52
52
  "devDependencies": {