danielbonifacio-sdk
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -16,4 +16,4 @@ import { AlgaNews } from "./AlgaNews"; | ||
size?: number; | ||
sort: [keyof Summary, "asc" | "desc"]; | ||
sort?: [keyof Summary, "asc" | "desc"]; | ||
}; | ||
} |
{ | ||
"name": "danielbonifacio-sdk", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -20,4 +20,4 @@ import { AlgaNews } from "./AlgaNews"; | ||
size?: number; | ||
sort: [keyof Summary, "asc" | "desc"]; | ||
sort?: [keyof Summary, "asc" | "desc"]; | ||
}; | ||
} |
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
176904