@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.mjs CHANGED
@@ -14128,7 +14128,10 @@ var require_tty_stub = __commonJS({
14128
14128
  // stub-node-builtin:util-stub
14129
14129
  var require_util_stub = __commonJS({
14130
14130
  "stub-node-builtin:util-stub"(exports$1, module) {
14131
- module.exports = { inspect: { colors: {} } };
14131
+ module.exports = { inspect: { colors: {} }, deprecate: (fn) => fn, format: (msg, ...args) => msg, inherits: (ctor, superCtor) => {
14132
+ ctor.super_ = superCtor;
14133
+ Object.setPrototypeOf(ctor.prototype, superCtor.prototype);
14134
+ } };
14132
14135
  }
14133
14136
  });
14134
14137