@plyaz/types 1.15.19 → 1.15.20
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plyaz/types",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.20",
|
|
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.",
|
|
@@ -315,7 +315,6 @@
|
|
|
315
315
|
"audit:enhanced": "npx audit-ci --moderate",
|
|
316
316
|
"security:check": "pnpm audit:moderate && npx audit-ci --moderate",
|
|
317
317
|
"deploy:local": "bash ../deploy-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
|
+
"publish:local": "bash ../publish-local.sh"
|
|
320
319
|
}
|
|
321
320
|
}
|