@valbuild/react 0.79.3 → 0.80.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": "@valbuild/react",
3
- "version": "0.79.3",
3
+ "version": "0.80.0",
4
4
  "private": false,
5
5
  "description": "Val - React internal helpers",
6
6
  "sideEffects": false,
@@ -9,9 +9,9 @@
9
9
  "test": "jest"
10
10
  },
11
11
  "dependencies": {
12
- "@valbuild/core": "~0.79.3",
13
- "@valbuild/shared": "~0.79.3",
14
- "@valbuild/ui": "~0.79.3",
12
+ "@valbuild/core": "~0.80.0",
13
+ "@valbuild/shared": "~0.80.0",
14
+ "@valbuild/ui": "~0.80.0",
15
15
  "@vercel/stega": "^0.1.0",
16
16
  "base64-arraybuffer": "^1.0.2"
17
17
  },
@@ -270,7 +270,7 @@ function stegaEncode(input, opts) {
270
270
  var newSchema = Internal.getSchema(sourceOrSelector);
271
271
  return rec(opts.getModule && opts.getModule(selectorPath) !== undefined ? opts.getModule(selectorPath) : Internal.getSource(sourceOrSelector), opts.disabled ? undefined : {
272
272
  path: selectorPath,
273
- schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema.serialize()
273
+ schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema["executeSerialize"]()
274
274
  });
275
275
  }
276
276
  if (VAL_EXTENSION in sourceOrSelector) {
@@ -280,7 +280,7 @@ function stegaEncode(input, opts) {
280
280
  var newSchema = core.Internal.getSchema(sourceOrSelector);
281
281
  return rec(opts.getModule && opts.getModule(selectorPath) !== undefined ? opts.getModule(selectorPath) : core.Internal.getSource(sourceOrSelector), opts.disabled ? undefined : {
282
282
  path: selectorPath,
283
- schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema.serialize()
283
+ schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema["executeSerialize"]()
284
284
  });
285
285
  }
286
286
  if (core.VAL_EXTENSION in sourceOrSelector) {
@@ -280,7 +280,7 @@ function stegaEncode(input, opts) {
280
280
  var newSchema = core.Internal.getSchema(sourceOrSelector);
281
281
  return rec(opts.getModule && opts.getModule(selectorPath) !== undefined ? opts.getModule(selectorPath) : core.Internal.getSource(sourceOrSelector), opts.disabled ? undefined : {
282
282
  path: selectorPath,
283
- schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema.serialize()
283
+ schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema["executeSerialize"]()
284
284
  });
285
285
  }
286
286
  if (core.VAL_EXTENSION in sourceOrSelector) {
@@ -270,7 +270,7 @@ function stegaEncode(input, opts) {
270
270
  var newSchema = Internal.getSchema(sourceOrSelector);
271
271
  return rec(opts.getModule && opts.getModule(selectorPath) !== undefined ? opts.getModule(selectorPath) : Internal.getSource(sourceOrSelector), opts.disabled ? undefined : {
272
272
  path: selectorPath,
273
- schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema.serialize()
273
+ schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema["executeSerialize"]()
274
274
  });
275
275
  }
276
276
  if (VAL_EXTENSION in sourceOrSelector) {
@@ -270,7 +270,7 @@ function stegaEncode(input, opts) {
270
270
  var newSchema = Internal.getSchema(sourceOrSelector);
271
271
  return rec(opts.getModule && opts.getModule(selectorPath) !== undefined ? opts.getModule(selectorPath) : Internal.getSource(sourceOrSelector), opts.disabled ? undefined : {
272
272
  path: selectorPath,
273
- schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema.serialize()
273
+ schema: newSchema === null || newSchema === void 0 ? void 0 : newSchema["executeSerialize"]()
274
274
  });
275
275
  }
276
276
  if (VAL_EXTENSION in sourceOrSelector) {