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