@verdocs/js-sdk 3.9.8 → 3.10.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.
Files changed (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "3.9.8",
3
+ "version": "3.10.0",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",
@@ -34,7 +34,8 @@
34
34
  "format": "prettier --write \"src/**/*.ts\"",
35
35
  "lint": "tslint -p tsconfig.json",
36
36
  "docs-md": "typedoc --tsconfig ./tsconfig-typedoc.json",
37
- "docs-html": "typedoc --tsconfig ./tsconfig-typedoc.json --plugin none --out docs-html",
37
+ "docs-html": "typedoc --tsconfig ./tsconfig-typedoc.json --out docs-html",
38
+ "Xdocs-html": "typedoc --tsconfig ./tsconfig-typedoc.json --plugin none --out docs-html",
38
39
  "docs": "npm run docs-md && npm run docs-html",
39
40
  "clear-docs": "aws --profile=verdocs cloudfront create-invalidation --distribution-id E29UFGU4KEH1GQ --paths \"/*\"",
40
41
  "deploy-docs": "npm run docs && aws --profile=verdocs s3 sync --acl public-read --delete docs-html s3://verdocs-developers-js-sdk/ && yarn clear-docs",
@@ -45,23 +46,23 @@
45
46
  "access": "public"
46
47
  },
47
48
  "dependencies": {
48
- "axios": "^1.3.6",
49
+ "axios": "^1.5.1",
49
50
  "axios-retry": "^3.4.0"
50
51
  },
51
52
  "peerDependencies": {
52
- "typescript": "^4.7.3"
53
+ "typescript": "^5.2.2"
53
54
  },
54
55
  "devDependencies": {
55
56
  "@jest/globals": "^29.5.0",
56
57
  "@types/jest": "^29.5.0",
57
58
  "axios-mock-adapter": "^1.21.3",
58
59
  "jest": "^29.5.0",
59
- "prettier": "^2.8.7",
60
- "ts-jest": "^29.0.5",
60
+ "prettier": "^3.0.3",
61
+ "ts-jest": "^29.1.1",
61
62
  "tslint": "^6.1.3",
62
63
  "tslint-config-prettier": "^1.18.0",
63
- "typedoc": "^0.23.28",
64
- "typedoc-plugin-markdown": "^3.14.0",
65
- "typescript": "^4.9.5"
64
+ "typedoc": "^0.25.2",
65
+ "typedoc-plugin-markdown": "^3.16.0",
66
+ "typescript": "^5.2.2"
66
67
  }
67
68
  }