@ninetailed/experience.js-plugin-preview 3.0.2 → 3.0.3-beta.0

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.
@@ -5,7 +5,7 @@ export declare const NINETAILED_PREVIEW_EVENTS: {
5
5
  previewAudiences: string;
6
6
  previewTraits: string;
7
7
  };
8
- declare type NinetailedPreviewPluginOptions = Credentials & {
8
+ type NinetailedPreviewPluginOptions = Credentials & {
9
9
  url?: string;
10
10
  environment?: string;
11
11
  ui?: {
@@ -1,4 +1,4 @@
1
- declare type WidgetContainerOptions = {
1
+ type WidgetContainerOptions = {
2
2
  ui?: {
3
3
  opener?: {
4
4
  hide: boolean;
@@ -1,7 +1,7 @@
1
- export declare type Credentials = {
1
+ export type Credentials = {
2
2
  clientId: string;
3
3
  secret: string;
4
4
  };
5
- export declare type Connection = {
5
+ export type Connection = {
6
6
  environment?: string;
7
7
  };
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js-plugin-preview",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-beta.0",
4
4
  "module": "./index.js",
5
5
  "main": "./index.cjs",
6
6
  "type": "module",
7
7
  "types": "./index.d.ts",
8
8
  "dependencies": {
9
- "@ninetailed/experience.js-shared": "3.0.2",
9
+ "@ninetailed/experience.js-shared": "3.0.3-beta.0",
10
10
  "lodash": "4.17.21",
11
- "@ninetailed/experience.js-plugin-analytics": "3.0.2",
12
- "@ninetailed/experience.js": "3.0.2",
13
- "@ninetailed/experience.js-preview-bridge": "3.0.2"
11
+ "@ninetailed/experience.js-plugin-analytics": "3.0.3-beta.0",
12
+ "@ninetailed/experience.js": "3.0.3-beta.0",
13
+ "@ninetailed/experience.js-preview-bridge": "3.0.3-beta.0"
14
14
  },
15
15
  "peerDependencies": {}
16
16
  }