ctx-core 5.25.2 → 5.25.3

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.
@@ -20,7 +20,7 @@ export type circular_rmemo_T<E = unknown> =
20
20
  (circular_memo_T|circular_sig_T|circular_lock_memosig_T)&E
21
21
  export type memo_T<val_T, E = unknown> = (()=>val_T)&{
22
22
  readonly _:val_T
23
- readonly a?:rmemo_a_T[]
23
+ readonly a?:rmemo_a_T
24
24
  readonly f?:rmemo_f_T
25
25
  readonly s?:rmemo_r_T
26
26
  readonly t:rmemo_r_T[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "5.25.2",
3
+ "version": "5.25.3",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",