@naturalcycles/backend-lib 9.0.2 → 9.0.4

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/cfg/tsconfig.json CHANGED
@@ -16,6 +16,7 @@
16
16
  // specifying these explicitly for better IDE compatibility (but they're on by default with module=nodenext)
17
17
  "esModuleInterop": true,
18
18
  "allowSyntheticDefaultImports": true,
19
+ "verbatimModuleSyntax": true,
19
20
  // Faster compilation in general
20
21
  // Support for external compilers (e.g esbuild)
21
22
  // Speedup in Jest by using "isolatedModules" in 'ts-jest' config
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/backend-lib",
3
3
  "type": "module",
4
- "version": "9.0.2",
4
+ "version": "9.0.4",
5
5
  "scripts": {
6
6
  "prepare": "husky",
7
7
  "build": "dev-lib build",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@naturalcycles/db-lib": "^10",
26
- "@naturalcycles/js-lib": "^14",
27
- "@naturalcycles/nodejs-lib": "^13",
26
+ "@naturalcycles/js-lib": "^15",
27
+ "@naturalcycles/nodejs-lib": "^14",
28
28
  "@types/cookie-parser": "^1",
29
29
  "@types/cors": "^2",
30
30
  "@types/express": "^5",
@@ -41,11 +41,10 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@naturalcycles/bench-lib": "^4",
44
- "@naturalcycles/dev-lib": "^17",
44
+ "@naturalcycles/dev-lib": "^18",
45
45
  "@sentry/node": "^9",
46
46
  "@types/ejs": "^3",
47
47
  "@types/node": "^22",
48
- "@vitest/coverage-v8": "^3",
49
48
  "fastify": "^5",
50
49
  "tsx": "^4",
51
50
  "vitest": "^3"