@lls/typings 24.29.0-0fb35df2 → 24.29.0-11df89af

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.
@@ -1,7 +1,7 @@
1
1
  import type { AsyncLocalStorage } from 'node:async_hooks'
2
2
  import type { Polypad as PolypadType } from '@lls/typings/polypad'
3
3
  import type { AnyFunction, TODO } from '@lls/typings/utils'
4
- import type CheerioModule from 'cheerio'
4
+ import type * as CheerioModule from 'cheerio'
5
5
 
6
6
  type LlsNamespace = 'UNIVERSAL_VARS'
7
7
  export type UniversalVars = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.29.0-0fb35df2",
3
+ "version": "24.29.0-11df89af",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {