@codecademy/tracking 0.18.2-alpha.1404c3.0 → 0.18.2-alpha.24c944.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,4 +1,4 @@
1
- @codecademy/tracking:build: cache hit, replaying output 4c335037ff25e9f6
1
+ @codecademy/tracking:build: cache hit, replaying output 78375b0ba8573cc6
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"
@@ -7,5 +7,5 @@
7
7
  @codecademy/tracking:build: 
8
8
  @codecademy/tracking:build: Why you should do it regularly:
9
9
  @codecademy/tracking:build: https://github.com/browserslist/browserslist#browsers-data-updating
10
- @codecademy/tracking:build: Successfully compiled 18 files with Babel (1337ms).
10
+ @codecademy/tracking:build: Successfully compiled 18 files with Babel (1176ms).
11
11
  @codecademy/tracking:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.2-alpha.1404c3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.18.1...@codecademy/tracking@0.18.2-alpha.1404c3.0) (2022-03-09)
6
+ ### [0.18.2-alpha.24c944.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.18.1...@codecademy/tracking@0.18.2-alpha.24c944.0) (2022-03-14)
7
7
 
8
8
  **Note:** Version bump only for package @codecademy/tracking
9
9
 
@@ -51,6 +51,7 @@ export declare type EventDataTypes = {
51
51
  query: BaseEventAnyData;
52
52
  result: BaseEventAnyData;
53
53
  };
54
+ experiment: {};
54
55
  page: {
55
56
  career_path_visited: PagePathVisitedData;
56
57
  skill_path_visited: PagePathVisitedData;
@@ -166,7 +167,6 @@ export declare type UserClickData = UserSharedData & {
166
167
  assessment_id?: string;
167
168
  container_slugs?: string[];
168
169
  search_id?: string;
169
- is_ugc?: boolean;
170
170
  };
171
171
  /**
172
172
  * Data sent to user visit event table
@@ -194,7 +194,6 @@ export declare type UserVisitData = UserSharedData & {
194
194
  story_slug?: string;
195
195
  unit?: string;
196
196
  lesson?: string;
197
- is_ugc?: boolean;
198
197
  };
199
198
  export declare type UserImpressionData = {
200
199
  page_name: string;
@@ -205,7 +204,6 @@ export declare type UserImpressionData = {
205
204
  track_slug?: string;
206
205
  module_slug?: string;
207
206
  source_codebase?: string;
208
- is_ugc?: boolean;
209
207
  };
210
208
  export declare type EventAnswerData = BaseEventData & {
211
209
  question_index: number;
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.2-alpha.1404c3.0",
4
+ "version": "0.18.2-alpha.24c944.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": "453c873591bdb333ae2120765edf12df8ea5f296"
38
+ "gitHead": "606256f1f537b475402696733a26acb2915f39fa"
39
39
  }