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
|
Binary file
|
package/dist/additionalInfo.js
CHANGED
|
@@ -1373,7 +1373,7 @@ function parseFilterFXItem(f, options) {
|
|
|
1373
1373
|
;
|
|
1374
1374
|
default:
|
|
1375
1375
|
if (options.throwForMissingFeatures) {
|
|
1376
|
-
console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1376
|
+
// console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1377
1377
|
throw new Error("Unknown filter classId: ".concat(f.Fltr._classID));
|
|
1378
1378
|
}
|
|
1379
1379
|
return undefined;
|
|
@@ -1396,7 +1396,7 @@ function parseFilterFXItem(f, options) {
|
|
|
1396
1396
|
case 1231976050: return __assign(__assign({}, base), { type: 'invert' });
|
|
1397
1397
|
default:
|
|
1398
1398
|
if (options.throwForMissingFeatures) {
|
|
1399
|
-
console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1399
|
+
// console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1400
1400
|
throw new Error("Unknown filterID: ".concat(f.filterID));
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|