context-scoped-state 0.0.10 → 0.0.11

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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { jsx as C } from "react/jsx-runtime";
2
- import b, { useSyncExternalStore as H } from "react";
2
+ import p, { useSyncExternalStore as H } from "react";
3
3
  var m = function(e, r) {
4
4
  return m = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, n) {
5
5
  t.__proto__ = n;
@@ -7,7 +7,7 @@ var m = function(e, r) {
7
7
  for (var o in n) Object.prototype.hasOwnProperty.call(n, o) && (t[o] = n[o]);
8
8
  }, m(e, r);
9
9
  };
10
- function p(e, r) {
10
+ function h(e, r) {
11
11
  if (typeof r != "function" && r !== null)
12
12
  throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
13
13
  m(e, r);
@@ -85,8 +85,8 @@ var S = (function() {
85
85
  if (this._parentage = null, Array.isArray(s))
86
86
  try {
87
87
  for (var u = w(s), c = u.next(); !c.done; c = u.next()) {
88
- var h = c.value;
89
- h.remove(this);
88
+ var v = c.value;
89
+ v.remove(this);
90
90
  }
91
91
  } catch (a) {
92
92
  r = { error: a };
@@ -110,7 +110,7 @@ var S = (function() {
110
110
  if (P) {
111
111
  this._finalizers = null;
112
112
  try {
113
- for (var v = w(P), f = v.next(); !f.done; f = v.next()) {
113
+ for (var b = w(P), f = b.next(); !f.done; f = b.next()) {
114
114
  var V = f.value;
115
115
  try {
116
116
  A(V);
@@ -122,7 +122,7 @@ var S = (function() {
122
122
  n = { error: a };
123
123
  } finally {
124
124
  try {
125
- f && !f.done && (o = v.return) && o.call(v);
125
+ f && !f.done && (o = b.return) && o.call(b);
126
126
  } finally {
127
127
  if (n) throw n.error;
128
128
  }
@@ -191,7 +191,7 @@ function y(e) {
191
191
  e();
192
192
  }
193
193
  var F = (function(e) {
194
- p(r, e);
194
+ h(r, e);
195
195
  function r(t) {
196
196
  var n = e.call(this) || this;
197
197
  return n.isStopped = !1, t ? (n.destination = t, R(t) && t.add(n)) : n.destination = K, n;
@@ -253,7 +253,7 @@ var F = (function(e) {
253
253
  }
254
254
  }, e;
255
255
  })(), O = (function(e) {
256
- p(r, e);
256
+ h(r, e);
257
257
  function r(t, n, o) {
258
258
  var i = e.call(this) || this, s;
259
259
  return l(t) || !t ? s = {
@@ -363,7 +363,7 @@ var z = M(function(e) {
363
363
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
364
364
  };
365
365
  }), B = (function(e) {
366
- p(r, e);
366
+ h(r, e);
367
367
  function r() {
368
368
  var t = e.call(this) || this;
369
369
  return t.closed = !1, t.currentObservers = null, t.observers = [], t.isStopped = !1, t.hasError = !1, t.thrownError = null, t;
@@ -385,8 +385,8 @@ var z = M(function(e) {
385
385
  var c = u.value;
386
386
  c.next(t);
387
387
  }
388
- } catch (h) {
389
- o = { error: h };
388
+ } catch (v) {
389
+ o = { error: v };
390
390
  } finally {
391
391
  try {
392
392
  u && !u.done && (i = s.return) && i.call(s);
@@ -442,7 +442,7 @@ var z = M(function(e) {
442
442
  return new U(t, n);
443
443
  }, r;
444
444
  })(T), U = (function(e) {
445
- p(r, e);
445
+ h(r, e);
446
446
  function r(t, n) {
447
447
  var o = e.call(this) || this;
448
448
  return o.destination = t, o.source = n, o;
@@ -461,7 +461,7 @@ var z = M(function(e) {
461
461
  return (o = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(t)) !== null && o !== void 0 ? o : Y;
462
462
  }, r;
463
463
  })(B), N = (function(e) {
464
- p(r, e);
464
+ h(r, e);
465
465
  function r(t) {
466
466
  var n = e.call(this) || this;
467
467
  return n._value = t, n;
@@ -506,9 +506,9 @@ class et {
506
506
  }
507
507
  }
508
508
  function nt(e) {
509
- const r = b.createContext(void 0);
509
+ const r = p.createContext(void 0);
510
510
  function t() {
511
- const n = b.useContext(r);
511
+ const n = p.useContext(r);
512
512
  if (!n)
513
513
  throw new Error(
514
514
  `Store hook used outside of its Context provider.
@@ -521,21 +521,24 @@ Then wrap your component with:
521
521
  <YourComponent />
522
522
  </useYourStore.Context>`
523
523
  );
524
- const o = H(
525
- (i) => {
526
- const s = n.state$().subscribe(i);
527
- return () => s.unsubscribe();
524
+ const o = p.useCallback(
525
+ (s) => {
526
+ const u = n.state$().subscribe(s);
527
+ return () => u.unsubscribe();
528
528
  },
529
+ [n]
530
+ ), i = H(
531
+ o,
529
532
  () => n.getState(),
530
533
  () => n.getState()
531
534
  // getServerSnapshot for SSR
532
535
  );
533
- return n.state = o, n;
536
+ return n.state = i, n;
534
537
  }
535
538
  return t.Context = function({
536
539
  children: o
537
540
  }) {
538
- const [i] = b.useState(() => new e());
541
+ const [i] = p.useState(() => new e());
539
542
  return /* @__PURE__ */ C(r.Provider, { value: i, children: o });
540
543
  }, t.MockContext = function({
541
544
  children: o,
@@ -550,7 +553,7 @@ Then wrap your component with:
550
553
  }
551
554
  }
552
555
  return new c();
553
- }, u = b.useRef(s());
556
+ }, u = p.useRef(s());
554
557
  return /* @__PURE__ */ C(r.Provider, { value: u.current, children: o });
555
558
  }, t;
556
559
  }
@@ -1 +1 @@
1
- {"version":3,"file":"createStore.d.ts","sourceRoot":"","sources":["../../src/lib/createStore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAErC,iBAAS,eAAe,CAAC,CAAC,SAAS,KAAK,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,UAAU,CAAC;QAG/C,CAAC;2BA+BnB;QACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B;sCAWE;QACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;QAC1B,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC;KACnC;EAuBF;AACD,OAAO,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"createStore.d.ts","sourceRoot":"","sources":["../../src/lib/createStore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAErC,iBAAS,eAAe,CAAC,CAAC,SAAS,KAAK,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,UAAU,CAAC;QAG/C,CAAC;2BAoCnB;QACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B;sCAWE;QACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;QAC1B,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC;KACnC;EAuBF;AACD,OAAO,EAAE,eAAe,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-scoped-state",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {