@protontech/openpgp 6.1.0 → 6.1.1-patch.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.
@@ -1,4 +1,4 @@
1
- /*! OpenPGP.js v6.1.0 - 2025-02-05 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
1
+ /*! OpenPGP.js v6.1.1-patch.0 - 2025-02-12 - 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';
@@ -1707,7 +1707,7 @@ var config = {
1707
1707
  * @memberof module:config
1708
1708
  * @property {String} versionString A version string to be included in armored messages
1709
1709
  */
1710
- versionString: 'OpenPGP.js 6.1.0',
1710
+ versionString: 'OpenPGP.js 6.1.1-patch.0',
1711
1711
  /**
1712
1712
  * @memberof module:config
1713
1713
  * @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.0 - 2025-02-05 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
1
+ /*! OpenPGP.js v6.1.1-patch.0 - 2025-02-12 - 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
 
@@ -1706,7 +1706,7 @@ var openpgp = (function (exports) {
1706
1706
  * @memberof module:config
1707
1707
  * @property {String} versionString A version string to be included in armored messages
1708
1708
  */
1709
- versionString: 'OpenPGP.js 6.1.0',
1709
+ versionString: 'OpenPGP.js 6.1.1-patch.0',
1710
1710
  /**
1711
1711
  * @memberof module:config
1712
1712
  * @property {String} commentString A comment string to be included in armored messages