@ninetailed/experience.js 2.0.0-beta.10 → 2.0.0-beta.14

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,3 +1,3 @@
1
- export declare const log: any;
2
1
  export declare const enable: () => void;
3
- export declare const disable: () => any;
2
+ export declare const disable: () => void;
3
+ export declare const log: (...msg: any[]) => void;
@@ -1,6 +1,5 @@
1
1
  import { Profile } from '@ninetailed/experience.js-shared';
2
- import { Variant } from './types';
3
- import { Baseline, ExperienceConfiguration } from './types';
2
+ import { Baseline, ExperienceConfiguration, Variant } from './types';
4
3
  declare type SelectVariantArgs = {
5
4
  baseline: Baseline;
6
5
  experience: ExperienceConfiguration;
package/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js",
3
- "version": "2.0.0-beta.10",
3
+ "version": "2.0.0-beta.14",
4
4
  "main": "./index.umd.js",
5
5
  "module": "./index.esm.js",
6
6
  "typings": "./index.d.ts",
7
7
  "dependencies": {
8
8
  "analytics": "^0.8.0",
9
- "@ninetailed/experience.js-shared": "2.0.0-beta.10",
9
+ "@ninetailed/experience.js-shared": "2.0.0-beta.14",
10
10
  "uuid": "^8.3.2",
11
11
  "ts-toolbelt": "^9.6.0",
12
12
  "locale-enum": "^1.1.1",
13
13
  "i18n-iso-countries": "^7.3.0",
14
14
  "lodash": "^4.17.21",
15
+ "loglevel": "^1.8.0",
15
16
  "murmurhash-js": "^1.0.0"
16
17
  },
17
18
  "peerDependencies": {}