roboto-js 1.4.31 → 1.4.32

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.
@@ -186,6 +186,7 @@ var RbtObject = exports["default"] = /*#__PURE__*/function () {
186
186
  timeDeleted: this._internalData.timeDeleted,
187
187
  revision: this._internalData.revision
188
188
  };
189
+ return meta;
189
190
  }
190
191
  }, {
191
192
  key: "toRecord",
@@ -146,6 +146,7 @@ export default class RbtObject {
146
146
  timeDeleted: this._internalData.timeDeleted,
147
147
  revision: this._internalData.revision
148
148
  };
149
+ return meta;
149
150
  }
150
151
  toRecord() {
151
152
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roboto-js",
3
- "version": "1.4.31",
3
+ "version": "1.4.32",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/cjs/index.cjs",
package/src/rbt_object.js CHANGED
@@ -159,6 +159,7 @@ export default class RbtObject {
159
159
  timeDeleted: this._internalData.timeDeleted,
160
160
  revision: this._internalData.revision
161
161
  }
162
+ return meta;
162
163
  }
163
164
 
164
165
  toRecord() {