node-opcua-crypto 5.3.2 → 5.3.3
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/{chunk-UEEZA3YS.js → chunk-DC5KIPR2.js} +2 -2
- package/dist/{chunk-ODR4HUB7.js → chunk-MFGOTDMX.js} +2 -1
- package/dist/chunk-MFGOTDMX.js.map +1 -0
- package/dist/{chunk-TSW463FI.cjs → chunk-R6I4NJSZ.cjs} +2 -1
- package/dist/chunk-R6I4NJSZ.cjs.map +1 -0
- package/dist/{chunk-IKQT3ICS.cjs → chunk-XJHDKGLH.cjs} +22 -22
- package/dist/{chunk-IKQT3ICS.cjs.map → chunk-XJHDKGLH.cjs.map} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/dist/source/index_web.cjs +2 -2
- package/dist/source/index_web.js +1 -1
- package/dist/source_nodejs/index.cjs +3 -3
- package/dist/source_nodejs/index.js +2 -2
- package/package.json +3 -2
- package/dist/chunk-ODR4HUB7.js.map +0 -1
- package/dist/chunk-TSW463FI.cjs.map +0 -1
- /package/dist/{chunk-UEEZA3YS.js.map → chunk-DC5KIPR2.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
removeTrailingLF,
|
|
9
9
|
split_der,
|
|
10
10
|
toPem
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-MFGOTDMX.js";
|
|
12
12
|
|
|
13
13
|
// source_nodejs/generate_private_key_filename.ts
|
|
14
14
|
import { generateKeyPairSync } from "crypto";
|
|
@@ -280,4 +280,4 @@ export {
|
|
|
280
280
|
writeCertificateChainDer,
|
|
281
281
|
writeCertificateChainDerAsync
|
|
282
282
|
};
|
|
283
|
-
//# sourceMappingURL=chunk-
|
|
283
|
+
//# sourceMappingURL=chunk-DC5KIPR2.js.map
|
|
@@ -1748,6 +1748,7 @@ var Subject = class _Subject {
|
|
|
1748
1748
|
// source/x509/_crypto.ts
|
|
1749
1749
|
import nativeCrypto from "crypto";
|
|
1750
1750
|
import { Crypto as PeculiarWebCrypto } from "@peculiar/webcrypto";
|
|
1751
|
+
import "reflect-metadata";
|
|
1751
1752
|
import * as x509 from "@peculiar/x509";
|
|
1752
1753
|
import * as x5092 from "@peculiar/x509";
|
|
1753
1754
|
var doDebug3 = false;
|
|
@@ -6630,4 +6631,4 @@ asn1js/build/index.es.js:
|
|
|
6630
6631
|
*
|
|
6631
6632
|
*)
|
|
6632
6633
|
*/
|
|
6633
|
-
//# sourceMappingURL=chunk-
|
|
6634
|
+
//# sourceMappingURL=chunk-MFGOTDMX.js.map
|