@plyaz/types 1.46.3 → 1.46.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plyaz/types",
3
- "version": "1.46.3",
3
+ "version": "1.46.4",
4
4
  "author": "Redeemer Pace",
5
5
  "license": "ISC",
6
6
  "description": "Provides shared TypeScript types and schema utilities for validation and parsing in the @playz ecosystem.",
@@ -238,10 +238,11 @@
238
238
  "keywords": [],
239
239
  "packageManager": "pnpm@10.11.0",
240
240
  "dependencies": {
241
+ "jsonwebtoken": "^9.0.3",
241
242
  "pino": "^10.0.0",
242
243
  "type-fest": "^4.41.0",
243
- "zustand": "^5.0.0",
244
- "zod": "^4.1.5"
244
+ "zod": "^4.1.5",
245
+ "zustand": "^5.0.0"
245
246
  },
246
247
  "devDependencies": {
247
248
  "@changesets/cli": "^2.29.5",
@@ -256,6 +257,7 @@
256
257
  "@testing-library/react": "^16.3.0",
257
258
  "@testing-library/user-event": "^14.6.1",
258
259
  "@types/express": "^5.0.3",
260
+ "@types/jsonwebtoken": "^9.0.10",
259
261
  "@types/node": "^22.14.0",
260
262
  "@types/react": "^19.1.8",
261
263
  "@types/react-dom": "^19.1.6",