@codecademy/tracking 0.18.1-alpha.b9fc3a.0 → 0.18.2-alpha.daed90.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.
@@ -1,6 +1,11 @@
1
- @codecademy/tracking:build: cache hit, replaying output 8166c488158ca2dc
1
+ @codecademy/tracking:build: cache hit, replaying output 31eae38676a96756
2
2
  @codecademy/tracking:build: $ yarn build:clean && yarn build:compile && yarn build:types
3
3
  @codecademy/tracking:build: $ rm -rf dist
4
4
  @codecademy/tracking:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
5
- @codecademy/tracking:build: Successfully compiled 18 files with Babel (1288ms).
5
+ @codecademy/tracking:build: Browserslist: caniuse-lite is outdated. Please run:
6
+ @codecademy/tracking:build: npx browserslist@latest --update-db
7
+ @codecademy/tracking:build: 
8
+ @codecademy/tracking:build: Why you should do it regularly:
9
+ @codecademy/tracking:build: https://github.com/browserslist/browserslist#browsers-data-updating
10
+ @codecademy/tracking:build: Successfully compiled 18 files with Babel (1146ms).
6
11
  @codecademy/tracking:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [0.18.1-alpha.b9fc3a.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.18.0...@codecademy/tracking@0.18.1-alpha.b9fc3a.0) (2022-01-31)
6
+ ### [0.18.2-alpha.daed90.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.18.1...@codecademy/tracking@0.18.2-alpha.daed90.0) (2022-03-02)
7
+
8
+ **Note:** Version bump only for package @codecademy/tracking
9
+
10
+
11
+
12
+
13
+
14
+ ### [0.18.1](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.18.0...@codecademy/tracking@0.18.1) (2022-02-02)
7
15
 
8
16
  **Note:** Version bump only for package @codecademy/tracking
9
17
 
@@ -51,6 +51,9 @@ export declare type EventDataTypes = {
51
51
  query: BaseEventAnyData;
52
52
  result: BaseEventAnyData;
53
53
  };
54
+ experiment: {
55
+ test_event: BaseEventAnyData;
56
+ };
54
57
  page: {
55
58
  career_path_visited: PagePathVisitedData;
56
59
  skill_path_visited: PagePathVisitedData;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/tracking",
3
3
  "description": "Tracking library for Codecademy apps.",
4
- "version": "0.18.1-alpha.b9fc3a.0",
4
+ "version": "0.18.2-alpha.daed90.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "module": "./dist/index.js",
7
7
  "main": "./dist/index.js",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "ecde4e29b2b08cf92211a135eb383e3bec7d9ac0"
38
+ "gitHead": "52939e7b1c8542a61bb3a5e9a94e7b2d230f9f5f"
39
39
  }