@plyaz/types 1.15.17 → 1.15.19

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.15.17",
3
+ "version": "1.15.19",
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.",
@@ -212,6 +212,7 @@
212
212
  "keywords": [],
213
213
  "packageManager": "pnpm@10.11.0",
214
214
  "dependencies": {
215
+ "@plyaz/config": "^1.7.17",
215
216
  "pino": "^10.0.0",
216
217
  "type-fest": "^4.41.0",
217
218
  "zustand": "^5.0.0",
@@ -314,6 +315,7 @@
314
315
  "audit:enhanced": "npx audit-ci --moderate",
315
316
  "security:check": "pnpm audit:moderate && npx audit-ci --moderate",
316
317
  "deploy:local": "bash ../deploy-local.sh",
317
- "publish:local": "bash ../publish-local.sh"
318
+ "publish:local": "bash ../publish-local.sh",
319
+ "bilal": "pnpm run build && pnpm run lint && pnpm run format && pnpm run type:check && pnpm run test"
318
320
  }
319
321
  }