pokenode-ts 1.10.1 → 1.11.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 -3
- package/README.md +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +11 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
# [1.11.0](https://github.com/Gabb-c/pokenode-ts/compare/v1.10.1...v1.11.0) (2022-01-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **docs:** deprecating docsify for docusaurus ([b6517cb](https://github.com/Gabb-c/pokenode-ts/commit/b6517cbd85a69ec87cc90eb4206a4fc6d3c3a925))
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ import { MainClient } from 'pokenode-ts';
|
|
|
61
61
|
|
|
62
62
|
## Documentation
|
|
63
63
|
|
|
64
|
-
Check out our [Documentation page](https://gabb-c.
|
|
64
|
+
Check out our [Documentation page](https://pokenode-ts-docs-gabb-c.vercel.app/)!
|
|
65
65
|
|
|
66
66
|
## Insomnia Collection
|
|
67
67
|
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pokenode-ts",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A lightweight Node.js wrapper for the PokéAPI with built-in types.",
|
|
6
6
|
"keywords": [
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"pokemon",
|
|
12
12
|
"pokedex"
|
|
13
13
|
],
|
|
14
|
-
"homepage": "https://gabb-c.
|
|
14
|
+
"homepage": "https://pokenode-ts-docs-gabb-c.vercel.app/",
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/Gabb-c/pokenode-ts/issues"
|
|
17
17
|
},
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "rimraf dist && tsc",
|
|
31
31
|
"build:ci": "yarn build && yarn types",
|
|
32
|
-
"docs": "docsify serve ./docs",
|
|
33
32
|
"format": "prettier 'src/**/*.[jt]s?(x)' --write",
|
|
34
33
|
"lint": "eslint src --ext js,ts",
|
|
35
34
|
"lint:ci": "yarn lint:fix && yarn format && yarn sort",
|
|
@@ -58,14 +57,13 @@
|
|
|
58
57
|
"tslib": "^2.3.1"
|
|
59
58
|
},
|
|
60
59
|
"devDependencies": {
|
|
61
|
-
"@babel/cli": "^7.16.
|
|
60
|
+
"@babel/cli": "^7.16.8",
|
|
62
61
|
"@babel/core": "^7.16.7",
|
|
63
|
-
"@babel/node": "^7.16.
|
|
64
|
-
"@babel/preset-env": "^7.16.
|
|
62
|
+
"@babel/node": "^7.16.8",
|
|
63
|
+
"@babel/preset-env": "^7.16.8",
|
|
65
64
|
"@babel/preset-typescript": "^7.16.7",
|
|
66
65
|
"@commitlint/cli": "^16.0.2",
|
|
67
66
|
"@commitlint/config-conventional": "^16.0.0",
|
|
68
|
-
"@commitlint/cz-commitlint": "^16.0.0",
|
|
69
67
|
"@semantic-release/changelog": "^6.0.1",
|
|
70
68
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
71
69
|
"@semantic-release/git": "^10.0.1",
|
|
@@ -73,26 +71,24 @@
|
|
|
73
71
|
"@semantic-release/npm": "^8.0.3",
|
|
74
72
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
75
73
|
"@types/jest": "^27.4.0",
|
|
76
|
-
"@types/node": "^17.0.
|
|
74
|
+
"@types/node": "^17.0.9",
|
|
77
75
|
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
|
78
76
|
"@typescript-eslint/parser": "^5.9.1",
|
|
79
77
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
80
|
-
"commitizen": "^4.2.4",
|
|
81
78
|
"conventional-changelog-conventionalcommits": "^4.6.3",
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"eslint": "^8.6.0",
|
|
79
|
+
"dts-bundle-generator": "^6.4.0",
|
|
80
|
+
"eslint": "^8.7.0",
|
|
85
81
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
86
82
|
"eslint-config-airbnb-typescript": "^16.1.0",
|
|
87
83
|
"eslint-config-node": "^4.1.0",
|
|
88
84
|
"eslint-config-prettier": "^8.3.0",
|
|
89
85
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
90
86
|
"eslint-plugin-import": "^2.25.4",
|
|
91
|
-
"eslint-plugin-jest": "^25.
|
|
87
|
+
"eslint-plugin-jest": "^25.7.0",
|
|
92
88
|
"eslint-plugin-node": "^11.1.0",
|
|
93
89
|
"eslint-plugin-prettier": "^4.0.0",
|
|
94
90
|
"eslint-plugin-promise": "^6.0.0",
|
|
95
|
-
"eslint-plugin-unicorn": "^40.
|
|
91
|
+
"eslint-plugin-unicorn": "^40.1.0",
|
|
96
92
|
"http-status-codes": "^2.2.0",
|
|
97
93
|
"husky": "^7.0.4",
|
|
98
94
|
"is-ci": "^3.0.1",
|
|
@@ -102,7 +98,7 @@
|
|
|
102
98
|
"prettier": "^2.5.1",
|
|
103
99
|
"semantic-release": "^18.0.1",
|
|
104
100
|
"sort-package-json": "^1.53.1",
|
|
105
|
-
"ts-jest": "^27.1.
|
|
101
|
+
"ts-jest": "^27.1.3",
|
|
106
102
|
"ts-node-dev": "^1.1.8",
|
|
107
103
|
"typescript": "^4.5.4"
|
|
108
104
|
},
|