@compilot/web-sdk 2.134.0-staging → 2.135.0-dev

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.
@@ -969,7 +969,7 @@ function createIframeHandler(_ref) {
969
969
  iframe.setAttribute("name", name);
970
970
  iframe.setAttribute("src", url);
971
971
  iframe.setAttribute("title", name);
972
- iframe.setAttribute("allow", "microphone; camera; midi; encrypted-media; usb");
972
+ iframe.setAttribute("allow", "microphone; camera; midi; encrypted-media; usb; clipboard-write");
973
973
  iframe.setAttribute("allowtransparency", "true");
974
974
  iframe.setAttribute("allowfullscreen", "true");
975
975
  iframe.classList.add("identity-sdk-iframe");
@@ -969,7 +969,7 @@ function createIframeHandler(_ref) {
969
969
  iframe.setAttribute("name", name);
970
970
  iframe.setAttribute("src", url);
971
971
  iframe.setAttribute("title", name);
972
- iframe.setAttribute("allow", "microphone; camera; midi; encrypted-media; usb");
972
+ iframe.setAttribute("allow", "microphone; camera; midi; encrypted-media; usb; clipboard-write");
973
973
  iframe.setAttribute("allowtransparency", "true");
974
974
  iframe.setAttribute("allowfullscreen", "true");
975
975
  iframe.classList.add("identity-sdk-iframe");
@@ -962,7 +962,7 @@ function createIframeHandler(_ref) {
962
962
  iframe.setAttribute("name", name);
963
963
  iframe.setAttribute("src", url);
964
964
  iframe.setAttribute("title", name);
965
- iframe.setAttribute("allow", "microphone; camera; midi; encrypted-media; usb");
965
+ iframe.setAttribute("allow", "microphone; camera; midi; encrypted-media; usb; clipboard-write");
966
966
  iframe.setAttribute("allowtransparency", "true");
967
967
  iframe.setAttribute("allowfullscreen", "true");
968
968
  iframe.classList.add("identity-sdk-iframe");
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilot/web-sdk",
3
- "version": "2.134.0",
3
+ "version": "2.135.0",
4
4
  "description": "Unblockt Web SDK",
5
5
  "keywords": [],
6
6
  "license": "ISC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilot/web-sdk",
3
- "version": "2.134.0-staging",
3
+ "version": "2.135.0-dev",
4
4
  "description": "Unblockt Web SDK",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -37,9 +37,9 @@
37
37
  "pino": "^9.7.0",
38
38
  "remeda": "^1.61.0",
39
39
  "zod": "^3.25.7",
40
- "@nexeraid/identity-api-client": "2.35.2-staging",
41
- "@nexeraid/logger": "2.35.1-staging",
42
- "@nexeraid/identity-schemas": "2.151.0-staging"
40
+ "@nexeraid/identity-api-client": "2.35.2-dev",
41
+ "@nexeraid/identity-schemas": "2.151.0-dev",
42
+ "@nexeraid/logger": "2.35.1-dev"
43
43
  },
44
44
  "devDependencies": {
45
45
  "eslint": "^8.57.1",