@civet/events 4.1.1 → 4.1.2

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -138,7 +138,7 @@ function Z({
138
138
  const $ = I(
139
139
  (o) => class extends o {
140
140
  extend(t) {
141
- t.context(
141
+ super.extend(t), t.context(
142
142
  (r, { events: n = !1 }) => (w(
143
143
  typeof n == "boolean" ? { disabled: !n, resource: r } : { ...n, resource: r }
144
144
  ), r)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civet/events",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Civet",
5
5
  "author": {
6
6
  "name": "Aaron Burmeister"