@apidog/vk-typings
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@apidog/vk-typings", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Typings for VK API objects", | ||
"scripts": { | ||
"prepublishOnly": "node increment-version.js && npm run generate:index && npm run typechecking", | ||
"make-version": "node increment-version.js && npm publish", | ||
"prepublishOnly": "npm run generate:index && npm run typechecking", | ||
"generate:index": "node -e \"console.log(require('fs').readdirSync('src').filter(f=>f!=='index.ts').map(f=>'export * from \\'./'+f.replace(/\\.ts$/ig, '')+'\\';').join('\\n'))\" > src/index.ts", | ||
@@ -8,0 +9,0 @@ "typechecking": "tsc --noEmit" |
@@ -36,2 +36,3 @@ export * from './IAccount'; | ||
export * from './IDocumentPreview'; | ||
export * from './IDocumentType'; | ||
export * from './IEvent'; | ||
@@ -38,0 +39,0 @@ export * from './IFriendList'; |
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
65434
140
2178