@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/lightweight/argon2id.min.mjs +1 -1
- package/dist/lightweight/argon2id.mjs +1 -1
- package/dist/lightweight/bn.interface.min.mjs +1 -1
- package/dist/lightweight/bn.interface.mjs +1 -1
- package/dist/lightweight/interface.min.mjs +1 -1
- package/dist/lightweight/interface.mjs +1 -1
- package/dist/lightweight/legacy_ciphers.min.mjs +1 -1
- package/dist/lightweight/legacy_ciphers.mjs +1 -1
- package/dist/lightweight/native.interface.min.mjs +1 -1
- package/dist/lightweight/native.interface.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/openpgp.min.mjs +2 -2
- package/dist/lightweight/openpgp.min.mjs.map +1 -1
- package/dist/lightweight/openpgp.mjs +2 -2
- package/dist/lightweight/sha3.min.mjs +1 -1
- package/dist/lightweight/sha3.mjs +1 -1
- package/dist/node/openpgp.cjs +2 -2
- package/dist/node/openpgp.min.cjs +11 -11
- package/dist/node/openpgp.min.cjs.map +1 -1
- package/dist/node/openpgp.min.mjs +11 -11
- 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 +11 -11
- package/dist/openpgp.min.js.map +1 -1
- package/dist/openpgp.min.mjs +11 -11
- package/dist/openpgp.min.mjs.map +1 -1
- package/dist/openpgp.mjs +2 -2
- package/package.json +1 -1
package/dist/node/openpgp.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! OpenPGP.js v6.0.0-alpha.1.patch.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|