@develit-io/backend-sdk 10.0.3 → 10.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
@@ -817,7 +817,6 @@ function develitWorker(Worker) {
817
817
  input,
818
818
  schema
819
819
  }) {
820
- this.logInput({ input });
821
820
  const parseResult = z.safeParse(schema, input);
822
821
  if (!parseResult.success) {
823
822
  const parseError = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",