@tinkoff/user-agent 0.4.434 → 0.4.436

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.
@@ -30,3 +30,4 @@ export declare const parseClientHintsHeaders: (headers: Record<string, string |
30
30
  * const clientHints = parseClientHintsUserAgentData(window.navigator.userAgentData)
31
31
  */
32
32
  export declare const parseClientHintsUserAgentData: (payload: UADataValues) => UserAgent;
33
+ //# sourceMappingURL=client-hints.d.ts.map
@@ -5,3 +5,4 @@ export declare const BROWSERS_LIST_MAP: {
5
5
  };
6
6
  };
7
7
  export declare const CHROMIUM_BASED_BROWSERS: string[];
8
+ //# sourceMappingURL=constants.d.ts.map
package/lib/index.d.ts CHANGED
@@ -4,3 +4,4 @@ export { satisfies } from './satisfies';
4
4
  export { parseClientHintsHeaders as parseClientHints } from './client-hints';
5
5
  export { parseClientHintsUserAgentData } from './client-hints';
6
6
  export * from './types';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import type UAParser from 'ua-parser-js';
2
2
  export declare const isSameSiteNoneCompatible: (userAgent: Omit<UAParser.IResult, 'ua'>) => boolean;
3
+ //# sourceMappingURL=isSameSiteNoneCompatible.d.ts.map
@@ -5,3 +5,4 @@ interface SatisfiesOptions {
5
5
  }
6
6
  export declare const satisfies: (userAgent: UserAgent | string, browserslistConfig?: string[], { env, forceMinimumUnknownVersions }?: SatisfiesOptions) => boolean | null;
7
7
  export {};
8
+ //# sourceMappingURL=satisfies.d.ts.map
package/lib/types.d.ts CHANGED
@@ -44,3 +44,4 @@ export interface UserAgent {
44
44
  mobileOS?: string;
45
45
  sameSiteNoneCompatible: boolean;
46
46
  }
47
+ //# sourceMappingURL=types.d.ts.map
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=types.test-types.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import type { UserAgent } from './types';
2
2
  export declare const parseUserAgentHeader: (userAgent: string) => UserAgent;
3
+ //# sourceMappingURL=userAgent.d.ts.map
package/lib/utils.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare const getMobileOs: (osName?: string) => string | undefined;
2
2
  export declare const getBrowserEngine: (browserName?: string, engineName?: string) => string;
3
+ //# sourceMappingURL=utils.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinkoff/user-agent",
3
- "version": "0.4.434",
3
+ "version": "0.4.436",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -29,7 +29,7 @@
29
29
  "user-agent-data-types": "^0.3.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tramvai/cli": "2.150.0",
32
+ "@tramvai/cli": "2.151.0",
33
33
  "@types/ua-parser-js": "^0.7.33"
34
34
  },
35
35
  "license": "Apache-2.0"