Skip to content

Commit 180a1a8

Browse files
committed
remove cjs support, restructure, and make package smaller
1 parent 6403a45 commit 180a1a8

File tree

136 files changed

+240
-821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+240
-821
lines changed

bundle.test.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

deno.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"imports": {
3-
"isomorphic.js": "./node_modules/isomorphic.js/node.mjs",
4-
"lib0/logging": "./logging.node.js",
5-
"lib0/performance": "./performance.node.js",
6-
"lib0/crypto/aes-gcm": "./crypto/aes-gcm.js",
7-
"lib0/crypto/rsa-oaep": "./crypto/rsa-oaep.js",
8-
"lib0/crypto/ecdsa": "./crypto/ecdsa.js",
9-
"lib0/crypto/jwt": "./crypto/jwt.js",
10-
"lib0/webcrypto": "./webcrypto.deno.js"
3+
"lib0/logging": "./src/logging.node.js",
4+
"lib0/performance": "./src/performance.node.js",
5+
"lib0/crypto/aes-gcm": "./src/crypto/aes-gcm.js",
6+
"lib0/crypto/rsa-oaep": "./src/crypto/rsa-oaep.js",
7+
"lib0/crypto/ecdsa": "./src/crypto/ecdsa.js",
8+
"lib0/crypto/jwt": "./src/crypto/jwt.js",
9+
"lib0/webcrypto": "./src/webcrypto.deno.js"
1110
}
1211
}

deno.lock

Lines changed: 0 additions & 122 deletions
This file was deleted.

index.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

isomorphic.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)