@hestia-earth/data-api 0.1.3 → 0.1.5

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/data-api",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Hestia Data API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",
@@ -15,6 +15,7 @@
15
15
  "test": "nyc mocha \"./**/*.spec.ts\"",
16
16
  "migrate": "ts-node scripts/run-migrations.ts",
17
17
  "seed": "ts-node scripts/run-seed.ts",
18
+ "listdb": "ts-node scripts/list-databases.ts",
18
19
  "resetdb": "ts-node scripts/run-resetdb.ts && npm run migrate && npm run seed",
19
20
  "pre-release": "standard-version --prerelease && git push origin develop --follow-tags",
20
21
  "release": "standard-version",