Comparing version 1.1.0 to 1.1.1
@@ -7,3 +7,3 @@ import { JITI } from 'jiti'; | ||
* The project root directory (either absolute or relative to the current working directory). | ||
*/ | ||
*/ | ||
cwd: string; | ||
@@ -13,3 +13,3 @@ /** | ||
* to the current working directory). For example, `.env`. | ||
*/ | ||
*/ | ||
fileName?: string; | ||
@@ -29,6 +29,6 @@ /** | ||
* An object describing environment variables (key, value pairs). | ||
*/ | ||
*/ | ||
env?: NodeJS.ProcessEnv; | ||
} | ||
declare type Env = typeof process.env; | ||
type Env = typeof process.env; | ||
/** | ||
@@ -35,0 +35,0 @@ * Load and interpolate environment variables into `process.env`. |
{ | ||
"name": "c12", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Smart Config Loader", | ||
@@ -22,29 +22,32 @@ "repository": "unjs/c12", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test", | ||
"lint:fix": "eslint --ext .ts,.js,.mjs,.cjs . --fix && prettier -w src test", | ||
"prepack": "unbuild", | ||
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags", | ||
"test": "vitest run --coverage" | ||
}, | ||
"dependencies": { | ||
"defu": "^6.1.1", | ||
"defu": "^6.1.2", | ||
"dotenv": "^16.0.3", | ||
"giget": "^1.0.0", | ||
"jiti": "^1.16.0", | ||
"mlly": "^1.0.0", | ||
"pathe": "^1.0.0", | ||
"jiti": "^1.17.0", | ||
"mlly": "^1.1.1", | ||
"pathe": "^1.1.0", | ||
"pkg-types": "^1.0.1", | ||
"rc9": "^2.0.0" | ||
"rc9": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@vitest/coverage-c8": "^0.25.2", | ||
"eslint": "^8.27.0", | ||
"eslint-config-unjs": "^0.0.2", | ||
"standard-version": "^9.5.0", | ||
"typescript": "^4.8.4", | ||
"unbuild": "^0.9.4", | ||
"vitest": "^0.25.2" | ||
"@vitest/coverage-c8": "^0.28.5", | ||
"changelogen": "^0.4.1", | ||
"eslint": "^8.34.0", | ||
"eslint-config-unjs": "^0.1.0", | ||
"prettier": "^2.8.4", | ||
"typescript": "^4.9.5", | ||
"unbuild": "^1.1.1", | ||
"vitest": "^0.28.5" | ||
}, | ||
"packageManager": "pnpm@7.16.0", | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs .", | ||
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish", | ||
"test": "vitest run --coverage" | ||
} | ||
} | ||
"packageManager": "pnpm@7.27.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25922
589
8
Updateddefu@^6.1.2
Updatedjiti@^1.17.0
Updatedmlly@^1.1.1
Updatedpathe@^1.1.0
Updatedrc9@^2.0.1