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 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glitch-javascript-sdk",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Javascript SDK for Glitch",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",