@byteinspire/api
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@byteinspire/api", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "InspireCloud Resource SDK", | ||
@@ -37,8 +37,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@byteinspire/db": "^1.0.7", | ||
"@byteinspire/file": "^1.0.5", | ||
"@byteinspire/middleware": "^1.0.2", | ||
"@byteinspire/platform": "^1.0.7", | ||
"@byteinspire/redis": "^1.0.5", | ||
"@byteinspire/user": "^1.0.7", | ||
"@byteinspire/db": "^1.0.8", | ||
"@byteinspire/file": "^1.0.6", | ||
"@byteinspire/middleware": "^1.0.3", | ||
"@byteinspire/platform": "^1.0.8", | ||
"@byteinspire/redis": "^1.0.6", | ||
"@byteinspire/user": "^1.0.8", | ||
"@byteinspire/utils": "^1.0.5", | ||
@@ -49,3 +49,3 @@ "axios": "0.21.1", | ||
}, | ||
"gitHead": "ae652815c0a81e9266341f53d4adecd736445ca6" | ||
"gitHead": "ebb250bf9b6864d067f6b1478905aad7feb4dc99" | ||
} |
@@ -18,4 +18,4 @@ import { API as dbAPI } from '@byteinspire/db'; | ||
fileStorage: fileAPI; | ||
reds: redisAPI; | ||
redis: redisAPI; | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8542
Updated@byteinspire/db@^1.0.8
Updated@byteinspire/file@^1.0.6
Updated@byteinspire/platform@^1.0.8
Updated@byteinspire/redis@^1.0.6
Updated@byteinspire/user@^1.0.8