filecat 5.26.0 → 5.28.0
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/README.md +2 -8
- package/build/dist/325.3a92e5a6791538c31dd6.js +2 -0
- package/build/dist/377.65ff457f5420ec3272ae.js +2 -0
- package/build/dist/542.14eb398b1662dbd9eea3.js +2 -0
- package/build/dist/584.d402a562c450dd79b543.js +2 -0
- package/build/dist/{607.1cdd28260c3d1f5d6964.js → 607.4d2f3472e998720d8a94.js} +2 -2
- package/build/dist/661.d169e2fe7193a840d43a.js +2 -0
- package/build/dist/923.f3cd70ad11c340d1adc6.js +1 -0
- package/build/dist/{943.9d64cd468a42bfab67c2.js → 943.9863616bde0933a9e753.js} +2 -2
- package/build/dist/index.html +1 -1
- package/build/dist/main.62df8ada67c2ef224c57.js +2 -0
- package/build/main.js +1 -1
- package/build/main.js.LICENSE.txt +0 -62
- package/build/threads.work.filecat.js +1 -1
- package/build/threads.work.filecat.js.LICENSE.txt +0 -64
- package/env +2 -2
- package/package.json +4 -4
- package/shell/build.js +1 -1
- package/shell/config/base.webpack.config.js +2 -1
- package/shell/config/webpack.exe.config.js +1 -1
- package/shell/config/webpack.npm.config.js +2 -7
- package/shell/pkg.ts +2 -1
- package/build/dist/325.a25f77ff05194a4aa3e8.js +0 -2
- package/build/dist/377.ed02b2b965a89b31a132.js +0 -2
- package/build/dist/542.c9c162565dbfc6f4fcc1.js +0 -2
- package/build/dist/584.6bd6b1d0bd5a110f2be9.js +0 -2
- package/build/dist/661.f71bb2fcdb45c0333f07.js +0 -2
- package/build/dist/923.1f03a18835b0f908fbca.js +0 -1
- package/build/dist/main.128120ab5d6362d5d98e.js +0 -2
- package/build/watch.js +0 -87
- /package/build/dist/{325.a25f77ff05194a4aa3e8.js.LICENSE.txt → 325.3a92e5a6791538c31dd6.js.LICENSE.txt} +0 -0
- /package/build/dist/{377.ed02b2b965a89b31a132.js.LICENSE.txt → 377.65ff457f5420ec3272ae.js.LICENSE.txt} +0 -0
- /package/build/dist/{542.c9c162565dbfc6f4fcc1.js.LICENSE.txt → 542.14eb398b1662dbd9eea3.js.LICENSE.txt} +0 -0
- /package/build/dist/{584.6bd6b1d0bd5a110f2be9.js.LICENSE.txt → 584.d402a562c450dd79b543.js.LICENSE.txt} +0 -0
- /package/build/dist/{607.1cdd28260c3d1f5d6964.js.LICENSE.txt → 607.4d2f3472e998720d8a94.js.LICENSE.txt} +0 -0
- /package/build/dist/{661.f71bb2fcdb45c0333f07.js.LICENSE.txt → 661.d169e2fe7193a840d43a.js.LICENSE.txt} +0 -0
- /package/build/dist/{943.9d64cd468a42bfab67c2.js.LICENSE.txt → 943.9863616bde0933a9e753.js.LICENSE.txt} +0 -0
- /package/build/dist/{main.128120ab5d6362d5d98e.js.LICENSE.txt → main.62df8ada67c2ef224c57.js.LICENSE.txt} +0 -0
|
@@ -396,68 +396,6 @@ and limitations under the License.
|
|
|
396
396
|
|
|
397
397
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
398
398
|
|
|
399
|
-
/**
|
|
400
|
-
* @license
|
|
401
|
-
* Copyright 2009 The Closure Library Authors
|
|
402
|
-
* Copyright 2020 Daniel Wirtz / The long.js Authors.
|
|
403
|
-
*
|
|
404
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
405
|
-
* you may not use this file except in compliance with the License.
|
|
406
|
-
* You may obtain a copy of the License at
|
|
407
|
-
*
|
|
408
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
409
|
-
*
|
|
410
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
411
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
412
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
413
|
-
* See the License for the specific language governing permissions and
|
|
414
|
-
* limitations under the License.
|
|
415
|
-
*
|
|
416
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
417
|
-
*/
|
|
418
|
-
|
|
419
|
-
/**
|
|
420
|
-
* @license
|
|
421
|
-
* Copyright 2018 gRPC authors.
|
|
422
|
-
*
|
|
423
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
424
|
-
* you may not use this file except in compliance with the License.
|
|
425
|
-
* You may obtain a copy of the License at
|
|
426
|
-
*
|
|
427
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
428
|
-
*
|
|
429
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
430
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
431
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
432
|
-
* See the License for the specific language governing permissions and
|
|
433
|
-
* limitations under the License.
|
|
434
|
-
*
|
|
435
|
-
*/
|
|
436
|
-
|
|
437
|
-
/**
|
|
438
|
-
* @license
|
|
439
|
-
* Copyright 2020 Balena Ltd.
|
|
440
|
-
*
|
|
441
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
442
|
-
* you may not use this file except in compliance with the License.
|
|
443
|
-
* You may obtain a copy of the License at
|
|
444
|
-
*
|
|
445
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
446
|
-
*
|
|
447
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
448
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
449
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
450
|
-
* See the License for the specific language governing permissions and
|
|
451
|
-
* limitations under the License.
|
|
452
|
-
*
|
|
453
|
-
* ------------------------------------------------------------------------
|
|
454
|
-
*
|
|
455
|
-
* Copyright 2018 Zeit, Inc.
|
|
456
|
-
* Licensed under the MIT License. See file LICENSE.md for a full copy.
|
|
457
|
-
*
|
|
458
|
-
* ------------------------------------------------------------------------
|
|
459
|
-
*/
|
|
460
|
-
|
|
461
399
|
/**
|
|
462
400
|
* Archiver Core
|
|
463
401
|
*
|