ctx-core 5.27.2 → 5.28.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "5.27.2",
3
+ "version": "5.28.1",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -142,7 +142,7 @@
142
142
  "c8": "^9.1.0",
143
143
  "check-dts": "^0.7.2",
144
144
  "esbuild": "^0.19.12",
145
- "esmock": "^2.6.2",
145
+ "esmock": "^2.6.3",
146
146
  "sinon": "^17.0.1",
147
147
  "size-limit": "^11.0.2",
148
148
  "tsx": "^4.7.0",
package/rmemo/index.d.ts CHANGED
@@ -13,6 +13,7 @@ export * from '../all/nullish__none/index.js'
13
13
  export * from '../all/rmemo/index.js'
14
14
  export * from '../all/rmemo__wait/index.js'
15
15
  export * from '../all/run/index.js'
16
+ export * from '../all/run_or_val/index.js'
16
17
  export * from '../all/sleep/index.js'
17
18
  export * from '../all/timeout/index.js'
18
19
  export * from '../all/tup/index.js'
package/rmemo/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { memo__bind, rmemo__add, rmemo__off, rmemo__on } from './/index.js'
1
+ import { memo__bind, rmemo__off, rmemo__on, rmemo__add } from './/index.js'
2
2
  export { memo__bind as _, memo__bind as bind, rmemo__off as off, rmemo__on as on, rmemo__add as subscribe }
3
3
  export * from '../all/be/index.js'
4
4
  export * from '../all/be_/index.js'
@@ -13,6 +13,7 @@ export * from '../all/nullish__none/index.js'
13
13
  export * from '../all/rmemo/index.js'
14
14
  export * from '../all/rmemo__wait/index.js'
15
15
  export * from '../all/run/index.js'
16
+ export * from '../all/run_or_val/index.js'
16
17
  export * from '../all/sleep/index.js'
17
18
  export * from '../all/timeout/index.js'
18
19
  export * from '../all/tup/index.js'