@ctx-core/env 16.4.0 → 17.0.0

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.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - ImportMetaEnv: [key:string]:string
8
+
3
9
  ## 16.4.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/env",
3
- "version": "16.4.0",
3
+ "version": "17.0.0",
4
4
  "description": "ctx-core env",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -6,5 +6,5 @@ declare global {
6
6
  }
7
7
  }
8
8
  interface ImportMetaEnv {
9
- [key:string]:any;
9
+ [key:string]:string
10
10
  }