@common-stack/server-core
Advanced tools
Comparing version 0.6.1-alpha.4 to 1.0.1-alpha.0
@@ -20,2 +20,3 @@ import { ConfigurationScope, IDirectiveOptions, IMongoMigration, IOverwritePreference, IPreferences, IResolverOptions, IWebsocketConfig, IGraphqlShieldRules, IAddPermissions, IAddPolicies } from '../interfaces'; | ||
postBindContainerFunc?: Function[]; | ||
postBindHemraContainerFunc?: Function[]; | ||
createServiceFunc?: Function | Function[]; | ||
@@ -72,2 +73,3 @@ createDataSourceFunc?: Function | Function[]; | ||
postBindContainerFunc: Function[]; | ||
postBindHemraContainerFunc: Function[]; | ||
federation: FederationServiceDeclaration[]; | ||
@@ -213,5 +215,3 @@ createHemeraContainerFunc: Function[]; | ||
entries(): IterableIterator<[number, IPreferences<S>]>; | ||
keys(): IterableIterator<number>; /** | ||
* Policies Preferences | ||
*/ | ||
keys(): IterableIterator<number>; | ||
values(): IterableIterator<IPreferences<S>>; | ||
@@ -272,5 +272,3 @@ includes(searchElement: IPreferences<S>, fromIndex?: number): boolean; | ||
entries(): IterableIterator<[number, IPreferences<T>]>; | ||
keys(): IterableIterator<number>; /** | ||
* Policies Preferences | ||
*/ | ||
keys(): IterableIterator<number>; | ||
values(): IterableIterator<IPreferences<T>>; | ||
@@ -331,5 +329,3 @@ includes(searchElement: IPreferences<T>, fromIndex?: number): boolean; | ||
entries(): IterableIterator<[number, IPreferences<T>]>; | ||
keys(): IterableIterator<number>; /** | ||
* Policies Preferences | ||
*/ | ||
keys(): IterableIterator<number>; | ||
values(): IterableIterator<IPreferences<T>>; | ||
@@ -390,5 +386,3 @@ includes(searchElement: IPreferences<T>, fromIndex?: number): boolean; | ||
entries(): IterableIterator<[number, IPreferences<S>]>; | ||
keys(): IterableIterator<number>; /** | ||
* Policies Preferences | ||
*/ | ||
keys(): IterableIterator<number>; | ||
values(): IterableIterator<IPreferences<S>>; | ||
@@ -395,0 +389,0 @@ includes(searchElement: IPreferences<S>, fromIndex?: number): boolean; |
@@ -18,5 +18,2 @@ import { CdmLogger } from '@cdm-logger/core'; | ||
} | ||
export interface IPreferences<T = ConfigurationScope> { | ||
[key: string]: IPreferencesData<T>; | ||
} | ||
export interface IPreferencesData<T = ConfigurationScope> { | ||
@@ -36,2 +33,5 @@ type?: string | string[]; | ||
} | ||
export interface IPreferences<T = ConfigurationScope> { | ||
[key: string]: IPreferencesData<T>; | ||
} | ||
/** | ||
@@ -38,0 +38,0 @@ * Formatted preferences data |
{ | ||
"name": "@common-stack/server-core", | ||
"version": "0.6.1-alpha.4", | ||
"version": "1.0.1-alpha.0", | ||
"description": "common core for higher packages to depend on", | ||
"license": "ISC", | ||
"author": "CDMBase LLC", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "yarn build:clean && yarn build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "webpack", | ||
"build:lib": "rollup -c rollup.config.mjs", | ||
"build:lib:watch": "yarn build:lib -- --watch", | ||
@@ -41,3 +45,3 @@ "jest": "./node_modules/.bin/jest", | ||
"dependencies": { | ||
"@common-stack/core": "0.6.1-alpha.4" | ||
"@common-stack/core": "1.0.1-alpha.0" | ||
}, | ||
@@ -50,3 +54,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "8f1002595ef0da183fc26d37a4a185b9c94cfc76", | ||
"gitHead": "e23d595c58eedb3ecda0913cf206f54d8a9e470f", | ||
"typescript": { | ||
@@ -53,0 +57,0 @@ "definition": "lib/index.d.ts" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
63
1461
107794
3
5
1
+ Added@common-stack/core@1.0.1-alpha.0(transitive)
- Removed@common-stack/core@0.6.1-alpha.4(transitive)
- Removedfractal-objects@0.10.4(transitive)