@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.
package/dist/openpgp.mjs 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
  const globalThis = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
3
3
 
4
4
  const doneWritingPromise = Symbol('doneWritingPromise');
@@ -1657,7 +1657,7 @@ var config = {
1657
1657
  * @memberof module:config
1658
1658
  * @property {String} versionString A version string to be included in armored messages
1659
1659
  */
1660
- versionString: 'OpenPGP.js 6.0.0-alpha.1.patch.0',
1660
+ versionString: 'OpenPGP.js 6.0.0-alpha.1.patch.1',
1661
1661
  /**
1662
1662
  * @memberof module:config
1663
1663
  * @property {String} commentString A comment string to be included in armored messages
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@protontech/openpgp",
3
3
  "description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.",
4
- "version": "6.0.0-alpha.1.patch.0",
4
+ "version": "6.0.0-alpha.1.patch.1",
5
5
  "license": "LGPL-3.0+",
6
6
  "homepage": "https://openpgpjs.org/",
7
7
  "engines": {