@boost/log
Advanced tools
Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3
{ | ||
"name": "@boost/log", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"type": "module", | ||
@@ -35,5 +35,5 @@ "release": "1651512176170", | ||
"dependencies": { | ||
"@boost/common": "^5.0.0-alpha.1", | ||
"@boost/internal": "^5.0.0-alpha.1", | ||
"@boost/translate": "^5.0.0-alpha.1", | ||
"@boost/common": "^5.0.0-alpha.2", | ||
"@boost/internal": "^5.0.0-alpha.2", | ||
"@boost/translate": "^5.0.0-alpha.2", | ||
"chalk": "^5.3.0" | ||
@@ -72,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "1f118383a0bf931c09e5f9ba81826a226d5e10a7" | ||
"gitHead": "60175188388d1667eb57d53e03b7bfefc092b67c" | ||
} |
@@ -5,5 +5,5 @@ import path from 'node:path'; | ||
export const msg = createTranslator( | ||
export const msg = await createTranslator( | ||
'log', | ||
path.join(path.dirname(fileURLToPath(import.meta.url)), '../res'), | ||
); |
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
84757