@pitininja/envious 3.3.2 → 3.3.4

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/README.md +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -29,3 +29,4 @@ Parse your environment variables.
29
29
  If the environment variables don't match the schema, an error will be thrown.
30
30
  */
31
31
  const env = envious(schema);
32
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitininja/envious",
3
- "version": "3.3.2",
3
+ "version": "3.3.4",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "homepage": "https://github.com/pitininja/envious",
6
6
  "repository": {
@@ -18,16 +18,16 @@
18
18
  "format": "npx @biomejs/biome check --write --error-on-warnings && npx tsc --noEmit"
19
19
  },
20
20
  "dependencies": {
21
- "@sinclair/typebox": "^0.33.15",
21
+ "@sinclair/typebox": "^0.33.17",
22
22
  "dotenv": "^16.4.5"
23
23
  },
24
24
  "devDependencies": {
25
- "@biomejs/biome": "^1.9.3",
25
+ "@biomejs/biome": "^1.9.4",
26
26
  "@tsconfig/recommended": "^1.0.7",
27
- "@types/node": "^22.7.5",
28
- "@vitest/coverage-istanbul": "^2.1.2",
27
+ "@types/node": "^22.7.9",
28
+ "@vitest/coverage-istanbul": "^2.1.3",
29
29
  "husky": "^9.1.6",
30
30
  "typescript": "^5.6.3",
31
- "vitest": "^2.1.2"
31
+ "vitest": "^2.1.3"
32
32
  }
33
33
  }