@protontech/openpgp 6.1.1-patch.4 → 6.1.1-patch.5

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.
@@ -1,4 +1,4 @@
1
- /*! OpenPGP.js v6.1.1-patch.4 - 2025-07-14 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
1
+ /*! OpenPGP.js v6.1.1-patch.5 - 2025-08-13 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
2
2
  const globalThis = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
3
3
 
4
4
  import { createRequire } from 'module';
@@ -1720,7 +1720,7 @@ var config = {
1720
1720
  * @memberof module:config
1721
1721
  * @property {String} versionString A version string to be included in armored messages
1722
1722
  */
1723
- versionString: 'OpenPGP.js 6.1.1-patch.4',
1723
+ versionString: 'OpenPGP.js 6.1.1-patch.5',
1724
1724
  /**
1725
1725
  * @memberof module:config
1726
1726
  * @property {String} commentString A comment string to be included in armored messages
package/dist/openpgp.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! OpenPGP.js v6.1.1-patch.4 - 2025-07-14 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
1
+ /*! OpenPGP.js v6.1.1-patch.5 - 2025-08-13 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
2
2
  var openpgp = (function (exports) {
3
3
  'use strict';
4
4
 
@@ -1719,7 +1719,7 @@ var openpgp = (function (exports) {
1719
1719
  * @memberof module:config
1720
1720
  * @property {String} versionString A version string to be included in armored messages
1721
1721
  */
1722
- versionString: 'OpenPGP.js 6.1.1-patch.4',
1722
+ versionString: 'OpenPGP.js 6.1.1-patch.5',
1723
1723
  /**
1724
1724
  * @memberof module:config
1725
1725
  * @property {String} commentString A comment string to be included in armored messages