genshin-kit-node icon indicating copy to clipboard operation
genshin-kit-node copied to clipboard

原神玩家信息查询封装库 / An API wrapper for fetching player data of Genshin Impact from any servers.

Results 13 genshin-kit-node issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.6.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.45&new-version=18.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@​juergba) #4848: Drop Internet-Explorer-11 support (@​juergba)...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.2. Release notes Sourced from axios's releases. v0.27.2 0.27.2 (April 27, 2022) Fixes and Functionality: Fixed FormData posting in browser environment by reverting #3785 (#4640)...

dependencies

Bumps [@types/cookie](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cookie) from 0.4.1 to 0.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/cookie&package-manager=npm_and_yarn&previous-version=0.4.1&new-version=0.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.2 to 0.5.0. Release notes Sourced from cookie's releases. 0.5.0 Add priority option Fix expires option to reject invalid dates pref: improve default decode speed pref: remove...

dependencies

原来我玩的一直时官服,用这个来写树脂提醒,但最近我创建了国际服的账号,在写国际服的树脂提醒 的时候,发现查询信息错误,服务器的返回是403Forbidden,认真看了一下报错,发现 ``` responseUrl: 'https://bbs-api-os.mihoyo.com/game_record/genshin/api/dailyNote' ``` 那么我想我找到了问题,海外的米哈游服务器域名已经从 mihoyou 改成了 hoyoverse ,所以出现了 403。 (包版本:2.6.2) 我修改了本地的文件 ``` //@genshin-kit\core\lib\module\_getApiEndpoint.js "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._getApiEndpoint = void 0; function _getApiEndpoint()...

GenshinKit v2 是用 TypeScript 基于 v1 的屎山代码重构的,虽然有了 types 支持,但是很多代码的逻辑因为技术债务事实上非常魔幻。 因此计划在近期进行一些逻辑重构和规范化。 **本次更新将会是 major 更新,意味着大部分接口很可能不向前兼容。** ## 拆分 - [ ] 将 `getDS` 拆分为独立包 `@genshin-kit/dynamic-secret`,版本号与米游社 App 同步(该包将作为官方 DS 生成器,这意味着将会支持用户自定义 DS 生成器以应对 mhy 突发更新)...

enhancement

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.8.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.45&new-version=18.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 1.1.2. Release notes Sourced from axios's releases. v1.1.2 [1.1.2] - 2022-10-07 Fixed Fixed broken exports for UMD builds. Contributors to this release Jason Saayman v1.1.1...

dependencies