ras-stack 0.8.2 → 0.8.3

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ras-stack",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Composable full-stack primitives shared across Richard Solomou's applications.",
5
5
  "keywords": [
6
6
  "authentication",
@@ -83,7 +83,8 @@
83
83
  "format": "oxfmt --write .",
84
84
  "format:check": "oxfmt --check .",
85
85
  "test": "vitest run",
86
- "check": "pnpm format:check && pnpm lint && pnpm config:check && pnpm typecheck && pnpm test && pnpm build && node dist/policy/cli.js check",
86
+ "package:check": "node scripts/checkPackedPackage.mjs",
87
+ "check": "pnpm format:check && pnpm lint && pnpm config:check && pnpm typecheck && pnpm test && pnpm build && pnpm package:check && node dist/policy/cli.js check",
87
88
  "version-packages": "changeset version"
88
89
  },
89
90
  "dependencies": {
@@ -97,11 +98,12 @@
97
98
  "@types/nodemailer": "^8.0.1",
98
99
  "centrifuge": "5.7.0",
99
100
  "nodemailer": "^9.0.3",
100
- "oxfmt": "^0.59.0",
101
+ "oxfmt": "^0.61.0",
101
102
  "oxlint": "^1.74.0",
102
103
  "oxlint-tsgolint": "^7.0.2001",
103
104
  "tus-js-client": "^4.3.1",
104
105
  "typescript": "^7.0.2",
106
+ "vite": "8.2.1",
105
107
  "vitest": "^4.1.10"
106
108
  },
107
109
  "peerDependencies": {