@particle-academy/dark-slide 0.7.0 → 0.7.1

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.cjs CHANGED
@@ -4153,7 +4153,7 @@ function getImageSize(bytes) {
4153
4153
  }
4154
4154
 
4155
4155
  // src/agent.ts
4156
- var VERSION = "0.5.2";
4156
+ var VERSION = "0.7.1";
4157
4157
  function toU8(input) {
4158
4158
  return input instanceof Uint8Array ? input : new Uint8Array(input);
4159
4159
  }