contensis-management-api
Advanced tools
Comparing version 1.0.0-beta.19 to 1.0.0-beta.20
@@ -7,3 +7,3 @@ # Changelog | ||
## [1.0.0-beta.19] - 2020-07-21 | ||
## [1.0.0-beta.20] - 2020-07-21 | ||
### Changed | ||
@@ -10,0 +10,0 @@ - client: improved exception handling |
{ | ||
"name": "contensis-management-api", | ||
"version": "1.0.0-beta.19", | ||
"version": "1.0.0-beta.20", | ||
"description": "Contensis Javascript Management API", | ||
@@ -54,3 +54,3 @@ "engines": { | ||
"@types/graceful-fs": "^4.1.3", | ||
"contensis-core-api": "file:../contensis-core-api", | ||
"contensis-core-api": "^1.0.0-beta.10", | ||
"cross-fetch": "^3.0.4", | ||
@@ -57,0 +57,0 @@ "es6-promise": "^4.2.8", |
@@ -18,5 +18,4 @@ { | ||
"removeComments": false, | ||
"noImplicitAny": false, | ||
"suppressImplicitAnyIndexErrors": true, | ||
"noUnusedLocals": true, | ||
"noImplicitAny": false, | ||
"suppressImplicitAnyIndexErrors": true, | ||
"declaration": true, | ||
@@ -23,0 +22,0 @@ "outDir": "../bundle-es5", |
516307
11585
+ Added@types/detect-node@2.0.2(transitive)
+ Added@types/node@22.13.9(transitive)
+ Addedcontensis-core-api@1.1.2(transitive)
+ Addeddetect-node@2.1.0(transitive)
- Removed@types/node@22.13.8(transitive)