gleap 16.3.3 → 16.3.4

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/index.d.ts CHANGED
@@ -211,6 +211,7 @@ export namespace Gleap {
211
211
  function hide(): void;
212
212
  function setUseCookies(useCookies: boolean): void;
213
213
  function setEnvironment(environment: "dev" | "staging" | "prod"): void;
214
+ function setCSPNonce(nonce: string): void;
214
215
  function showFeedbackButton(show: boolean): void;
215
216
  function startFeedbackFlow(
216
217
  feedbackFlow: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gleap",
3
- "version": "16.3.3",
3
+ "version": "16.3.4",
4
4
  "main": "build/cjs/index.js",
5
5
  "module": "build/esm/index.mjs",
6
6
  "exports": {