ctx-core 4.11.3 → 4.11.4

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.
@@ -2,7 +2,7 @@ export declare const pending_symbol:unique symbol
2
2
  export declare function globalThis__be_<
3
3
  val_T,
4
4
  ctx_T extends Ctx = Ctx
5
- >(id:string|symbol, val_:be__val__new_T<val_T, ctx_T>):Be<val_T, ctx_T>
5
+ >(id:string|symbol, val_:be__val__new_T<val_T, ctx_T>, config?:be_config_T):Be<val_T, ctx_T>
6
6
  /**
7
7
  * Auto-memoization function for the Ctx.
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "4.11.3",
3
+ "version": "4.11.4",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",