@dora-cell/sdk 4.0.0 → 4.1.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.
package/dist/index.js CHANGED
@@ -14132,7 +14132,10 @@ var require_tty_stub = __commonJS({
14132
14132
  // stub-node-builtin:util-stub
14133
14133
  var require_util_stub = __commonJS({
14134
14134
  "stub-node-builtin:util-stub"(exports$1, module) {
14135
- module.exports = { inspect: { colors: {} } };
14135
+ module.exports = { inspect: { colors: {} }, deprecate: (fn) => fn, format: (msg, ...args) => msg, inherits: (ctor, superCtor) => {
14136
+ ctor.super_ = superCtor;
14137
+ Object.setPrototypeOf(ctor.prototype, superCtor.prototype);
14138
+ } };
14136
14139
  }
14137
14140
  });
14138
14141