ctx-core 5.2.1 → 5.2.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.
@@ -1,4 +1,4 @@
1
- import type { be_sig_triple_T } from 'rmemo'
1
+ import type { be_sig_triple_T } from '../be_sig_triple/index.js'
2
2
  export declare const [
3
3
  CACHE_VERSION$_,
4
4
  CACHE_VERSION_,
@@ -1,4 +1,4 @@
1
- import type { be_sig_triple_T } from 'rmemo'
1
+ import type { be_sig_triple_T } from '../be_sig_triple/index.js'
2
2
  export declare const [
3
3
  NODE_ENV$_,
4
4
  NODE_ENV_,
@@ -1,4 +1,4 @@
1
- import type { be_sig_triple_T } from 'rmemo'
1
+ import type { be_sig_triple_T } from '../be_sig_triple/index.js'
2
2
  export declare const [
3
3
  VERSION$_,
4
4
  VERSION_,
@@ -1,4 +1,4 @@
1
- import type { be_memo_pair_T } from 'rmemo'
1
+ import type { be_memo_pair_T } from '../be_memo_pair/index.js'
2
2
  export declare const [
3
3
  is_development$_,
4
4
  is_development_,
@@ -1,4 +1,4 @@
1
- import type { be_memo_pair_T } from 'rmemo'
1
+ import type { be_memo_pair_T } from '../be_memo_pair/index.js'
2
2
  export declare const [
3
3
  is_production$_,
4
4
  is_production_,
@@ -1,4 +1,4 @@
1
- import type { be_memo_pair_T } from 'rmemo'
1
+ import type { be_memo_pair_T } from '../be_memo_pair/index.js'
2
2
  export const [
3
3
  is_staging$_,
4
4
  is_staging_,
@@ -1,4 +1,4 @@
1
- /// <reference lib="dom" />
1
+ /// <reference lib="es2021" />
2
2
  export declare function memo_<val_T>(
3
3
  def:memo_def_T<val_T>,
4
4
  ...subscriber_a:memo_subscriber_T<val_T>[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "5.2.1",
3
+ "version": "5.2.3",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",