Skip to content

Commit

Permalink
chore(enhanced): remove layer options from provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Nov 25, 2024
1 parent 91dbb12 commit 514cf03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ function r(
'shareScope' !== r &&
'singleton' !== r &&
'strictVersion' !== r &&
'version' !== r &&
'layer' !== r
'version' !== r
) {
const e = {
params: {
Expand Down
5 changes: 0 additions & 5 deletions packages/enhanced/src/schemas/sharing/ProviderSharedPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ export default {
},
],
},
layer: {
description: 'Layer in which the shared module should be placed.',
type: 'string',
minLength: 1,
},
},
},
ProvidesItem: {
Expand Down

0 comments on commit 514cf03

Please sign in to comment.