pokenode-ts 1.12.0 → 1.13.0
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.
- package/CHANGELOG.md +3 -5
- package/dist/index.d.ts +2 -0
- package/package.json +20 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
# [1.
|
|
1
|
+
# [1.13.0](https://github.com/Gabb-c/pokenode-ts/compare/v1.12.0...v1.13.0) (2022-03-30)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
7
|
-
* **model:** remove duplicate type ([65285ff](https://github.com/Gabb-c/pokenode-ts/commit/65285ff2935d51e19de6777c29c8ee6d342ca84a))
|
|
6
|
+
* **models:** add front_shiny to Emerald [#384](https://github.com/Gabb-c/pokenode-ts/issues/384) ([87528b7](https://github.com/Gabb-c/pokenode-ts/commit/87528b740f0d6a3babfb23c8815ddff8f7d62783))
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
### Features
|
|
11
10
|
|
|
12
|
-
*
|
|
13
|
-
* **ci:** add sonarcloud action ([5f117a5](https://github.com/Gabb-c/pokenode-ts/commit/5f117a516ea6807e74bd43365f9b9fa6e608c5ff))
|
|
11
|
+
* **deps:** update pino ([c0d8484](https://github.com/Gabb-c/pokenode-ts/commit/c0d8484b7c92345600cff88a4971c16b14ada14f))
|
package/dist/index.d.ts
CHANGED
|
@@ -1454,6 +1454,8 @@ export interface GenerationIIISprites {
|
|
|
1454
1454
|
export interface Emerald {
|
|
1455
1455
|
/** The default depiction of this Pokémon from the front in battle */
|
|
1456
1456
|
front_default: string | null;
|
|
1457
|
+
/** The shiny depiction of this Pokémon from the front in battle */
|
|
1458
|
+
front_shiny: string | null;
|
|
1457
1459
|
}
|
|
1458
1460
|
/** FireRead LeafGreen sprites */
|
|
1459
1461
|
export interface FireredLeafgreen {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pokenode-ts",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A lightweight Node.js wrapper for the PokéAPI with built-in types.",
|
|
6
6
|
"keywords": [
|
|
@@ -50,19 +50,19 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"axios": "^0.26.
|
|
53
|
+
"axios": "^0.26.1",
|
|
54
54
|
"axios-cache-adapter": "^2.7.3",
|
|
55
|
-
"pino": "^7.
|
|
56
|
-
"pino-pretty": "^7.
|
|
55
|
+
"pino": "^7.9.2",
|
|
56
|
+
"pino-pretty": "^7.6.0",
|
|
57
57
|
"tslib": "^2.3.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@babel/cli": "^7.17.6",
|
|
61
|
-
"@babel/core": "^7.17.
|
|
61
|
+
"@babel/core": "^7.17.8",
|
|
62
62
|
"@babel/node": "^7.16.8",
|
|
63
63
|
"@babel/preset-env": "^7.16.11",
|
|
64
64
|
"@babel/preset-typescript": "^7.16.7",
|
|
65
|
-
"@commitlint/cli": "^16.2.
|
|
65
|
+
"@commitlint/cli": "^16.2.3",
|
|
66
66
|
"@commitlint/config-conventional": "^16.2.1",
|
|
67
67
|
"@semantic-release/changelog": "^6.0.1",
|
|
68
68
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
@@ -70,37 +70,38 @@
|
|
|
70
70
|
"@semantic-release/github": "^8.0.2",
|
|
71
71
|
"@semantic-release/npm": "^9.0.1",
|
|
72
72
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
73
|
+
"@swc/core": "^1.2.161",
|
|
74
|
+
"@swc/jest": "^0.2.20",
|
|
73
75
|
"@types/jest": "^27.4.1",
|
|
74
|
-
"@types/node": "^17.0.
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
76
|
-
"@typescript-eslint/parser": "^5.
|
|
76
|
+
"@types/node": "^17.0.23",
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
78
|
+
"@typescript-eslint/parser": "^5.17.0",
|
|
77
79
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
78
80
|
"conventional-changelog-conventionalcommits": "^4.6.3",
|
|
79
81
|
"dts-bundle-generator": "^6.5.0",
|
|
80
|
-
"eslint": "^8.
|
|
82
|
+
"eslint": "^8.12.0",
|
|
81
83
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
82
|
-
"eslint-config-airbnb-typescript": "^16.1.
|
|
84
|
+
"eslint-config-airbnb-typescript": "^16.1.4",
|
|
83
85
|
"eslint-config-node": "^4.1.0",
|
|
84
86
|
"eslint-config-prettier": "^8.5.0",
|
|
85
87
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
86
88
|
"eslint-plugin-import": "^2.25.4",
|
|
87
|
-
"eslint-plugin-jest": "^26.1.
|
|
89
|
+
"eslint-plugin-jest": "^26.1.3",
|
|
88
90
|
"eslint-plugin-node": "^11.1.0",
|
|
89
91
|
"eslint-plugin-prettier": "^4.0.0",
|
|
90
92
|
"eslint-plugin-promise": "^6.0.0",
|
|
91
|
-
"eslint-plugin-unicorn": "^41.0.
|
|
93
|
+
"eslint-plugin-unicorn": "^41.0.1",
|
|
92
94
|
"http-status-codes": "^2.2.0",
|
|
93
95
|
"husky": "^7.0.4",
|
|
94
96
|
"is-ci": "^3.0.1",
|
|
95
97
|
"jest": "^27.5.1",
|
|
96
|
-
"lint-staged": "^12.3.
|
|
97
|
-
"lockfile-lint": "^4.
|
|
98
|
-
"prettier": "^2.
|
|
98
|
+
"lint-staged": "^12.3.7",
|
|
99
|
+
"lockfile-lint": "^4.7.4",
|
|
100
|
+
"prettier": "^2.6.1",
|
|
99
101
|
"semantic-release": "^19.0.2",
|
|
100
|
-
"sort-package-json": "^1.
|
|
101
|
-
"ts-jest": "^27.1.3",
|
|
102
|
+
"sort-package-json": "^1.55.0",
|
|
102
103
|
"ts-node-dev": "^1.1.8",
|
|
103
|
-
"typescript": "^4.6.
|
|
104
|
+
"typescript": "^4.6.3"
|
|
104
105
|
},
|
|
105
106
|
"engines": {
|
|
106
107
|
"node": ">=14"
|