@adminide-stack/account-api-core
Advanced tools
Comparing version 8.5.2-alpha.0 to 8.5.4-alpha.0
import { Feature } from '@common-stack/server-core'; | ||
declare const _default: Feature<import("@common-stack/server-core").ConfigurationScope>; | ||
declare const _default: Feature<import("@common-stack/server-core").ConfigurationScope, any>; | ||
export default _default; |
{ | ||
"name": "@adminide-stack/account-api-core", | ||
"version": "8.5.2-alpha.0", | ||
"version": "8.5.4-alpha.0", | ||
"description": "Adminide core for higher packages to depend on", | ||
"license": "ISC", | ||
"author": "CDMBase LLC", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"type": "module", | ||
"typings": "lib/index.d.ts", | ||
@@ -24,3 +24,3 @@ "scripts": { | ||
"dependencies": { | ||
"@adminide-stack/core": "8.5.2-alpha.0" | ||
"@adminide-stack/core": "8.5.4-alpha.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "28cce023ed7f9584b2811ba65723aec65074a784" | ||
"gitHead": "122637db4ab9cef8e0226a7a8e91352aaff75744" | ||
} |
19922
+ Added@adminide-stack/core@8.5.4-alpha.0(transitive)
- Removed@adminide-stack/core@8.5.2-alpha.0(transitive)