wrec 0.39.0 → 0.39.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.
@@ -410,7 +410,7 @@ var X = class e extends m {
410
410
  }
411
411
  disconnectedCallback() {
412
412
  for (let { unsubscribe: e } of this.#f.values()) e();
413
- this.#r.clear(), this.#o.clear(), this.#c.clear(), this.#l.clear(), this.#f.clear();
413
+ this.#r.clear(), this.#o = {}, this.#c.clear(), this.#l.clear(), this.#f.clear();
414
414
  }
415
415
  dispatch(e, t) {
416
416
  this.dispatchEvent(new CustomEvent(e, {
@@ -1,4 +1,4 @@
1
- import { a as e, i as t, n, r, t as i } from "./wrec-0J9-ZQRj.js";
1
+ import { a as e, i as t, n, r, t as i } from "./wrec-s0eHVxHE.js";
2
2
  //#region \0rolldown/runtime.js
3
3
  var a = Object.defineProperty, o = Object.getOwnPropertyDescriptor, s = Object.getOwnPropertyNames, c = Object.prototype.hasOwnProperty, l = (e, t) => () => (e && (t = e(e = 0)), t), u = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), d = (e, t) => {
4
4
  let n = {};
package/dist/wrec.es.js CHANGED
@@ -1,2 +1,2 @@
1
- import { a as e, i as t, n, r, t as i } from "./wrec-0J9-ZQRj.js";
1
+ import { a as e, i as t, n, r, t as i } from "./wrec-s0eHVxHE.js";
2
2
  export { i as Wrec, e as WrecState, n as createElement, r as css, t as html };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "wrec",
3
3
  "description": "a library that greatly simplifies building web components",
4
4
  "author": "R. Mark Volkmann",
5
- "version": "0.39.0",
5
+ "version": "0.39.1",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",