pokenode-ts 1.16.0 → 1.16.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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,6 @@
1
- # [1.16.0](https://github.com/Gabb-c/pokenode-ts/compare/v1.15.0...v1.16.0) (2022-07-15)
1
+ ## [1.16.1](https://github.com/Gabb-c/pokenode-ts/compare/v1.16.0...v1.16.1) (2022-08-17)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **constants:** update evolution triggers ([5af33dc](https://github.com/Gabb-c/pokenode-ts/commit/5af33dc1615a98cda6126d5a304f705e31ee2838))
7
- * **constants:** update versions and version groups ([73e259d](https://github.com/Gabb-c/pokenode-ts/commit/73e259d67c71fedb61fdf6a0220d2f77d8e9bb28))
8
- * **constants:** updatevitems ([79599e6](https://github.com/Gabb-c/pokenode-ts/commit/79599e687995da637bb1255910f88f931e647557))
6
+ * **models:** other pokemon sprites [#586](https://github.com/Gabb-c/pokenode-ts/issues/586) ([3a53ea6](https://github.com/Gabb-c/pokenode-ts/commit/3a53ea6c4012ba863171ee1876dd7a37d820c457))
package/dist/index.d.ts CHANGED
@@ -1315,7 +1315,7 @@ export interface PokemonSprites {
1315
1315
  /** The shiny female depiction of this Pokémon from the back in battle */
1316
1316
  back_shiny_female: string | null;
1317
1317
  /** Dream World, Official Artwork and Home sprites */
1318
- other: OtherPokemonSprites;
1318
+ other?: OtherPokemonSprites[];
1319
1319
  /** Version Sprites of this Pokémon */
1320
1320
  versions: VersionSprites;
1321
1321
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pokenode-ts",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "private": false,
5
5
  "description": "A lightweight Node.js wrapper for the PokéAPI with built-in types.",
6
6
  "keywords": [
@@ -47,15 +47,15 @@
47
47
  "dependencies": {
48
48
  "axios": "^0.27.2",
49
49
  "axios-cache-adapter": "^2.7.3",
50
- "pino": "^8.1.0",
51
- "pino-pretty": "^8.1.0",
50
+ "pino": "^8.4.1",
51
+ "pino-pretty": "^9.0.1",
52
52
  "tslib": "^2.4.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/cli": "^7.18.6",
56
- "@babel/core": "^7.18.6",
57
- "@babel/node": "^7.18.6",
58
- "@babel/preset-env": "^7.18.6",
55
+ "@babel/cli": "^7.18.10",
56
+ "@babel/core": "^7.18.10",
57
+ "@babel/node": "^7.18.10",
58
+ "@babel/preset-env": "^7.18.10",
59
59
  "@babel/preset-typescript": "^7.18.6",
60
60
  "@commitlint/cli": "^17.0.3",
61
61
  "@commitlint/config-conventional": "^17.0.3",
@@ -65,32 +65,32 @@
65
65
  "@semantic-release/github": "^8.0.5",
66
66
  "@semantic-release/npm": "^9.0.1",
67
67
  "@semantic-release/release-notes-generator": "^10.0.3",
68
- "@swc/core": "^1.2.215",
69
- "@swc/jest": "^0.2.21",
70
- "@types/jest": "^28.1.5",
71
- "@types/node": "^18.0.4",
72
- "@typescript-eslint/eslint-plugin": "^5.30.6",
73
- "@typescript-eslint/parser": "^5.30.6",
68
+ "@swc/core": "^1.2.237",
69
+ "@swc/jest": "^0.2.22",
70
+ "@types/jest": "^28.1.7",
71
+ "@types/node": "^18.7.6",
72
+ "@typescript-eslint/eslint-plugin": "^5.33.1",
73
+ "@typescript-eslint/parser": "^5.33.1",
74
74
  "babel-plugin-module-resolver": "^4.1.0",
75
75
  "dts-bundle-generator": "^6.12.0",
76
- "eslint": "^8.19.0",
76
+ "eslint": "^8.22.0",
77
77
  "eslint-config-airbnb-base": "^15.0.0",
78
78
  "eslint-config-airbnb-typescript": "^17.0.0",
79
79
  "eslint-config-node": "^4.1.0",
80
80
  "eslint-config-prettier": "^8.5.0",
81
81
  "eslint-plugin-eslint-comments": "^3.2.0",
82
82
  "eslint-plugin-import": "^2.26.0",
83
- "eslint-plugin-jest": "^26.6.0",
83
+ "eslint-plugin-jest": "^26.8.3",
84
84
  "eslint-plugin-node": "^11.1.0",
85
85
  "eslint-plugin-prettier": "^4.2.1",
86
86
  "eslint-plugin-promise": "^6.0.0",
87
- "eslint-plugin-unicorn": "^43.0.1",
87
+ "eslint-plugin-unicorn": "^43.0.2",
88
88
  "http-status-codes": "^2.2.0",
89
89
  "husky": "^8.0.1",
90
90
  "is-ci": "^3.0.1",
91
91
  "jest": "^28.1.3",
92
92
  "lint-staged": "^13.0.3",
93
- "lockfile-lint": "^4.7.6",
93
+ "lockfile-lint": "^4.8.0",
94
94
  "prettier": "^2.7.1",
95
95
  "semantic-release": "^19.0.3",
96
96
  "sort-package-json": "^1.57.0",