hadron-app-registry
Advanced tools
Comparing version 0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5 to 0.0.0-next-3b50f8232d3349fe79554f36417d7fbb45b6352a
@@ -9,4 +9,7 @@ /// <reference types="react" /> | ||
actionName?: string; | ||
configureActions?: () => any; | ||
storeName?: string; | ||
configureStore?: (storeSetup: any) => any; | ||
order?: number; | ||
hasQueryHistory?: boolean; | ||
} | ||
@@ -51,3 +54,3 @@ declare type Store = Partial<RefluxStore & { | ||
} | ||
export {}; | ||
export type { Role }; | ||
//# sourceMappingURL=app-registry.d.ts.map |
import { AppRegistry } from './app-registry'; | ||
import type { Role } from './app-registry'; | ||
export { AppRegistry }; | ||
export type { Role }; | ||
export default AppRegistry; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,3 +10,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5", | ||
"version": "0.0.0-next-3b50f8232d3349fe79554f36417d7fbb45b6352a", | ||
"repository": { | ||
@@ -52,6 +52,6 @@ "type": "git", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-3b50f8232d3349fe79554f36417d7fbb45b6352a", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-3b50f8232d3349fe79554f36417d7fbb45b6352a", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-3b50f8232d3349fe79554f36417d7fbb45b6352a", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-3b50f8232d3349fe79554f36417d7fbb45b6352a", | ||
"@types/chai": "^4.2.21", | ||
@@ -69,3 +69,3 @@ "@types/mocha": "^9.0.0", | ||
}, | ||
"gitHead": "25b11de63d51aa4ca7fda0f3eae67999e3418ca5" | ||
"gitHead": "3b50f8232d3349fe79554f36417d7fbb45b6352a" | ||
} |
@@ -204,3 +204,2 @@ import { expect } from 'chai'; | ||
order: 2, | ||
minimumServerVersion: '3.2.0-rc0', | ||
}; | ||
@@ -372,3 +371,2 @@ | ||
order: 2, | ||
minimumServerVersion: '3.2.0-rc0', | ||
}; | ||
@@ -375,0 +373,0 @@ |
@@ -23,4 +23,7 @@ import type { Store as RefluxStore } from 'reflux'; | ||
actionName?: string; | ||
configureActions?: () => any; | ||
storeName?: string; | ||
configureStore?: (storeSetup: any) => any; | ||
order?: number; | ||
hasQueryHistory?: boolean; | ||
} | ||
@@ -387,1 +390,3 @@ | ||
} | ||
export type { Role }; |
import { AppRegistry } from './app-registry'; | ||
import type { Role } from './app-registry'; | ||
export { AppRegistry }; | ||
export type { Role }; | ||
export default AppRegistry; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
86518
1421