Skip to content

Commit 0e8ecec

Browse files
committedDec 12, 2023
chore: also update lock files
1 parent 246ddd9 commit 0e8ecec

File tree

10 files changed

+44
-350
lines changed

10 files changed

+44
-350
lines changed
 

‎deno.lock

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/esm/_dnt.shims.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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";
22
export { default as WebSocket } from "ws";
33
export declare const dntGlobalThis: Omit<typeof globalThis, "crypto" | "WebSocket"> & {
4-
crypto: any;
4+
crypto: import("@deno/shim-crypto").Crypto;
55
WebSocket: any;
66
};

‎dist/esm/package.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ declare namespace _default {
1414
let node: string;
1515
}
1616
let dependencies: {
17-
undici: string;
1817
"@deno/shim-crypto": string;
1918
ws: string;
2019
};

‎dist/esm/package.js

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default {
1414
"node": ">=20"
1515
},
1616
"dependencies": {
17-
"undici": "^6.0.1",
1817
"@deno/shim-crypto": "^0.3.1",
1918
"ws": "^8.14.2"
2019
},

‎dist/esm/src/core/libs/cardano_multiplatform_lib/pkg/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"files": [
1414
"cardano_multiplatform_lib_bg.wasm",
1515
"cardano_multiplatform_lib.js",
16-
"cardano_multiplatform_lib.d.ts"
16+
"cardano_multiplatform_lib.d.ts",
17+
"LICENSE-EMURGO",
18+
"LICENSE-IOHK"
1719
],
1820
"main": "cardano_multiplatform_lib.js",
1921
"types": "cardano_multiplatform_lib.d.ts",

‎dist/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"packageManager": "npm@10.2.4+sha256.36b548120f75f26408d04ff163cd4a699916f1c4b72ebeeab0bbaf054009eb5b",
2424
"dependencies": {
2525
"@deno/shim-crypto": "^0.3.1",
26-
"ws": "^8.14.2",
27-
"undici": "^6.0.1"
26+
"ws": "^8.14.2"
2827
},
2928
"devDependencies": {
3029
"wasm-pack": "^0.12.1"

‎package-lock.json

+36-105
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"node": ">=20"
1515
},
1616
"dependencies": {
17-
"undici": "^6.0.1",
1817
"@deno/shim-crypto": "^0.3.1",
1918
"ws": "^8.14.2"
2019
},

‎src/core/libs/cardano_multiplatform_lib/pkg/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"files": [
1414
"cardano_multiplatform_lib_bg.wasm",
1515
"cardano_multiplatform_lib.js",
16-
"cardano_multiplatform_lib.d.ts"
16+
"cardano_multiplatform_lib.d.ts",
17+
"LICENSE-EMURGO",
18+
"LICENSE-IOHK"
1719
],
1820
"main": "cardano_multiplatform_lib.js",
1921
"types": "cardano_multiplatform_lib.d.ts"

‎yarn.lock

-233
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.