@ninetailed/experience.js-next-esr 3.0.2 → 3.0.3-beta.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.
@@ -1,8 +1,8 @@
1
1
  import { Profile, GeoLocation, NinetailedRequestContext } from '@ninetailed/experience.js-shared';
2
- declare type Cookies = {
2
+ type Cookies = {
3
3
  [key: string]: string;
4
4
  };
5
- declare type GetServerSideProfileOptions = {
5
+ type GetServerSideProfileOptions = {
6
6
  ctx: NinetailedRequestContext;
7
7
  cookies: Cookies;
8
8
  clientId: string;
package/lib/selector.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare type SelectNinetailedProfileOptions = {
1
+ type SelectNinetailedProfileOptions = {
2
2
  ninetailed: string;
3
3
  };
4
4
  export declare const selectNinetailedProfile: ({ ninetailed, }: SelectNinetailedProfileOptions) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js-next-esr",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-beta.1",
4
4
  "dependencies": {
5
5
  "next": "12.1.0"
6
6
  },
@@ -9,8 +9,8 @@
9
9
  "type": "module",
10
10
  "types": "./index.d.ts",
11
11
  "peerDependencies": {
12
- "@ninetailed/experience.js-shared": "3.0.2",
12
+ "@ninetailed/experience.js-shared": "3.0.3-beta.1",
13
13
  "uuid": "9.0.0",
14
- "@ninetailed/experience.js-plugin-ssr": "3.0.2"
14
+ "@ninetailed/experience.js-plugin-ssr": "3.0.3-beta.1"
15
15
  }
16
16
  }