@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.esm.js +2 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/validate.ts +1 -0
package/lib/index.esm.js
CHANGED
|
@@ -5167,6 +5167,7 @@ const securityContextSchema = z.array(z
|
|
|
5167
5167
|
name: z.string(),
|
|
5168
5168
|
securityContext: z.object({}), // can be any object
|
|
5169
5169
|
environment: z.string().optional(),
|
|
5170
|
+
useQueryRewrite: z.boolean().optional(),
|
|
5170
5171
|
})
|
|
5171
5172
|
.strict());
|
|
5172
5173
|
const clientContextSchema = z.array(z
|
|
@@ -22001,7 +22002,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
22001
22002
|
};
|
|
22002
22003
|
|
|
22003
22004
|
var name = "@embeddable.com/sdk-core";
|
|
22004
|
-
var version = "3.9.
|
|
22005
|
+
var version = "3.9.13";
|
|
22005
22006
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
22006
22007
|
var keywords = [
|
|
22007
22008
|
"embeddable",
|