ddbot.js-0374 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ const ddbot = require('ddbot.js-0374');
21
21
 
22
22
  простейший пример
23
23
  ```ts
24
- import * as ddbot from '../lib/index.js';
24
+ import * as ddbot from '../lib/index.js';
25
25
 
26
26
  const bot = new ddbot.Bot(/* identity, options, custom teeworlds */);
27
27
  // if no identity is provided, it will be default 'nameless tee' with default skin
@@ -46,7 +46,7 @@ const ddbot = require('ddbot.js-0374');
46
46
  await bot.disconnect();
47
47
  process.exit(0);
48
48
  });
49
- })();
49
+ })();
50
50
  ```
51
51
 
52
52
  ## Документация
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "teeworlds": "^2.5.11"
4
4
  },
5
5
  "name": "ddbot.js-0374",
6
- "version": "4.3.0",
6
+ "version": "4.3.1",
7
7
  "description": "ddbot.js — это Node.js проект для автоматизации и управления ботами.",
8
8
  "main": "./lib/index.js",
9
9
  "scripts": {