@jupyterlite/translation
Advanced tools
Comparing version 0.1.0-alpha.22 to 0.1.0-alpha.23
@@ -41,3 +41,3 @@ import { PageConfig, URLExt } from '@jupyterlab/coreutils'; | ||
data: {}, | ||
message: `Language pack '${locale}' not installed!` | ||
message: `Language pack '${locale}' not installed!`, | ||
}; | ||
@@ -47,5 +47,5 @@ } | ||
data: { | ||
en: { displayName: 'English', nativeName: 'English' } | ||
en: { displayName: 'English', nativeName: 'English' }, | ||
}, | ||
message: '' | ||
message: '', | ||
}; | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "@jupyterlite/translation", | ||
"version": "0.1.0-alpha.22", | ||
"version": "0.1.0-alpha.23", | ||
"description": "JupyterLite - Translation", | ||
@@ -56,3 +56,3 @@ "homepage": "https://github.com/jupyterlite/jupyterlite", | ||
"ts-jest": "^26.3.0", | ||
"typescript": "~4.2.3" | ||
"typescript": "~4.5.2" | ||
}, | ||
@@ -59,0 +59,0 @@ "publishConfig": { |
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
5462