@lls/typings 24.41.0-1f323b0d → 24.41.0-345aafee

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.
@@ -33,7 +33,7 @@ interface Window {
33
33
  }
34
34
  NativeCallback?: () => void
35
35
  paReady?: () => void
36
- playwrightInplaceNavigate: (a: { pathname: string }) => void
36
+ playwrightInplaceNavigate: (value: string) => void
37
37
  playwrightStoryId: string
38
38
  fbq?: (...args: any[]) => void
39
39
  _fbq?: (...args: any[]) => void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.41.0-1f323b0d",
3
+ "version": "24.41.0-345aafee",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {