@apidog/vk-typings
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
{ | ||
"name": "@apidog/vk-typings", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "Typings for VK API objects", | ||
"scripts": { | ||
"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" | ||
"prepublish": "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", | ||
"typechecking": "tsc --noEmit" | ||
}, | ||
@@ -8,0 +10,0 @@ "types": "src/index.ts", |
@@ -1,3 +0,3 @@ | ||
import type { IVkApiListExtended } from './IVkApiListExtended' | ||
import type { INotification } from './notifications' | ||
import type { INotification } from './INotification'; | ||
import type { IVkApiListExtended } from './IVkApiListExtended'; | ||
@@ -4,0 +4,0 @@ export interface INotifications extends IVkApiListExtended<INotification> { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
58548
0