@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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturalcycles/backend-lib",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "9.0
|
|
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",
|