@ckeditor/ckeditor5-dev-utils
Advanced tools
Comparing version 35.0.0 to 35.0.1
@@ -27,2 +27,3 @@ /** | ||
* @param {String} options.manifestPath An absolute path to the CKEditor 5 DLL manifest file. | ||
* @param {String} [options.tsconfigPath] An absolute path to the TypeScript configuration file. | ||
* @param {Boolean} [options.isDevelopmentMode=false] Whether to build a dev mode of the package. | ||
@@ -105,3 +106,10 @@ * @returns {Object} | ||
test: /\.ts$/, | ||
use: [ 'ts-loader' ] | ||
use: [ | ||
{ | ||
loader: 'ts-loader', | ||
options: { | ||
configFile: options.tsconfigPath || 'tsconfig.json' | ||
} | ||
} | ||
] | ||
} | ||
@@ -108,0 +116,0 @@ ] |
{ | ||
"name": "@ckeditor/ckeditor5-dev-utils", | ||
"version": "35.0.0", | ||
"version": "35.0.1", | ||
"description": "Utils for CKEditor 5 development tools packages.", | ||
@@ -8,3 +8,3 @@ "keywords": [], | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-dev-translations": "^35.0.0", | ||
"@ckeditor/ckeditor5-dev-translations": "^35.0.1", | ||
"chalk": "^3.0.0", | ||
@@ -11,0 +11,0 @@ "cli-cursor": "^3.1.0", |
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
46197
1369
+ Added@types/node@22.9.3(transitive)
+ Addedcaniuse-lite@1.0.30001683(transitive)
+ Addedelectron-to-chromium@1.5.64(transitive)
+ Addednanoid@3.3.7(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.0(transitive)
- Removedcaniuse-lite@1.0.30001684(transitive)
- Removedelectron-to-chromium@1.5.65(transitive)
- Removednanoid@3.3.8(transitive)
- Removedundici-types@6.20.0(transitive)