@ctx-core/env 16.3.0 → 16.3.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/CHANGELOG.md CHANGED
@@ -1,10 +1,16 @@
1
1
  # @ctx-core/env
2
2
 
3
+ ## 16.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - import_meta_env\_\_ensure: fix: type
8
+
3
9
  ## 16.3.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - - + import_meta_env__ensure: add proxy to process.env if import.meta.env is not present
13
+ - - - import_meta_env\_\_ensure: add proxy to process.env if import.meta.env is not present
8
14
 
9
15
  ## 16.2.0
10
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/env",
3
- "version": "16.3.0",
3
+ "version": "16.3.1",
4
4
  "description": "ctx-core env",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -1,4 +1,4 @@
1
- export default function import_meta_env__ensure():ImportMetaEnv
1
+ export function import_meta_env__ensure():ImportMetaEnv
2
2
  declare global {
3
3
  interface ImportMeta {
4
4
  readonly env:ImportMetaEnv