@expo/env 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/build/index.d.ts +0 -1
  2. package/package.json +3 -3
package/build/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  /** Determine if the `.env` files are enabled or not, through `EXPO_NO_DOTENV` */
3
2
  export declare function isEnabled(): boolean;
4
3
  /** All conventional modes that should not cause warnings */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/env",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "hydrate environment variables from .env files into process.env",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -36,10 +36,10 @@
36
36
  "devDependencies": {
37
37
  "@babel/core": "^7.15.5",
38
38
  "@types/getenv": "^1.0.0",
39
- "expo-module-scripts": "^4.1.0"
39
+ "expo-module-scripts": "^4.1.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "2487c7aa9b5ef6a7052e82bbf9a53604c2ed273f"
44
+ "gitHead": "1914bb35d23af23078da37e70988261844436505"
45
45
  }