@ctx-core/env 17.2.12 → 17.2.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ctx-core/env
2
2
 
3
+ ## 17.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - reference type: Be instead of B
8
+
3
9
  ## 17.2.12
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/env",
3
- "version": "17.2.12",
3
+ "version": "17.2.13",
4
4
  "description": "ctx-core env",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -1,6 +1,6 @@
1
1
  import type { WritableAtom_ } from '@ctx-core/nanostores'
2
- import type { B } from '@ctx-core/object'
3
- export declare const CACHE_VERSION__:B<WritableAtom_<false|string>>
2
+ import type { Be } from '@ctx-core/object'
3
+ export declare const CACHE_VERSION__:Be<WritableAtom_<false|string>>
4
4
  export {
5
5
  CACHE_VERSION__ as CACHE_VERSION$_,
6
6
  CACHE_VERSION__ as b__CACHE_VERSION,
@@ -1,6 +1,6 @@
1
1
  import type { WritableAtom_ } from '@ctx-core/nanostores'
2
- import type { B } from '@ctx-core/object'
3
- export declare const NODE_ENV__:B<WritableAtom_<string>>
2
+ import type { Be } from '@ctx-core/object'
3
+ export declare const NODE_ENV__:Be<WritableAtom_<string>>
4
4
  export {
5
5
  NODE_ENV__ as NODE_ENV$_,
6
6
  NODE_ENV__ as b__NODE_ENV,
@@ -1,4 +1,4 @@
1
1
  import type { WritableAtom_ } from '@ctx-core/nanostores'
2
- import type { B } from '@ctx-core/object'
3
- export declare const VERSION__:B<WritableAtom_<string>>
2
+ import type { Be } from '@ctx-core/object'
3
+ export declare const VERSION__:Be<WritableAtom_<string>>
4
4
  export { VERSION__ as VERSION$_ }
@@ -1,4 +1,4 @@
1
1
  import type { ReadableAtom_ } from '@ctx-core/nanostores'
2
- import type { B } from '@ctx-core/object'
3
- export declare const is_development__:B<ReadableAtom_<boolean>>
2
+ import type { Be } from '@ctx-core/object'
3
+ export declare const is_development__:Be<ReadableAtom_<boolean>>
4
4
  export { is_development__ as is_development$_ }
@@ -1,6 +1,6 @@
1
1
  import type { ReadableAtom_ } from '@ctx-core/nanostores'
2
- import type { B } from '@ctx-core/object'
3
- export declare const is_production__:B<is_production__T>
2
+ import type { Be } from '@ctx-core/object'
3
+ export declare const is_production__:Be<is_production__T>
4
4
  export declare type is_production__T = ReadableAtom_<boolean>
5
5
  export {
6
6
  is_production__ as is_production$_,
@@ -1,6 +1,6 @@
1
1
  import type { ReadableAtom_ } from '@ctx-core/nanostores'
2
- import type { B } from '@ctx-core/object'
3
- export declare const is_staging__:B<ReadableAtom_<boolean>>
2
+ import type { Be } from '@ctx-core/object'
3
+ export declare const is_staging__:Be<ReadableAtom_<boolean>>
4
4
  export {
5
5
  is_staging__ as is_staging$_,
6
6
  is_staging__ as b__is__staging,