@meshsdk/wallet 1.6.0-alpha.21 → 1.6.2
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/index.cjs +6 -0
- package/dist/{index.d.mts → index.d.cts} +30 -1
- package/dist/index.d.ts +30 -1
- package/dist/index.js +1 -1208
- package/package.json +33 -15
- package/.turbo/turbo-build$colon$docs.log +0 -11
- package/.turbo/turbo-build$colon$mesh.log +0 -19
- package/.turbo/turbo-build.log +0 -19
- package/dist/index.mjs +0 -1234
- package/jest.config.js +0 -5
- package/src/app/index.ts +0 -239
- package/src/browser/index.ts +0 -440
- package/src/embedded/index.ts +0 -258
- package/src/index.ts +0 -4
- package/src/mesh/index.ts +0 -413
- package/src/types/index.ts +0 -39
- package/test/app.test.ts +0 -98
- package/test/browser.test.ts +0 -21
- package/test/embedded.test.ts +0 -137
- package/test/mesh.test.ts +0 -95
- package/tsconfig.json +0 -5
package/package.json
CHANGED
|
@@ -1,36 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshsdk/wallet",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "./dist/index.
|
|
6
|
-
"module": "./dist/index.
|
|
5
|
+
"main": "./dist/index.cjs",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
|
+
"type": "module",
|
|
8
9
|
"exports": {
|
|
9
10
|
".": {
|
|
10
|
-
"import": "./dist/index.
|
|
11
|
-
"require": "./dist/index.
|
|
11
|
+
"import": "./dist/index.js",
|
|
12
|
+
"require": "./dist/index.cjs",
|
|
13
|
+
"types": "./dist/index.d.ts"
|
|
12
14
|
}
|
|
13
15
|
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist/**"
|
|
18
|
+
],
|
|
14
19
|
"scripts": {
|
|
15
|
-
"build:mesh": "tsup src/index.ts --format esm,cjs --dts",
|
|
20
|
+
"build:mesh": "tsup src/index.ts --format esm,cjs --dts --minify",
|
|
16
21
|
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
|
|
17
22
|
"lint": "eslint",
|
|
18
23
|
"clean": "rm -rf .turbo && rm -rf dist && rm -rf node_modules",
|
|
19
|
-
"test": "jest
|
|
24
|
+
"test": "jest",
|
|
20
25
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
21
26
|
"build:docs": "typedoc src/index.ts --json ../../apps/docs/src/data/mesh-wallets.json"
|
|
22
27
|
},
|
|
23
28
|
"devDependencies": {
|
|
24
|
-
"@meshsdk/typescript-config": "
|
|
29
|
+
"@meshsdk/typescript-config": "*",
|
|
25
30
|
"eslint": "^8.57.0",
|
|
26
31
|
"tsup": "^8.0.2",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
32
|
+
"typedoc": "^0.26.3",
|
|
33
|
+
"typescript": "^5.3.3"
|
|
29
34
|
},
|
|
30
35
|
"dependencies": {
|
|
31
|
-
"@meshsdk/common": "
|
|
32
|
-
"@meshsdk/core-cst": "
|
|
33
|
-
"@meshsdk/transaction": "
|
|
36
|
+
"@meshsdk/common": "*",
|
|
37
|
+
"@meshsdk/core-cst": "*",
|
|
38
|
+
"@meshsdk/transaction": "*",
|
|
39
|
+
"@nufi/dapp-client-cardano": "^0.3.1",
|
|
40
|
+
"@nufi/dapp-client-core": "^0.3.1"
|
|
34
41
|
},
|
|
35
|
-
"prettier": "@meshsdk/prettier-config"
|
|
36
|
-
|
|
42
|
+
"prettier": "@meshsdk/prettier-config",
|
|
43
|
+
"publishConfig": {
|
|
44
|
+
"access": "public"
|
|
45
|
+
},
|
|
46
|
+
"license": "Apache-2.0",
|
|
47
|
+
"keywords": [
|
|
48
|
+
"cardano",
|
|
49
|
+
"ada",
|
|
50
|
+
"web3",
|
|
51
|
+
"blockchain",
|
|
52
|
+
"sdk"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @meshsdk/wallet@1.6.0-alpha.21 build:docs
|
|
3
|
-
> typedoc src/index.ts --json ../../apps/docs/src/data/mesh-wallets.json
|
|
4
|
-
|
|
5
|
-
[1G[0K[33m[93m[warning][0m The signature BrowserWallet.getCollateral has an @param with name "limit", which was not used[39m
|
|
6
|
-
[33m[93m[warning][0m The signature MeshWallet.signData has an @param with name "address", which was not used[39m
|
|
7
|
-
[33m[93m[warning][0m WalletInstance, defined in ./src/types/index.ts, is referenced by BrowserWallet._walletInstance but not included in the documentation[39m
|
|
8
|
-
[33m[93m[warning][0m GetAddressType, defined in ./src/types/index.ts, is referenced by AppWallet.getCollateralUnspentOutput.addressType but not included in the documentation[39m
|
|
9
|
-
[96m[info][0m JSON written to /Users/jingles/Documents/GitHub/mesh-v2/apps/docs/src/data/mesh-wallets.json
|
|
10
|
-
[33m[93m[warning][0m Found 0 errors and 4 warnings[39m
|
|
11
|
-
[1G[0K⠙[1G[0K
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @meshsdk/wallet@1.6.0-alpha.21 build:mesh
|
|
3
|
-
> tsup src/index.ts --format esm,cjs --dts
|
|
4
|
-
|
|
5
|
-
[1G[0K[34mCLI[39m Building entry: src/index.ts
|
|
6
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.2.3
|
|
8
|
-
[34mCLI[39m Target: es2020
|
|
9
|
-
[34mESM[39m Build start
|
|
10
|
-
[34mCJS[39m Build start
|
|
11
|
-
[32mCJS[39m [1mdist/index.js [22m[32m44.55 KB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in 20ms
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m42.95 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in 21ms
|
|
15
|
-
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in 936ms
|
|
17
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m20.79 KB[39m
|
|
18
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m20.79 KB[39m
|
|
19
|
-
[1G[0K⠙[1G[0K
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @meshsdk/wallet@0.0.1 build
|
|
3
|
-
> tsup src/index.ts --format esm,cjs --dts
|
|
4
|
-
|
|
5
|
-
[1G[0K[34mCLI[39m Building entry: src/index.ts
|
|
6
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.2.3
|
|
8
|
-
[34mCLI[39m Target: es2020
|
|
9
|
-
[34mESM[39m Build start
|
|
10
|
-
[34mCJS[39m Build start
|
|
11
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m42.95 KB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in 22ms
|
|
13
|
-
[32mCJS[39m [1mdist/index.js [22m[32m44.55 KB[39m
|
|
14
|
-
[32mCJS[39m ⚡️ Build success in 22ms
|
|
15
|
-
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in 875ms
|
|
17
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m20.79 KB[39m
|
|
18
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m20.79 KB[39m
|
|
19
|
-
[1G[0K⠙[1G[0K
|