node-vk-bot-api
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "node-vk-bot-api", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "🤖 Vk bot framework for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -220,3 +220,3 @@ [![node-vk-bot-api](https://img.shields.io/npm/v/node-vk-bot-api.svg?style=flat-square)](https://www.npmjs.com/package/node-vk-bot-api/) | ||
```javascript | ||
const VkBot = require('node-vk-bot-api/lib') | ||
const VkBot = require('node-vk-bot-api') | ||
const Scene = require('node-vk-bot-api/lib/scene') | ||
@@ -223,0 +223,0 @@ const Session = require('node-vk-bot-api/lib/session') |
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
18274