Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Sep 7, 2023
1 parent e7eed80 commit 46e1776
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/partytown",
"version": "0.8.0",
"version": "0.8.1",
"description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.",
"license": "MIT",
"main": "index.cjs",
Expand Down
2 changes: 2 additions & 0 deletions src/integration/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export interface PartytownConfig {
logStackTraces?: boolean;
// (undocumented)
mainWindowAccessors?: string[];
nonce?: string;
resolveUrl?(url: URL, location: Location, type: ResolveUrlType): URL | undefined | null;
sandboxParent?: string;
// (undocumented)
set?: SetHook;
swPath?: string;
Expand Down
2 changes: 1 addition & 1 deletion src/react/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```ts

// @public
export const Partytown: (props?: PartytownProps) => any;
export const Partytown: ({ nonce, ...props }?: PartytownProps) => any;

// Warning: (ae-forgotten-export) The symbol "PartytownConfig" needs to be exported by the entry point index.d.ts
//
Expand Down

1 comment on commit 46e1776

@vercel
Copy link

@vercel vercel bot commented on 46e1776 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.