@hestia-earth/api 0.11.2 → 0.11.3-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.
@@ -165,7 +165,6 @@ var groupLogSubValue = function (group, log, key) {
165
165
  return group;
166
166
  };
167
167
  var subValues = [
168
- 'input',
169
168
  'property',
170
169
  'transformation'
171
170
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.11.2",
3
+ "version": "0.11.3-0",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",