Skip to content

Commit

Permalink
chore: also update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar committed Dec 12, 2023
1 parent 246ddd9 commit 0e8ecec
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 350 deletions.
4 changes: 0 additions & 4 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/_dnt.shims.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { crypto, type Crypto, type SubtleCrypto, type AlgorithmIdentifier, type Algorithm, type RsaOaepParams, type BufferSource, type AesCtrParams, type AesCbcParams, type AesGcmParams, type CryptoKey, type KeyAlgorithm, type KeyType, type KeyUsage, type EcdhKeyDeriveParams, type HkdfParams, type HashAlgorithmIdentifier, type Pbkdf2Params, type AesDerivedKeyParams, type HmacImportParams, type JsonWebKey, type RsaOtherPrimesInfo, type KeyFormat, type RsaHashedKeyGenParams, type RsaKeyGenParams, type BigInteger, type EcKeyGenParams, type NamedCurve, type CryptoKeyPair, type AesKeyGenParams, type HmacKeyGenParams, type RsaHashedImportParams, type EcKeyImportParams, type AesKeyAlgorithm, type RsaPssParams, type EcdsaParams } from "@deno/shim-crypto";
export { default as WebSocket } from "ws";
export declare const dntGlobalThis: Omit<typeof globalThis, "crypto" | "WebSocket"> & {
crypto: any;
crypto: import("@deno/shim-crypto").Crypto;
WebSocket: any;
};
1 change: 0 additions & 1 deletion dist/esm/package.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ declare namespace _default {
let node: string;
}
let dependencies: {
undici: string;
"@deno/shim-crypto": string;
ws: string;
};
Expand Down
1 change: 0 additions & 1 deletion dist/esm/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default {
"node": ">=20"
},
"dependencies": {
"undici": "^6.0.1",
"@deno/shim-crypto": "^0.3.1",
"ws": "^8.14.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"files": [
"cardano_multiplatform_lib_bg.wasm",
"cardano_multiplatform_lib.js",
"cardano_multiplatform_lib.d.ts"
"cardano_multiplatform_lib.d.ts",
"LICENSE-EMURGO",
"LICENSE-IOHK"
],
"main": "cardano_multiplatform_lib.js",
"types": "cardano_multiplatform_lib.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"packageManager": "[email protected]+sha256.36b548120f75f26408d04ff163cd4a699916f1c4b72ebeeab0bbaf054009eb5b",
"dependencies": {
"@deno/shim-crypto": "^0.3.1",
"ws": "^8.14.2",
"undici": "^6.0.1"
"ws": "^8.14.2"
},
"devDependencies": {
"wasm-pack": "^0.12.1"
Expand Down
Loading

0 comments on commit 0e8ecec

Please sign in to comment.