@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.
- package/dist/lightweight/argon2id.min.mjs +1 -1
- package/dist/lightweight/argon2id.mjs +1 -1
- package/dist/lightweight/legacy_ciphers.min.mjs +1 -1
- package/dist/lightweight/legacy_ciphers.mjs +1 -1
- package/dist/lightweight/noble_curves.min.mjs +1 -1
- package/dist/lightweight/noble_curves.mjs +1 -1
- package/dist/lightweight/noble_hashes.min.mjs +1 -1
- package/dist/lightweight/noble_hashes.mjs +1 -1
- package/dist/lightweight/noble_post_quantum.min.mjs +1 -1
- package/dist/lightweight/noble_post_quantum.mjs +1 -1
- package/dist/lightweight/openpgp.min.mjs +4 -4
- package/dist/lightweight/openpgp.min.mjs.map +1 -1
- package/dist/lightweight/openpgp.mjs +2 -2
- package/dist/lightweight/seek-bzip.min.mjs +1 -1
- package/dist/lightweight/seek-bzip.mjs +1 -1
- package/dist/lightweight/sha3.min.mjs +1 -1
- package/dist/lightweight/sha3.mjs +1 -1
- package/dist/lightweight/sha512.min.mjs +1 -1
- package/dist/lightweight/sha512.mjs +1 -1
- package/dist/node/openpgp.cjs +2 -2
- package/dist/node/openpgp.min.cjs +16 -16
- package/dist/node/openpgp.min.cjs.map +1 -1
- package/dist/node/openpgp.min.mjs +16 -16
- package/dist/node/openpgp.min.mjs.map +1 -1
- package/dist/node/openpgp.mjs +2 -2
- package/dist/openpgp.js +2 -2
- package/dist/openpgp.min.js +16 -16
- package/dist/openpgp.min.js.map +1 -1
- package/dist/openpgp.min.mjs +16 -16
- package/dist/openpgp.min.mjs.map +1 -1
- package/dist/openpgp.mjs +2 -2
- package/package.json +3 -2
package/dist/node/openpgp.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! OpenPGP.js v6.1.0 - 2025-02-
|
|
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-
|
|
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
|