@sorrell/code-hike 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/Remotion.d.ts +1 -1
  2. package/package.json +1 -1
package/Remotion.d.ts CHANGED
@@ -14,4 +14,4 @@ export const DefaultCodeHikeConfig: CodeHikeConfig;
14
14
  export function EnableMdx(CurrentConfiguration: WebpackConfiguration): Promise<WebpackConfiguration>;
15
15
 
16
16
  export function ApplyBaseConfig(): void;
17
- export function ApplyDefaultConfig(EntryPoint: string): void;
17
+ export function ApplyDefaultConfig(EntryPoint?: string): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sorrell/code-hike",
3
3
  "private": false,
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "description": "A helper library for making animations with Code Hike.",
6
6
  "scripts": {
7
7
  "build": "tsc -p ./tsconfig.json"