ag-psd 28.2.1 → 28.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.v8-cache/v22.13.1-x64-00250a7c/b3c2fab7 +0 -0
- package/dist/additionalInfo.js +2 -2
- package/dist/additionalInfo.js.map +1 -1
- package/dist/bundle.js +26 -2149
- package/dist-es/additionalInfo.js +2 -2
- package/dist-es/additionalInfo.js.map +1 -1
- package/package.json +1 -1
- package/src/additionalInfo.ts +2 -2
|
@@ -1368,7 +1368,7 @@ function parseFilterFXItem(f, options) {
|
|
|
1368
1368
|
;
|
|
1369
1369
|
default:
|
|
1370
1370
|
if (options.throwForMissingFeatures) {
|
|
1371
|
-
console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1371
|
+
// console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1372
1372
|
throw new Error("Unknown filter classId: ".concat(f.Fltr._classID));
|
|
1373
1373
|
}
|
|
1374
1374
|
return undefined;
|
|
@@ -1391,7 +1391,7 @@ function parseFilterFXItem(f, options) {
|
|
|
1391
1391
|
case 1231976050: return __assign(__assign({}, base), { type: 'invert' });
|
|
1392
1392
|
default:
|
|
1393
1393
|
if (options.throwForMissingFeatures) {
|
|
1394
|
-
console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1394
|
+
// console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1395
1395
|
throw new Error("Unknown filterID: ".concat(f.filterID));
|
|
1396
1396
|
}
|
|
1397
1397
|
}
|