@automatons/typescript-client-axios 1.0.79 → 1.0.82
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/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automatons/typescript-client-axios",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.82",
|
|
4
4
|
"repository": "git@github.com:openapi-automatons/typescript-client-axios.git",
|
|
5
5
|
"author": "tanmen <yt.prog@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"postversion": "cp package.json ../package.json"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@automatons/parser": "^0.0.
|
|
25
|
-
"@automatons/tools": "^1.0.
|
|
26
|
-
"eslint": "^8.
|
|
24
|
+
"@automatons/parser": "^0.0.116",
|
|
25
|
+
"@automatons/tools": "^1.0.106",
|
|
26
|
+
"eslint": "^8.17.0",
|
|
27
27
|
"fs-extra": "^10.1.0",
|
|
28
|
-
"glob": "^8.0.
|
|
28
|
+
"glob": "^8.0.3",
|
|
29
29
|
"handlebars": "^4.7.6",
|
|
30
30
|
"handlebars-helpers": "^0.10.0",
|
|
31
31
|
"prettier": "^2.6.2"
|
|
@@ -36,38 +36,38 @@
|
|
|
36
36
|
"openapi-automatons": "^1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@commitlint/cli": "^
|
|
40
|
-
"@commitlint/config-conventional": "^
|
|
39
|
+
"@commitlint/cli": "^17.0.2",
|
|
40
|
+
"@commitlint/config-conventional": "^17.0.2",
|
|
41
41
|
"@semantic-release/changelog": "^6.0.1",
|
|
42
42
|
"@semantic-release/git": "^10.0.1",
|
|
43
43
|
"@semantic-release/npm": "^9.0.1",
|
|
44
|
-
"@types/eslint": "^8.4.
|
|
44
|
+
"@types/eslint": "^8.4.2",
|
|
45
45
|
"@types/fs-extra": "^9.0.13",
|
|
46
46
|
"@types/glob": "^7.1.2",
|
|
47
47
|
"@types/handlebars": "^4.1.0",
|
|
48
48
|
"@types/handlebars-helpers": "^0.5.2",
|
|
49
|
-
"@types/jest": "^27.
|
|
49
|
+
"@types/jest": "^27.5.0",
|
|
50
50
|
"@types/js-yaml": "^4.0.5",
|
|
51
|
-
"@types/node": "^17.0.
|
|
52
|
-
"@types/prettier": "^2.6.
|
|
51
|
+
"@types/node": "^17.0.40",
|
|
52
|
+
"@types/prettier": "^2.6.3",
|
|
53
53
|
"@types/semantic-release": "^17.2.3",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
55
|
-
"@typescript-eslint/parser": "^5.
|
|
56
|
-
"axios-mock-adapter": "^1.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
55
|
+
"@typescript-eslint/parser": "^5.27.0",
|
|
56
|
+
"axios-mock-adapter": "^1.21.1",
|
|
57
57
|
"depcheck": "^1.4.3",
|
|
58
|
-
"eslint": "^8.
|
|
58
|
+
"eslint": "^8.17.0",
|
|
59
59
|
"eslint-config-google": "^0.14.0",
|
|
60
60
|
"eslint-config-prettier": "^8.5.0",
|
|
61
|
-
"husky": "^
|
|
61
|
+
"husky": "^8.0.1",
|
|
62
62
|
"jest": "^26.0.1",
|
|
63
|
-
"lint-staged": "^
|
|
63
|
+
"lint-staged": "^13.0.0",
|
|
64
64
|
"object-to-formdata": "^4.4.2",
|
|
65
65
|
"semantic-release": "^19.0.2",
|
|
66
66
|
"ts-jest": "^26.0.0",
|
|
67
|
-
"ts-node": "^10.
|
|
68
|
-
"typescript": "^4.
|
|
69
|
-
"typesync": "^0.9.
|
|
70
|
-
"yarn-deduplicate": "^
|
|
67
|
+
"ts-node": "^10.8.1",
|
|
68
|
+
"typescript": "^4.7.3",
|
|
69
|
+
"typesync": "^0.9.1",
|
|
70
|
+
"yarn-deduplicate": "^5.0.0"
|
|
71
71
|
},
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|