@lls/typings 24.29.0-7cb31cb6 → 24.29.0-7e47d581

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.
@@ -14,7 +14,7 @@ type Store = Map<LlsNamespace, (UniversalVars & Record<string, any>) | undefined
14
14
  declare global {
15
15
  // https://stackoverflow.com/questions/35074713/extending-typescript-global-object-in-node-js
16
16
  var cheerio: typeof CheerioModule
17
- var Polypad: PolypadType | undefined
17
+ var Polypad: PolypadType | Promise | undefined
18
18
  var __CONFIG__: {
19
19
  env?: typeof process.env.CONF_ENV
20
20
  api_url?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.29.0-7cb31cb6",
3
+ "version": "24.29.0-7e47d581",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {
@@ -18,8 +18,7 @@
18
18
  "typescript": "5.8.3"
19
19
  },
20
20
  "peerDependencies": {
21
- "@biomejs/biome": "*",
22
- "cheerio": "*"
21
+ "@biomejs/biome": "*"
23
22
  },
24
23
  "scripts": {
25
24
  "dts": "pnpm tsc --project tsconfig.production.json",