pokenode-ts 1.9.1 → 1.9.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 CHANGED
@@ -1,7 +1,8 @@
1
- ## [1.9.1](https://github.com/Gabb-c/pokenode-ts/compare/v1.9.0...v1.9.1) (2021-11-09)
1
+ ## [1.9.2](https://github.com/Gabb-c/pokenode-ts/compare/v1.9.1...v1.9.2) (2021-11-29)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * add link to repo ([aead096](https://github.com/Gabb-c/pokenode-ts/commit/aead0962cdd720a041f091acdd7f2532326790fa))
7
- * otherPokemonSprites field ([1d399e8](https://github.com/Gabb-c/pokenode-ts/commit/1d399e89c024f720e1745fac05964b53d389bd61))
6
+ * **logger:** update logger option type ([d51e521](https://github.com/Gabb-c/pokenode-ts/commit/d51e52177ace670d3a291bea72a8548ba9bff8ac))
7
+ * sync lockfile ([7ffae1d](https://github.com/Gabb-c/pokenode-ts/commit/7ffae1d77106969f2340c9c50488baa442795502))
8
+ * **typing:** changed envolves to evolves to match api ([f423a42](https://github.com/Gabb-c/pokenode-ts/commit/f423a4281414d3581ecfc25253ebe1ba7f104332))
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated by dts-bundle-generator v5.9.0
1
+ // Generated by dts-bundle-generator v6.1.0
2
2
 
3
3
  import { AxiosInstance } from 'axios';
4
4
  import { IAxiosCacheAdapterOptions } from 'axios-cache-adapter';
@@ -412,7 +412,7 @@ export interface ChainLink {
412
412
  /** All details regarding the specific details of the referenced Pokémon species evolution */
413
413
  evolution_detail: EvolutionDetail[];
414
414
  /** A List of chain objects */
415
- envolves_to: ChainLink[];
415
+ evolves_to: ChainLink[];
416
416
  }
417
417
  /**
418
418
  * ## Evolution Chain
@@ -1579,7 +1579,7 @@ export interface PokemonSpecies {
1579
1579
  /** The shape of this Pokémon for Pokédex search */
1580
1580
  shape: NamedAPIResource;
1581
1581
  /** The Pokémon species that evolves into this Pokemon_species */
1582
- envolves_from_species: NamedAPIResource;
1582
+ evolves_from_species: NamedAPIResource;
1583
1583
  /** The evolution chain this Pokémon species is a member of */
1584
1584
  evolution_chain: APIResource;
1585
1585
  /** The habitat this Pokémon species can be encountered in */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pokenode-ts",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "private": false,
5
5
  "description": "A lightweight Node.js wrapper for the PokéAPI with built-in types.",
6
6
  "keywords": [
@@ -53,7 +53,7 @@
53
53
  "dependencies": {
54
54
  "axios": "^0.24.0",
55
55
  "axios-cache-adapter": "^2.7.3",
56
- "pino": "^7.1.0",
56
+ "pino": "^7.4.1",
57
57
  "pino-pretty": "^7.2.0",
58
58
  "tslib": "^2.3.1"
59
59
  },
@@ -61,49 +61,50 @@
61
61
  "@babel/cli": "^7.16.0",
62
62
  "@babel/core": "^7.16.0",
63
63
  "@babel/node": "^7.16.0",
64
- "@babel/preset-env": "^7.16.0",
64
+ "@babel/preset-env": "^7.16.4",
65
65
  "@babel/preset-typescript": "^7.16.0",
66
- "@commitlint/cli": "^14.1.0",
67
- "@commitlint/config-conventional": "^14.1.0",
68
- "@commitlint/cz-commitlint": "^14.1.0",
66
+ "@commitlint/cli": "^15.0.0",
67
+ "@commitlint/config-conventional": "^15.0.0",
68
+ "@commitlint/cz-commitlint": "^15.0.0",
69
69
  "@semantic-release/changelog": "^6.0.1",
70
- "@semantic-release/commit-analyzer": "^9.0.1",
70
+ "@semantic-release/commit-analyzer": "^9.0.2",
71
71
  "@semantic-release/git": "^10.0.1",
72
72
  "@semantic-release/github": "^8.0.2",
73
73
  "@semantic-release/npm": "^8.0.3",
74
- "@semantic-release/release-notes-generator": "^10.0.2",
75
- "@types/jest": "^27.0.2",
76
- "@types/node": "^16.11.7",
77
- "@typescript-eslint/eslint-plugin": "^5.3.1",
78
- "@typescript-eslint/parser": "^5.3.1",
74
+ "@semantic-release/release-notes-generator": "^10.0.3",
75
+ "@types/jest": "^27.0.3",
76
+ "@types/node": "^16.11.10",
77
+ "@typescript-eslint/eslint-plugin": "^5.4.0",
78
+ "@typescript-eslint/parser": "^5.4.0",
79
79
  "babel-plugin-module-resolver": "^4.1.0",
80
80
  "commitizen": "^4.2.4",
81
81
  "conventional-changelog-conventionalcommits": "^4.6.1",
82
82
  "cz-conventional-changelog": "3.3.0",
83
- "dts-bundle-generator": "^5.9.0",
84
- "eslint": "^8.2.0",
83
+ "dts-bundle-generator": "^6.1.0",
84
+ "eslint": "^8.3.0",
85
85
  "eslint-config-airbnb-base": "^15.0.0",
86
- "eslint-config-airbnb-typescript": "^15.0.0",
86
+ "eslint-config-airbnb-typescript": "^16.0.0",
87
87
  "eslint-config-node": "^4.1.0",
88
88
  "eslint-config-prettier": "^8.3.0",
89
89
  "eslint-plugin-eslint-comments": "^3.2.0",
90
- "eslint-plugin-import": "^2.25.2",
91
- "eslint-plugin-jest": "^25.2.4",
90
+ "eslint-plugin-import": "^2.25.3",
91
+ "eslint-plugin-jest": "^25.3.0",
92
92
  "eslint-plugin-node": "^11.1.0",
93
93
  "eslint-plugin-prettier": "^4.0.0",
94
94
  "eslint-plugin-promise": "^5.1.1",
95
- "eslint-plugin-unicorn": "^38.0.1",
95
+ "eslint-plugin-unicorn": "^39.0.0",
96
96
  "http-status-codes": "^2.1.4",
97
97
  "husky": "^7.0.4",
98
+ "is-ci": "^3.0.1",
98
99
  "jest": "^27.3.1",
99
- "lint-staged": "^11.2.6",
100
+ "lint-staged": "^12.1.2",
100
101
  "lockfile-lint": "^4.6.2",
101
- "prettier": "^2.4.1",
102
- "semantic-release": "^18.0.0",
103
- "sort-package-json": "^1.52.0",
102
+ "prettier": "^2.5.0",
103
+ "semantic-release": "^18.0.1",
104
+ "sort-package-json": "^1.53.1",
104
105
  "ts-jest": "^27.0.7",
105
106
  "ts-node-dev": "^1.1.8",
106
- "typescript": "^4.4.4"
107
+ "typescript": "^4.5.2"
107
108
  },
108
109
  "engines": {
109
110
  "node": ">=14"