@i.un/libs 0.0.60 → 0.0.61

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.
@@ -2024,7 +2024,7 @@ declare const linkedinProfileExample: {
2024
2024
  */
2025
2025
  export declare function getLinkedinProfile(publicId: string, { csrfToken, cookies, }: {
2026
2026
  csrfToken: string;
2027
- cookies: Record<string, string> | string;
2027
+ cookies?: Record<string, string> | string;
2028
2028
  }): Promise<(typeof linkedinProfileExample)["elements"][0] | null>;
2029
2029
  declare const linkedinCompanyExample: {
2030
2030
  elements: {
@@ -2438,6 +2438,6 @@ export declare function getLinkedinCompany(params: {
2438
2438
  urn: string;
2439
2439
  }, { csrfToken, cookies, }: {
2440
2440
  csrfToken: string;
2441
- cookies: Record<string, string> | string;
2441
+ cookies?: Record<string, string> | string;
2442
2442
  }): Promise<(typeof linkedinCompanyExample)["elements"][0] | null>;
2443
2443
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i.un/libs",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "一个实用的ts函数库",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",