We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beea78c commit 319b2ddCopy full SHA for 319b2dd
x/dhkem-x25519/dnt.ts
@@ -29,14 +29,14 @@ await build({
29
},
30
homepage: "https://github.com/dajiaji/hpke-js#readme",
31
license: "MIT",
32
- module: "./esm/x/dhkem-x25519/mod.js",
33
- main: "./script/x/dhkem-x25519/mod.js",
34
- types: "./esm/x/dhkem-x25519/mod.d.ts",
+ module: "./esm/dhkem-x25519/mod.js",
+ main: "./script/dhkem-x25519/mod.js",
+ types: "./esm/dhkem-x25519/mod.d.ts",
35
sideEffects: false,
36
exports: {
37
".": {
38
- "import": "./esm/x/dhkem-x25519/mod.js",
39
- "require": "./script/x/dhkem-x25519/mod.js",
+ "import": "./esm/dhkem-x25519/mod.js",
+ "require": "./script/dhkem-x25519/mod.js",
40
41
"./package.json": "./package.json",
42
0 commit comments