@hestia-earth/api 0.24.55 → 0.24.56

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.24.55",
3
+ "version": "0.24.56",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",
package/envs/.develop.env DELETED
@@ -1,6 +0,0 @@
1
- export ENVIRONMENT='staging'
2
- export STAGE='staging'
3
-
4
- export REGION="$AWS_REGION_STAGING"
5
-
6
- export MONGODB_URL='$MONGODB_URL_STAGING'
package/envs/.master.env DELETED
@@ -1,6 +0,0 @@
1
- export ENVIRONMENT='production'
2
- export STAGE='prod'
3
-
4
- export REGION="$AWS_REGION_PROD"
5
-
6
- export MONGODB_URL='$MONGODB_URL_PROD'
@@ -1,13 +0,0 @@
1
- {
2
- "name": "@hestia-earth/api-serverless",
3
- "dependencies": {
4
- "@sentry/serverless": "*",
5
- "mongoose": "*",
6
- "mongoose-bcrypt": "*"
7
- },
8
- "devDependencies": {
9
- "serverless": "^3.32.2",
10
- "serverless-deployment-bucket": "^1.6.0",
11
- "serverless-offline": "^12.0.4"
12
- }
13
- }