Open eugenpodaru opened 3 days ago
Description
Since got is used in https://github.com/skyleague/therefore/blob/main/src/common/json/json.ts which is in turn used by the restclient builder, it is not possible to remove got as a (dev) dependency even when using ky as the http client.
Expectation
When using ky as a client, got should not be required as a dependency, or therefore should mark got as a dependency instead of as a devDependency
Fixed by #176
Great, thank you! Will test it as soon as it's released.
Description
Since got is used in https://github.com/skyleague/therefore/blob/main/src/common/json/json.ts which is in turn used by the restclient builder, it is not possible to remove got as a (dev) dependency even when using ky as the http client.
Expectation
When using ky as a client, got should not be required as a dependency, or therefore should mark got as a dependency instead of as a devDependency