@codecademy/codebytes 1.0.1-alpha.6cb7e9366.0 → 1.0.1-alpha.c8d8c95a3.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.
package/dist/api.d.ts CHANGED
@@ -8,5 +8,5 @@ interface PostSnippetData {
8
8
  language: LanguageOption;
9
9
  code: string;
10
10
  }
11
- export declare const postSnippet: (data: PostSnippetData, snippetsBaseUrl?: string) => Promise<Response>;
11
+ export declare const postSnippet: (data: PostSnippetData, snippetsBaseUrl?: string | undefined) => Promise<Response>;
12
12
  export {};
@@ -1,2 +1,2 @@
1
1
  import { UserClickData } from '@codecademy/tracking';
2
- export declare const trackClick: (target: string, trackingData?: Omit<UserClickData, 'target'>) => void;
2
+ export declare const trackClick: (target: string, trackingData?: Omit<UserClickData, "target"> | undefined) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/codebytes",
3
3
  "description": "Codebytes Code Editor",
4
- "version": "1.0.1-alpha.6cb7e9366.0",
4
+ "version": "1.0.1-alpha.c8d8c95a3.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@emotion/react": "^11.10.4",
@@ -41,5 +41,5 @@
41
41
  "dist/**/[A-Z]**/[A-Z]*.js",
42
42
  "dist/**/[A-Z]**/index.js"
43
43
  ],
44
- "gitHead": "0a3cce0e322dfa7d4a34ef8754563e92776e7573"
44
+ "gitHead": "98f9c6b7b6565281e0b30f2ff8595e5416408eae"
45
45
  }