pokenode-ts 1.13.1 → 1.13.2
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 +2 -3
- package/dist/index.d.ts +3 -3
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
## [1.13.
|
|
1
|
+
## [1.13.2](https://github.com/Gabb-c/pokenode-ts/compare/v1.13.1...v1.13.2) (2022-05-20)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **models:**
|
|
7
|
-
* **models:** namedapiresourcelist result interface [#413](https://github.com/Gabb-c/pokenode-ts/issues/413) ([88787be](https://github.com/Gabb-c/pokenode-ts/commit/88787bedc0ef4838851e2aafdbeff9dd9e7f398b))
|
|
6
|
+
* **models:** typo in chainlink [#463](https://github.com/Gabb-c/pokenode-ts/issues/463) ([61f98d0](https://github.com/Gabb-c/pokenode-ts/commit/61f98d0ea416ac153cbfbacba8de5b915e2d6b55))
|
package/dist/index.d.ts
CHANGED
|
@@ -408,7 +408,7 @@ export interface ChainLink {
|
|
|
408
408
|
/** The Pokémon species at this point in the evolution chain */
|
|
409
409
|
species: NamedAPIResource;
|
|
410
410
|
/** All details regarding the specific details of the referenced Pokémon species evolution */
|
|
411
|
-
|
|
411
|
+
evolution_details: EvolutionDetail[];
|
|
412
412
|
/** A List of chain objects */
|
|
413
413
|
evolves_to: ChainLink[];
|
|
414
414
|
}
|
|
@@ -1270,7 +1270,7 @@ export interface PokemonStat {
|
|
|
1270
1270
|
/** The stat the Pokémon has */
|
|
1271
1271
|
stat: NamedAPIResource;
|
|
1272
1272
|
/** The effort points (EV) the Pokémon has in the stat */
|
|
1273
|
-
effort:
|
|
1273
|
+
effort: number;
|
|
1274
1274
|
/** The base value of the stat */
|
|
1275
1275
|
base_stat: number;
|
|
1276
1276
|
}
|
|
@@ -1482,7 +1482,7 @@ export interface RubySapphire {
|
|
|
1482
1482
|
/** Generation-IV Sprites */
|
|
1483
1483
|
export interface GenerationIVSprites {
|
|
1484
1484
|
/** Diamond-pearl Generation sprites of this Pokémon */
|
|
1485
|
-
"diamond-
|
|
1485
|
+
"diamond-pearl": DiamondPearl;
|
|
1486
1486
|
/** Heartgold-Soulsilver sprites of this Pokémon */
|
|
1487
1487
|
"heartgold-soulsilver": HeartgoldSoulsilver;
|
|
1488
1488
|
/** Platinum sprites of this Pokémon */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pokenode-ts",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A lightweight Node.js wrapper for the PokéAPI with built-in types.",
|
|
6
6
|
"keywords": [
|
|
@@ -57,51 +57,51 @@
|
|
|
57
57
|
"tslib": "^2.4.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@babel/cli": "^7.17.
|
|
61
|
-
"@babel/core": "^7.
|
|
62
|
-
"@babel/node": "^7.
|
|
63
|
-
"@babel/preset-env": "^7.
|
|
64
|
-
"@babel/preset-typescript": "^7.
|
|
65
|
-
"@commitlint/cli": "^
|
|
66
|
-
"@commitlint/config-conventional": "^
|
|
60
|
+
"@babel/cli": "^7.17.10",
|
|
61
|
+
"@babel/core": "^7.18.0",
|
|
62
|
+
"@babel/node": "^7.17.10",
|
|
63
|
+
"@babel/preset-env": "^7.18.0",
|
|
64
|
+
"@babel/preset-typescript": "^7.17.12",
|
|
65
|
+
"@commitlint/cli": "^17.0.0",
|
|
66
|
+
"@commitlint/config-conventional": "^17.0.0",
|
|
67
67
|
"@semantic-release/changelog": "^6.0.1",
|
|
68
68
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
69
69
|
"@semantic-release/git": "^10.0.1",
|
|
70
70
|
"@semantic-release/github": "^8.0.4",
|
|
71
71
|
"@semantic-release/npm": "^9.0.1",
|
|
72
72
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
73
|
-
"@swc/core": "^1.2.
|
|
74
|
-
"@swc/jest": "^0.2.
|
|
75
|
-
"@types/jest": "^27.
|
|
76
|
-
"@types/node": "^17.0.
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
78
|
-
"@typescript-eslint/parser": "^5.
|
|
73
|
+
"@swc/core": "^1.2.187",
|
|
74
|
+
"@swc/jest": "^0.2.21",
|
|
75
|
+
"@types/jest": "^27.5.1",
|
|
76
|
+
"@types/node": "^17.0.35",
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
78
|
+
"@typescript-eslint/parser": "^5.25.0",
|
|
79
79
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
80
80
|
"conventional-changelog-conventionalcommits": "^4.6.3",
|
|
81
81
|
"dts-bundle-generator": "^6.9.0",
|
|
82
|
-
"eslint": "^8.
|
|
82
|
+
"eslint": "^8.15.0",
|
|
83
83
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
84
84
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
85
85
|
"eslint-config-node": "^4.1.0",
|
|
86
86
|
"eslint-config-prettier": "^8.5.0",
|
|
87
87
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
88
88
|
"eslint-plugin-import": "^2.26.0",
|
|
89
|
-
"eslint-plugin-jest": "^26.
|
|
89
|
+
"eslint-plugin-jest": "^26.2.2",
|
|
90
90
|
"eslint-plugin-node": "^11.1.0",
|
|
91
91
|
"eslint-plugin-prettier": "^4.0.0",
|
|
92
92
|
"eslint-plugin-promise": "^6.0.0",
|
|
93
93
|
"eslint-plugin-unicorn": "^42.0.0",
|
|
94
94
|
"http-status-codes": "^2.2.0",
|
|
95
|
-
"husky": "^
|
|
95
|
+
"husky": "^8.0.1",
|
|
96
96
|
"is-ci": "^3.0.1",
|
|
97
|
-
"jest": "^28.0
|
|
97
|
+
"jest": "^28.1.0",
|
|
98
98
|
"lint-staged": "^12.4.1",
|
|
99
99
|
"lockfile-lint": "^4.7.4",
|
|
100
100
|
"prettier": "^2.6.2",
|
|
101
101
|
"semantic-release": "^19.0.2",
|
|
102
|
-
"sort-package-json": "^1.
|
|
102
|
+
"sort-package-json": "^1.57.0",
|
|
103
103
|
"ts-node-dev": "^1.1.8",
|
|
104
|
-
"typescript": "^4.6.
|
|
104
|
+
"typescript": "^4.6.4"
|
|
105
105
|
},
|
|
106
106
|
"engines": {
|
|
107
107
|
"node": ">=14"
|