@peasant-labs/schema 0.1.0-rc8 → 0.1.0

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": "@peasant-labs/schema",
3
- "version": "0.1.0-rc8",
3
+ "version": "0.1.0",
4
4
  "description": "Generated TypeScript contract bindings for the peasant-labs schema module",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -68,7 +68,7 @@
68
68
  "generate": "openapi-ts -f openapi-ts.config.mjs && node scripts/generate-contract-support.mjs",
69
69
  "build": "node scripts/build.mjs",
70
70
  "typecheck": "pnpm run build && tsc --noEmit -p tsconfig.test.json",
71
- "test": "pnpm run build && node --test tests/*.test.mjs",
71
+ "test": "pnpm run build && node --test --test-concurrency=1 tests/*.test.mjs",
72
72
  "package:audit": "pnpm run build && node scripts/package-audit.mjs",
73
73
  "package:smoke": "pnpm run build && node scripts/package-smoke.mjs"
74
74
  }