Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "wypokjs", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Wykop V2 API wrapper", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -35,3 +35,3 @@ import axios, { AxiosInstance, AxiosResponse, AxiosError } from 'axios' | ||
type errorInterceptor = (error: WykopError | AxiosError) => typeof error | ||
export type errorInterceptor = (error: WykopError | AxiosError) => typeof error | ||
@@ -38,0 +38,0 @@ export class Wykop { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22731