@protontech/openpgp 6.1.1-patch.1 → 6.1.1-patch.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.
@@ -1,4 +1,4 @@
1
- /*! OpenPGP.js v6.1.1-patch.1 - 2025-05-14 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
1
+ /*! OpenPGP.js v6.1.1-patch.2 - 2025-05-14 - 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';
@@ -1721,7 +1721,7 @@ var config = {
1721
1721
  * @memberof module:config
1722
1722
  * @property {String} versionString A version string to be included in armored messages
1723
1723
  */
1724
- versionString: 'OpenPGP.js 6.1.1-patch.1',
1724
+ versionString: 'OpenPGP.js 6.1.1-patch.2',
1725
1725
  /**
1726
1726
  * @memberof module:config
1727
1727
  * @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.1 - 2025-05-14 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
1
+ /*! OpenPGP.js v6.1.1-patch.2 - 2025-05-14 - 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
 
@@ -1720,7 +1720,7 @@ var openpgp = (function (exports) {
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.1',
1723
+ versionString: 'OpenPGP.js 6.1.1-patch.2',
1724
1724
  /**
1725
1725
  * @memberof module:config
1726
1726
  * @property {String} commentString A comment string to be included in armored messages