envprism 0.3.1 → 0.3.2-dev.79-a6d864e

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "envprism",
4
- "version": "0.3.1",
4
+ "version": "0.3.2-dev.79-a6d864e",
5
5
  "description": "TUI-based env file manager — refract one set of variables into many environment views.",
6
6
  "keywords": [
7
7
  "bun",
@@ -66,8 +66,8 @@
66
66
  "@vitest/coverage-v8": "^4.1.10",
67
67
  "husky": "^9.1.7",
68
68
  "lint-staged": "^17.0.8",
69
- "oxfmt": "0.51.0",
70
- "oxlint": "1.66.0",
69
+ "oxfmt": "0.59.0",
70
+ "oxlint": "1.74.0",
71
71
  "taze": "^19.14.1",
72
72
  "typescript": "^7.0.2",
73
73
  "vite": "^8.1.5",
@@ -87,7 +87,7 @@
87
87
  "test": "vitest run --passWithNoTests",
88
88
  "test:watch": "vitest",
89
89
  "test:coverage": "vitest run --passWithNoTests --coverage",
90
- "check": "pnpm lint && pnpm format && pnpm typecheck",
90
+ "check": "pnpm lint && pnpm format && pnpm typecheck && pnpm test && pnpm build",
91
91
  "check:fix": "pnpm lint:fix && pnpm format:fix",
92
92
  "taze": "taze",
93
93
  "taze:w": "taze -w"