@codecademy/tracking 1.0.13-alpha.3ea4b92b2a.0 → 1.0.13-alpha.7667ba38ad.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.
@@ -257,7 +257,8 @@ export declare enum ChatGPTSearchResource {
257
257
  ALL = "all",
258
258
  ARTICLES = "articles",
259
259
  CATALOG = "catalog",
260
- DOCS = "docs"
260
+ DOCS = "docs",
261
+ LITERATURE = "literature"
261
262
  }
262
263
  export type ChatGPTPluginSearchEventData = {
263
264
  resource: ChatGPTSearchResource;
@@ -45,6 +45,7 @@ export var ChatGPTSearchResource = /*#__PURE__*/function (ChatGPTSearchResource)
45
45
  ChatGPTSearchResource["ARTICLES"] = "articles";
46
46
  ChatGPTSearchResource["CATALOG"] = "catalog";
47
47
  ChatGPTSearchResource["DOCS"] = "docs";
48
+ ChatGPTSearchResource["LITERATURE"] = "literature";
48
49
  return ChatGPTSearchResource;
49
50
  }({});
50
51
 
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@codecademy/tracking",
3
3
  "description": "Tracking library for Codecademy",
4
- "version": "1.0.13-alpha.3ea4b92b2a.0",
4
+ "version": "1.0.13-alpha.7667ba38ad.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
+ "dependencies": {
7
+ "@babel/runtime": "^7.12.1"
8
+ },
6
9
  "files": [
7
10
  "dist/**"
8
11
  ],
@@ -13,5 +16,5 @@
13
16
  "access": "public"
14
17
  },
15
18
  "repository": "git@github.com:codecademy-engineering/mono.git",
16
- "gitHead": "44da22869834713b09a8c02e4064a452ed91c906"
19
+ "gitHead": "1cb2ca104234cf1ebaeec571af0c979d0354d719"
17
20
  }