glitch-javascript-sdk 0.6.8 → 0.6.9
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/esm/index.js +4 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -3890,6 +3890,10 @@ function base64DetectIncompleteChar(buffer) {
|
|
|
3890
3890
|
|
|
3891
3891
|
Readable.ReadableState = ReadableState;
|
|
3892
3892
|
|
|
3893
|
+
text_min.debuglog = function(empty) {
|
|
3894
|
+
|
|
3895
|
+
}
|
|
3896
|
+
|
|
3893
3897
|
var debug$2 = text_min.debuglog('stream');
|
|
3894
3898
|
text_min.inherits(Readable, EventEmitter);
|
|
3895
3899
|
|