@lls/typings 24.34.0-4b67c4ae → 24.34.0-58f668bf

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,6 +33,7 @@ declare global {
33
33
  var llsStoragePromise: Promise<AsyncLocalStorage<Store>>
34
34
  var isBun: boolean | undefined
35
35
  var coreOpenWindow: (typeof window)['open']
36
+ var qaToken: string | undefined
36
37
 
37
38
  namespace NodeJS {
38
39
  interface ProcessEnv {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.34.0-4b67c4ae",
3
+ "version": "24.34.0-58f668bf",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {