@stackable-labs/sdk-extension-contracts 1.88.0 → 1.89.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -572,6 +572,7 @@ type EventType = EventDomain | {
572
572
  */
573
573
  type Theme = 'light' | 'dark';
574
574
  interface InstanceConfig {
575
+ allowedOrigins?: string[];
575
576
  settings?: {
576
577
  theme?: Theme;
577
578
  identityId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/sdk-extension-contracts",
3
- "version": "1.88.0",
3
+ "version": "1.89.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",