@lls/typings 24.29.0-7e47d581 → 24.29.0-88eac7bd
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.
- package/overrides/global.d.ts +1 -1
- package/package.json +3 -2
package/overrides/global.d.ts
CHANGED
|
@@ -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 |
|
|
17
|
+
var Polypad: PolypadType | 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-
|
|
3
|
+
"version": "24.29.0-88eac7bd",
|
|
4
4
|
"description": "types custom du monorepo",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"imports": {
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"typescript": "5.8.3"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@biomejs/biome": "*"
|
|
21
|
+
"@biomejs/biome": "*",
|
|
22
|
+
"cheerio": "*"
|
|
22
23
|
},
|
|
23
24
|
"scripts": {
|
|
24
25
|
"dts": "pnpm tsc --project tsconfig.production.json",
|