vndb-api-kana
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -537,3 +537,3 @@ import * as axios from 'axios'; | ||
*/ | ||
screenshot: ScreenShot[]; | ||
screenshots: ScreenShot[]; | ||
/** | ||
@@ -567,2 +567,3 @@ * Integer, possibly null, rough length estimate of the VN between 1 (very short) and 5 (very long). This field is only used as a fallback for when there are no length votes, so you’ll probably want to fetch length_minutes too. | ||
votecount: number; | ||
developers: Producer[]; | ||
} | ||
@@ -656,3 +657,3 @@ /** | ||
*/ | ||
developer: ProducerFilters; | ||
developers: ProducerFilters; | ||
} | ||
@@ -659,0 +660,0 @@ /** |
{ | ||
"name": "vndb-api-kana", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"license": "MIT", | ||
@@ -19,6 +19,7 @@ "author": "TachibanaKimika", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "rollup --config" | ||
}, | ||
"keywords": [ | ||
"vndb", | ||
"erogame", | ||
"visual novel" | ||
"vndb", "erogame", "visual novel" | ||
], | ||
@@ -49,6 +50,3 @@ "repository": { | ||
"axios": "^1.2.2" | ||
}, | ||
"scripts": { | ||
"build": "rollup --config" | ||
} | ||
} | ||
} |
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
58028
1008
7