Skip to content

Commit

Permalink
build: enable type scoped contexts for dgt-utils (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouteraj authored Dec 9, 2021
1 parent cbc83eb commit c11cceb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/dgt-utils/config/presets/crypto.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"@id": "urn:dgt-utils:test:DGTCryptoBrowserService",
"@type": "DGTCryptoBrowserService",
"DGTCryptoBrowserService:_logger": {
"logger": {
"@id": "urn:dgt-utils:test:DGTLoggerService"
}
}
Expand Down
8 changes: 4 additions & 4 deletions packages/dgt-utils/config/presets/logger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"@id": "urn:dgt-utils:test:DGTLoggerConsoleService",
"@type": "DGTLoggerConsoleService",
"DGTLoggerConsoleService:_minimumLevel": 6,
"DGTLoggerConsoleService:_minimumLevelPrintData": 4
"minimumLevel": 6,
"minimumLevelPrintData": 4
},
{
"@id": "urn:dgt-utils:test:DGTLoggerService",
"@type": "DGTLoggerConsoleService",
"DGTLoggerConsoleService:_minimumLevel": 6,
"DGTLoggerConsoleService:_minimumLevelPrintData": 6
"minimumLevel": 6,
"minimumLevelPrintData": 6
}
]
}
2 changes: 1 addition & 1 deletion packages/dgt-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"build": "rimraf ./dist && vite build && tsc && npm run build:components",
"build:dev": "npm run build",
"build:components": "componentsjs-generator -s lib -c dist/components -i .componentsignore",
"build:components": "componentsjs-generator --typeScopedContexts -s lib -c dist/components -i .componentsignore",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "jest",
Expand Down

0 comments on commit c11cceb

Please sign in to comment.