@protontech/openpgp 6.0.0-alpha.1.patch.0 → 6.0.0-alpha.1.patch.1

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.0.0-alpha.1.patch.0 - 2024-03-01 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
1
+ /*! OpenPGP.js v6.0.0-alpha.1.patch.1 - 2024-03-11 - 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';
@@ -1660,7 +1660,7 @@ var config = {
1660
1660
  * @memberof module:config
1661
1661
  * @property {String} versionString A version string to be included in armored messages
1662
1662
  */
1663
- versionString: 'OpenPGP.js 6.0.0-alpha.1.patch.0',
1663
+ versionString: 'OpenPGP.js 6.0.0-alpha.1.patch.1',
1664
1664
  /**
1665
1665
  * @memberof module:config
1666
1666
  * @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.0.0-alpha.1.patch.0 - 2024-03-01 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
1
+ /*! OpenPGP.js v6.0.0-alpha.1.patch.1 - 2024-03-11 - 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
 
@@ -1660,7 +1660,7 @@ var openpgp = (function (exports) {
1660
1660
  * @memberof module:config
1661
1661
  * @property {String} versionString A version string to be included in armored messages
1662
1662
  */
1663
- versionString: 'OpenPGP.js 6.0.0-alpha.1.patch.0',
1663
+ versionString: 'OpenPGP.js 6.0.0-alpha.1.patch.1',
1664
1664
  /**
1665
1665
  * @memberof module:config
1666
1666
  * @property {String} commentString A comment string to be included in armored messages