@embeddable.com/sdk-core 3.9.12 → 3.9.13

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/lib/index.js CHANGED
@@ -5195,6 +5195,7 @@ const securityContextSchema = z.array(z
5195
5195
  name: z.string(),
5196
5196
  securityContext: z.object({}), // can be any object
5197
5197
  environment: z.string().optional(),
5198
+ useQueryRewrite: z.boolean().optional(),
5198
5199
  })
5199
5200
  .strict());
5200
5201
  const clientContextSchema = z.array(z
@@ -22029,7 +22030,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
22029
22030
  };
22030
22031
 
22031
22032
  var name = "@embeddable.com/sdk-core";
22032
- var version = "3.9.12";
22033
+ var version = "3.9.13";
22033
22034
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
22034
22035
  var keywords = [
22035
22036
  "embeddable",