@codecademy/tracking 0.24.0 → 0.24.1-alpha.3edec0.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 e470679e5c731e04
1
+ @codecademy/tracking:build: cache hit, replaying output dfb64a440a5109be
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 (1333ms).
10
+ @codecademy/tracking:build: Successfully compiled 18 files with Babel (1962ms).
11
11
  @codecademy/tracking:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.24.1-alpha.3edec0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.24.0...@codecademy/tracking@0.24.1-alpha.3edec0.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @codecademy/tracking
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.24.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.23.0...@codecademy/tracking@0.24.0) (2022-08-24)
7
15
 
8
16
 
@@ -105,6 +105,7 @@ export declare type TrackingContentIds = {
105
105
  program_unit_id?: string;
106
106
  review_card_id?: string;
107
107
  track_id?: string;
108
+ journey_id?: string;
108
109
  };
109
110
  /**
110
111
  * Shared data relevant for all user events
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.24.0",
4
+ "version": "0.24.1-alpha.3edec0.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": "4b3efece77efab8bb46d46cad807d41032f7be5b"
38
+ "gitHead": "9960148c15db263a278524d8b38bdaeab8a14819"
39
39
  }