@learncard/ceramic-plugin 1.1.22 → 1.1.23

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.
@@ -40041,7 +40041,7 @@ function abortable(source, signal) {
40041
40041
  }
40042
40042
  __name(abortable, "abortable");
40043
40043
 
40044
- // ../../../node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/index.browser.js
40044
+ // ../../../node_modules/.pnpm/nanoid@3.3.12/node_modules/nanoid/index.browser.js
40045
40045
  var nanoid = /* @__PURE__ */ __name((size = 21) => crypto.getRandomValues(new Uint8Array(size)).reduce((id, byte) => {
40046
40046
  byte &= 63;
40047
40047
  if (byte < 36) {