@lls/typings 24.36.0-c742f68f → 24.36.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.
@@ -18,7 +18,6 @@ interface Window {
18
18
  sendEvent?: (name: string, opts: TPianoOpts) => void
19
19
  getVisitorId: () => string
20
20
  }
21
- NativeCallback?: () => void
22
21
  paReady?: () => void
23
22
  playwrightInplaceNavigate: (value: string) => void
24
23
  playwrightStoryId: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.36.0-c742f68f",
3
+ "version": "24.36.0",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {
@@ -15,7 +15,7 @@
15
15
  "@types/react": "18.3.12",
16
16
  "@yorab/react-paint": "0.14.0",
17
17
  "cheerio": "1.1.2",
18
- "typescript": "5.9.3"
18
+ "typescript": "5.8.3"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@biomejs/biome": "*",