files.com 1.0.157 → 1.0.158

Sign up to get free protection for your applications and to get access to all the features.
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.157
1
+ 1.0.158
@@ -41,9 +41,6 @@ var SettingsChange = /*#__PURE__*/(0, _createClass2.default)(function SettingsCh
41
41
  (0, _defineProperty2.default)(this, "isLoaded", function () {
42
42
  return !!_this.attributes.id;
43
43
  });
44
- (0, _defineProperty2.default)(this, "getChangeDetails", function () {
45
- return _this.attributes.change_details;
46
- });
47
44
  (0, _defineProperty2.default)(this, "getChanges", function () {
48
45
  return _this.attributes.changes;
49
46
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "files.com",
3
- "version": "1.0.157",
3
+ "version": "1.0.158",
4
4
  "description": "Files.com SDK for JavaScript",
5
5
  "keywords": [
6
6
  "files.com",
@@ -22,9 +22,6 @@ class SettingsChange {
22
22
  }
23
23
 
24
24
  isLoaded = () => !!this.attributes.id
25
- // object # Specifics on what changed.
26
- getChangeDetails = () => this.attributes.change_details
27
-
28
25
  // string # Markdown-formatted change messages.
29
26
  getChanges = () => this.attributes.changes
30
27