@develit-io/backend-sdk 11.0.4 → 11.0.5

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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -801,7 +801,6 @@ function develitWorker(Worker) {
801
801
  input,
802
802
  schema
803
803
  }) {
804
- this.logInput({ input });
805
804
  const parseResult = z.safeParse(schema, input);
806
805
  if (!parseResult.success) {
807
806
  const parseError = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "11.0.4",
3
+ "version": "11.0.5",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",