@dhis2/app-service-config
Advanced tools
Comparing version 3.4.4 to 3.5.0
@@ -1,2 +0,3 @@ | ||
declare type ServerVersion = { | ||
declare type Version = { | ||
full: string; | ||
major: number; | ||
@@ -14,5 +15,7 @@ minor: number; | ||
apiVersion: number; | ||
serverVersion?: ServerVersion; | ||
appName?: string; | ||
appVersion?: Version; | ||
serverVersion?: Version; | ||
systemInfo?: SystemInfo; | ||
} | ||
export {}; |
{ | ||
"name": "@dhis2/app-service-config", | ||
"version": "3.4.4", | ||
"version": "3.5.0", | ||
"main": "./build/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./build/es/index.js", |
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
7542
168