@embeddable.com/sdk-core 3.9.8 → 3.9.9

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
@@ -5194,10 +5194,12 @@ const securityContextSchema = z.array(z.object({
5194
5194
  name: z.string(),
5195
5195
  securityContext: z.object({}), // can be any object
5196
5196
  }));
5197
- const clientContextSchema = z.array(z.object({
5197
+ const clientContextSchema = z.array(z
5198
+ .object({
5198
5199
  name: z.string(),
5199
5200
  clientContext: z.object({}), // can be any object
5200
- }));
5201
+ })
5202
+ .strict());
5201
5203
 
5202
5204
  var provideConfig = async () => {
5203
5205
  const configFilePath = `${process.cwd()}/embeddable.config.js`;
@@ -22023,7 +22025,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
22023
22025
  };
22024
22026
 
22025
22027
  var name = "@embeddable.com/sdk-core";
22026
- var version = "3.9.8";
22028
+ var version = "3.9.9";
22027
22029
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
22028
22030
  var keywords = [
22029
22031
  "embeddable",