@appigram/yookassa-node 1.1.3 → 1.1.6

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/VERSION +1 -1
  2. package/package.json +46 -46
package/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.5
package/package.json CHANGED
@@ -1,48 +1,48 @@
1
1
  {
2
- "name": "@appigram/yookassa-node",
3
- "version": "1.1.3",
4
- "description": "YooKassa API v3",
5
- "main": "./lib/index.js",
6
- "scripts": {
7
- "lint": "eslint ./",
8
- "test": "mocha ./tests/basic.js"
9
- },
10
- "keywords": [
11
- "YooKassa",
12
- "YooMoney",
13
- "Yandex.Checkout",
14
- "Yandex.Kassa",
15
- "payment processing",
16
- "credit cards",
17
- "api"
18
- ],
19
- "repository": {
20
- "type": "git",
21
- "url": "https://github.com/appigram/yookassa-node"
22
- },
23
- "engines": {
24
- "node": ">=12"
25
- },
26
- "author": "Evgeny Sysmanov <appigram@gmail.com> (https://ryfma.com/)",
27
- "license": "MIT",
28
- "readme": "README.md",
29
- "devDependencies": {
30
- "@babel/core": "^7.14.3",
31
- "@babel/eslint-parser": "^7.14.3",
32
- "chai": "^4.3.4",
33
- "eslint": "^7.26.0",
34
- "eslint-plugin-chai-friendly": "^0.7.1",
35
- "eslint-plugin-import": "^2.23.2",
36
- "mocha": "^8.4.0",
37
- "sinon": "^10.0.0",
38
- "supertest": "^6.1.3"
39
- },
40
- "dependencies": {
41
- "axios": "^0.21.1",
42
- "bluebird": "^3.7.2",
43
- "request": "^2.88.2",
44
- "request-promise": "^4.2.6",
45
- "request-promise-core": "^1.1.4",
46
- "uuid": "^8.3.2"
47
- }
2
+ "name": "@appigram/yookassa-node",
3
+ "version": "1.1.6",
4
+ "description": "YooKassa API v3",
5
+ "main": "./lib/index.js",
6
+ "scripts": {
7
+ "lint": "eslint ./",
8
+ "test": "mocha ./tests/basic.js"
9
+ },
10
+ "keywords": [
11
+ "YooKassa",
12
+ "YooMoney",
13
+ "Yandex.Checkout",
14
+ "Yandex.Kassa",
15
+ "payment processing",
16
+ "credit cards",
17
+ "api"
18
+ ],
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/appigram/yookassa-node"
22
+ },
23
+ "engines": {
24
+ "node": ">=12"
25
+ },
26
+ "author": "Evgeny Sysmanov <appigram@gmail.com> (https://ryfma.com/)",
27
+ "license": "MIT",
28
+ "readme": "README.md",
29
+ "devDependencies": {
30
+ "@babel/core": "^7.19.0",
31
+ "@babel/eslint-parser": "^7.18.9",
32
+ "chai": "^4.3.6",
33
+ "eslint": "^8.23.0",
34
+ "eslint-plugin-chai-friendly": "^0.7.2",
35
+ "eslint-plugin-import": "^2.26.0",
36
+ "mocha": "^10.0.0",
37
+ "sinon": "^14.0.0",
38
+ "supertest": "^6.2.4"
39
+ },
40
+ "dependencies": {
41
+ "axios": "^0.27.2",
42
+ "bluebird": "^3.7.2",
43
+ "request": "^2.88.2",
44
+ "request-promise": "^4.2.6",
45
+ "request-promise-core": "^1.1.4",
46
+ "uuid": "^9.0.0"
47
+ }
48
48
  }