ctx-core 5.33.0 → 5.34.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.
@@ -1,10 +1,10 @@
1
- export function import_meta_env_<R extends ImportMetaEnv>():R
2
- export function import_meta_env__ensure<R extends ImportMetaEnv>():R
1
+ export function import_meta_env_<R extends import_meta_env_T>():R
2
+ export function import_meta_env__ensure<R extends import_meta_env_T>():R
3
3
  declare global {
4
- interface ImportMeta {
5
- readonly env:ImportMetaEnv
4
+ interface import_meta_T {
5
+ readonly env:import_meta_env_T
6
6
  }
7
7
  }
8
- interface ImportMetaEnv {
8
+ interface import_meta_env_T {
9
9
  [key:string]:string
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "5.33.0",
3
+ "version": "5.34.0",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",