@naturalcycles/backend-lib 9.0.8 → 9.1.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.
@@ -40,6 +40,7 @@ const DEFAULT_FILES = [
40
40
  'yarn.lock',
41
41
  '.yarnrc',
42
42
  'pnpm-lock.yaml',
43
+ 'pnpm-workspace.yaml',
43
44
  // 'tsconfig.json', // for path-mapping to work!
44
45
  // 'tsconfig.dist.json',
45
46
  '.gcloudignore',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/backend-lib",
3
3
  "type": "module",
4
- "version": "9.0.8",
4
+ "version": "9.1.0",
5
5
  "peerDependencies": {
6
6
  "@sentry/node": "^9"
7
7
  },
@@ -68,8 +68,6 @@
68
68
  "bt": "dev-lib bt",
69
69
  "lbt": "dev-lib lbt",
70
70
  "dev": "APP_ENV=dev tsx watch src/test/server/server.ts",
71
- "docs-serve": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
72
- "docs-build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
73
71
  "deploy-gae": "tsx src/bin/deploy-gae.ts",
74
72
  "deploy-prepare": "tsx src/bin/deploy-prepare.ts",
75
73
  "deploy-prepare-debug": "AA=AA1 BB=BB1 tsx src/bin/deploy-prepare.ts --projectDir ./src/test/project",
@@ -55,6 +55,7 @@ const DEFAULT_FILES = [
55
55
  'yarn.lock',
56
56
  '.yarnrc',
57
57
  'pnpm-lock.yaml',
58
+ 'pnpm-workspace.yaml',
58
59
  // 'tsconfig.json', // for path-mapping to work!
59
60
  // 'tsconfig.dist.json',
60
61
  '.gcloudignore',