classcharts-api
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "classcharts-api", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"undici": "^4.9.2" | ||
"undici": "^4.10.3" | ||
}, | ||
@@ -25,7 +25,7 @@ "files": [ | ||
"devDependencies": { | ||
"@types/node": "^16.11.6", | ||
"typedoc": "^0.22.7", | ||
"typescript": "^4.4.4" | ||
"@types/node": "^16.11.10", | ||
"typedoc": "^0.22.9", | ||
"typescript": "^4.5.2" | ||
}, | ||
"types": "./dist/index.d.ts" | ||
} | ||
} |
@@ -90,5 +90,5 @@ export interface Student { | ||
export interface GetHomeworkOptions { | ||
displayDate: DisplayDate | ||
fromDate: string | ||
toDate: string | ||
displayDate?: DisplayDate | ||
fromDate?: string | ||
toDate?: string | ||
} | ||
@@ -95,0 +95,0 @@ export interface Homework { |
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
32383
Updatedundici@^4.10.3