@jayfong/x-server 2.10.0 → 2.10.1

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.
@@ -38,7 +38,6 @@ class Handler {
38
38
  if (this.requestDataSchema) {
39
39
  try {
40
40
  data = await this.requestDataSchema.validate(data, {
41
- strict: true,
42
41
  abortEarly: true,
43
42
  stripUnknown: true
44
43
  });
@@ -26,7 +26,6 @@ export class Handler {
26
26
  if (this.requestDataSchema) {
27
27
  try {
28
28
  data = await this.requestDataSchema.validate(data, {
29
- strict: true,
30
29
  abortEarly: true,
31
30
  stripUnknown: true
32
31
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jayfong/x-server",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "license": "ISC",
5
5
  "sideEffects": false,
6
6
  "main": "lib/_cjs/index.js",