@taquito/beacon-wallet 24.3.0-beta.2 → 24.3.0-beta.4
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/lib/version.js +2 -2
- package/dist/taquito-beacon-wallet.es6.js +2 -2
- package/dist/taquito-beacon-wallet.umd.js +2 -2
- package/package.json +18 -21
- package/signature.json +0 -175
package/dist/lib/version.js
CHANGED
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
4
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "24.3.0-beta.
|
|
6
|
+
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
7
|
+
"version": "24.3.0-beta.4"
|
|
8
8
|
};
|
|
@@ -32,8 +32,8 @@ class MissingRequiredScopes extends PermissionDeniedError {
|
|
|
32
32
|
|
|
33
33
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
34
34
|
const VERSION = {
|
|
35
|
-
"commitHash": "
|
|
36
|
-
"version": "24.3.0-beta.
|
|
35
|
+
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
36
|
+
"version": "24.3.0-beta.4"
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
|
|
32
32
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
33
33
|
const VERSION = {
|
|
34
|
-
"commitHash": "
|
|
35
|
-
"version": "24.3.0-beta.
|
|
34
|
+
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
35
|
+
"version": "24.3.0-beta.4"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/beacon-wallet",
|
|
3
|
-
"version": "24.3.0-beta.
|
|
3
|
+
"version": "24.3.0-beta.4",
|
|
4
4
|
"description": "TZIP-10 Beacon wallet integration for Taquito dapps built on the Beacon SDK DAppClient.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -15,19 +15,18 @@
|
|
|
15
15
|
"typings": "dist/types/taquito-beacon-wallet.d.ts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
+
"types": "./dist/types/taquito-beacon-wallet.d.ts",
|
|
18
19
|
"import": "./dist/taquito-beacon-wallet.es6.js",
|
|
19
|
-
"require": "./dist/taquito-beacon-wallet.umd.js"
|
|
20
|
-
"types": "./dist/types/taquito-beacon-wallet.d.ts"
|
|
20
|
+
"require": "./dist/taquito-beacon-wallet.umd.js"
|
|
21
21
|
},
|
|
22
22
|
"./types": {
|
|
23
|
+
"types": "./dist/types/beacon-types.d.ts",
|
|
23
24
|
"import": "./dist/beacon-types.es6.js",
|
|
24
|
-
"require": "./dist/beacon-types.umd.js"
|
|
25
|
-
"types": "./dist/types/beacon-types.d.ts"
|
|
25
|
+
"require": "./dist/beacon-types.umd.js"
|
|
26
26
|
},
|
|
27
27
|
"./package.json": "./package.json"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
30
|
-
"signature.json",
|
|
31
30
|
"dist"
|
|
32
31
|
],
|
|
33
32
|
"publishConfig": {
|
|
@@ -71,45 +70,43 @@
|
|
|
71
70
|
]
|
|
72
71
|
},
|
|
73
72
|
"dependencies": {
|
|
74
|
-
"@ecadlabs/beacon-dapp": "
|
|
75
|
-
"@ecadlabs/beacon-types": "
|
|
76
|
-
"@taquito/core": "^24.3.0-beta.
|
|
77
|
-
"@taquito/taquito": "^24.3.0-beta.
|
|
78
|
-
"@taquito/utils": "^24.3.0-beta.
|
|
79
|
-
"@stablelib/ed25519": "^2.0.2",
|
|
80
|
-
"crypto-browserify": "^3.12.1",
|
|
73
|
+
"@ecadlabs/beacon-dapp": "4.8.1-ecad.6",
|
|
74
|
+
"@ecadlabs/beacon-types": "4.8.1-ecad.6",
|
|
75
|
+
"@taquito/core": "^24.3.0-beta.4",
|
|
76
|
+
"@taquito/taquito": "^24.3.0-beta.4",
|
|
77
|
+
"@taquito/utils": "^24.3.0-beta.4",
|
|
81
78
|
"typedarray-to-buffer": "^4.0.0",
|
|
82
79
|
"util": "^0.12.5"
|
|
83
80
|
},
|
|
84
81
|
"devDependencies": {
|
|
85
|
-
"@ecadlabs/beacon-transport-postmessage": "
|
|
86
|
-
"@ecadlabs/beacon-ui": "
|
|
82
|
+
"@ecadlabs/beacon-transport-postmessage": "4.8.1-ecad.6",
|
|
83
|
+
"@ecadlabs/beacon-ui": "4.8.1-ecad.6",
|
|
87
84
|
"@types/bluebird": "^3.5.42",
|
|
88
|
-
"@types/chrome": "0.
|
|
85
|
+
"@types/chrome": "0.1.40",
|
|
89
86
|
"@types/node": "^22.0.0",
|
|
90
87
|
"@types/ws": "^8.5.12",
|
|
91
88
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
92
89
|
"@typescript-eslint/parser": "^6.21.0",
|
|
93
90
|
"colors": "^1.4.0",
|
|
94
|
-
"coveralls": "^3.1.1",
|
|
95
91
|
"cross-env": "^7.0.3",
|
|
96
92
|
"eslint": "^8.57.0",
|
|
97
|
-
"fake-indexeddb": "^6.
|
|
93
|
+
"fake-indexeddb": "^6.2.5",
|
|
98
94
|
"lint-staged": "^15.2.7",
|
|
99
95
|
"lodash.camelcase": "^4.3.0",
|
|
100
96
|
"prettier": "^3.3.3",
|
|
101
97
|
"prompt": "^1.3.0",
|
|
102
98
|
"replace-in-file": "^8.1.0",
|
|
103
99
|
"rimraf": "^6.0.1",
|
|
104
|
-
"rollup": "^4.
|
|
100
|
+
"rollup": "^4.60.1",
|
|
105
101
|
"rollup-plugin-json": "^4.0.0",
|
|
106
102
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
107
|
-
"rollup-plugin-typescript2": "^0.
|
|
103
|
+
"rollup-plugin-typescript2": "^0.37.0",
|
|
108
104
|
"shelljs": "^0.8.5",
|
|
105
|
+
"ts-loader": "^9.5.7",
|
|
109
106
|
"ts-node": "^10.9.2",
|
|
110
107
|
"ts-toolbelt": "^9.6.0",
|
|
111
108
|
"typescript": "^5.9.3",
|
|
112
|
-
"webpack": "^5.
|
|
109
|
+
"webpack": "^5.106.1",
|
|
113
110
|
"webpack-cli": "^5.1.4"
|
|
114
111
|
},
|
|
115
112
|
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e"
|
package/signature.json
DELETED
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entries": [
|
|
3
|
-
{
|
|
4
|
-
"entry": "files/v1alpha2",
|
|
5
|
-
"value": {
|
|
6
|
-
"files": [
|
|
7
|
-
{
|
|
8
|
-
"path": "dist/taquito-beacon-wallet.es5.js",
|
|
9
|
-
"sha512": "658a1ea5cec9a5a9ff0b67d8cdc4faf66af004c2e294522ba780d88f22dd7c245b5f63cd6866752203fb9408dd7948b73a9b2e979b8c6119507821e178a72ae2"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"path": "dist/lib/taquito-beacon-wallet.js",
|
|
13
|
-
"sha512": "0a161618b9beb820232a5446162ffaa02f7bf3ea74b4d3f8a5aaa08b780c8265aa50bd362d82a97db773c466e55c8254ac2655741ec8e76772cf5cb5b3fb75e2"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"path": "dist/taquito-beacon-wallet.umd.js",
|
|
17
|
-
"sha512": "a725f6e9c038a73ea2e0961c66defa964a05d3ac036aa75b0c583263b50063e75fa85d1adeb47f5c04eca604e38ef66ace3241374e9860e1d7e1e951b3764c59"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"path": "dist/taquito-beacon-wallet.es5.js.map",
|
|
21
|
-
"sha512": "fe50738a39b96d628188c1cb4994506aab5740b2e713a8a5574c5c10f6961500855c82ffca66c484ba15c45a6c6c8f7302c95e3db23c1b2fdd6bd602a9d74c0a"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"path": "dist/lib/taquito-beacon-wallet.js.map",
|
|
25
|
-
"sha512": "9c4e154190c12e1586501d6f83cf68fa115a9f723213c7d37b8f6337d1a2583daf55dff5c1003949f5af889f98c9c4e0190866f12d9d5200865f3ed094da1961"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"path": "dist/taquito-beacon-wallet.umd.js.map",
|
|
29
|
-
"sha512": "c431f7badafa5d0ac145a51d04cb8d12460fd27a7a4676b08a9a1278933cc4d82e664b6bdebfe1cf87c0e081f3cf27123fcfd1277effdade1da4e6d43f90c6dd"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"path": "dist/types/taquito-beacon-wallet.d.ts",
|
|
33
|
-
"sha512": "72f96db06619b57573d9323b808f1d89baa70310485ed33b197c0b241b31e8790d88db91e9a35d016e34f0f5f082c7544e899f76a4a95565affd45915b7ac718"
|
|
34
|
-
}
|
|
35
|
-
]
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"entry": "identity/v1alpha2",
|
|
40
|
-
"value": {
|
|
41
|
-
"identity": {
|
|
42
|
-
"keybaseUser": "jevonearth"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"entry": "npmCompatiblePackageJson/v1alpha2",
|
|
48
|
-
"value": {
|
|
49
|
-
"packageJsonProperties": [
|
|
50
|
-
"author",
|
|
51
|
-
"dependencies",
|
|
52
|
-
"description",
|
|
53
|
-
"devDependencies",
|
|
54
|
-
"engines",
|
|
55
|
-
"files",
|
|
56
|
-
"gitHead",
|
|
57
|
-
"jest",
|
|
58
|
-
"keywords",
|
|
59
|
-
"license",
|
|
60
|
-
"lint-staged",
|
|
61
|
-
"main",
|
|
62
|
-
"module",
|
|
63
|
-
"name",
|
|
64
|
-
"publishConfig",
|
|
65
|
-
"repository",
|
|
66
|
-
"scripts",
|
|
67
|
-
"typings",
|
|
68
|
-
"version"
|
|
69
|
-
],
|
|
70
|
-
"sha512": "67c296fde031aa5011bad581cb975edc3d5fbe2afbf299b1e6d7f1c527d7a3047dc0958fbc92d9b4f563b52189fd58cd948bf00bcd1d67a9173f7862d8926dfc"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"entry": "packageJson/v1alpha2",
|
|
75
|
-
"value": {
|
|
76
|
-
"packageJson": {
|
|
77
|
-
"name": "@taquito/beacon-wallet",
|
|
78
|
-
"version": "8.0.4-beta.0",
|
|
79
|
-
"description": "Beacon wallet provider",
|
|
80
|
-
"keywords": [
|
|
81
|
-
"tezos",
|
|
82
|
-
"blockchain",
|
|
83
|
-
"websocket"
|
|
84
|
-
],
|
|
85
|
-
"main": "dist/taquito-beacon-wallet.umd.js",
|
|
86
|
-
"module": "dist/taquito-beacon-wallet.es5.js",
|
|
87
|
-
"typings": "dist/types/taquito-beacon-wallet.d.ts",
|
|
88
|
-
"files": [
|
|
89
|
-
"signature.json",
|
|
90
|
-
"dist"
|
|
91
|
-
],
|
|
92
|
-
"publishConfig": {
|
|
93
|
-
"access": "public"
|
|
94
|
-
},
|
|
95
|
-
"author": "Simon Boissonneault-Robert <simon@ecadlabs.com>",
|
|
96
|
-
"repository": {
|
|
97
|
-
"type": "git",
|
|
98
|
-
"url": ""
|
|
99
|
-
},
|
|
100
|
-
"license": "MIT",
|
|
101
|
-
"engines": {
|
|
102
|
-
"node": ">=18"
|
|
103
|
-
},
|
|
104
|
-
"scripts": {
|
|
105
|
-
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
|
|
106
|
-
"precommit": "lint-staged",
|
|
107
|
-
"prebuild": "rimraf dist",
|
|
108
|
-
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts",
|
|
109
|
-
"start": "rollup -c rollup.config.ts -w"
|
|
110
|
-
},
|
|
111
|
-
"lint-staged": {
|
|
112
|
-
"{src,test}/**/*.ts": [
|
|
113
|
-
"prettier --write",
|
|
114
|
-
"tslint --fix"
|
|
115
|
-
]
|
|
116
|
-
},
|
|
117
|
-
"jest": {
|
|
118
|
-
"transform": {
|
|
119
|
-
".(ts|tsx)": "ts-jest"
|
|
120
|
-
},
|
|
121
|
-
"testEnvironment": "node",
|
|
122
|
-
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
|
123
|
-
"moduleFileExtensions": [
|
|
124
|
-
"ts",
|
|
125
|
-
"tsx",
|
|
126
|
-
"js"
|
|
127
|
-
],
|
|
128
|
-
"coveragePathIgnorePatterns": [
|
|
129
|
-
"/node_modules/",
|
|
130
|
-
"/test/"
|
|
131
|
-
],
|
|
132
|
-
"collectCoverageFrom": [
|
|
133
|
-
"src/**/*.{js,ts}"
|
|
134
|
-
]
|
|
135
|
-
},
|
|
136
|
-
"dependencies": {
|
|
137
|
-
"@airgap/beacon-sdk": "4.0.12",
|
|
138
|
-
"@taquito/taquito": "^8.0.4-beta.0",
|
|
139
|
-
"@taquito/utils": "^8.0.4-beta.0"
|
|
140
|
-
},
|
|
141
|
-
"devDependencies": {
|
|
142
|
-
"@types/chrome": "0.0.126",
|
|
143
|
-
"@types/jest": "^26.0.16",
|
|
144
|
-
"@types/libsodium-wrappers": "^0.7.8",
|
|
145
|
-
"@types/node": "^18",
|
|
146
|
-
"@types/ws": "^7.4.0",
|
|
147
|
-
"colors": "^1.4.0",
|
|
148
|
-
"coveralls": "^3.1.0",
|
|
149
|
-
"cross-env": "^7.0.2",
|
|
150
|
-
"jest": "^26.6.3",
|
|
151
|
-
"jest-config": "^26.6.3",
|
|
152
|
-
"lint-staged": "^10.4.0",
|
|
153
|
-
"lodash.camelcase": "^4.3.0",
|
|
154
|
-
"prettier": "^2.1.2",
|
|
155
|
-
"prompt": "^1.0.0",
|
|
156
|
-
"replace-in-file": "^6.1.0",
|
|
157
|
-
"rimraf": "^3.0.2",
|
|
158
|
-
"rollup": "^2.28.2",
|
|
159
|
-
"rollup-plugin-json": "^4.0.0",
|
|
160
|
-
"rollup-plugin-typescript2": "^0.27.3",
|
|
161
|
-
"shelljs": "^0.8.4",
|
|
162
|
-
"ts-jest": "^26.4.4",
|
|
163
|
-
"ts-node": "^9.1.1",
|
|
164
|
-
"tslint": "^6.1.3",
|
|
165
|
-
"tslint-config-prettier": "^1.18.0",
|
|
166
|
-
"tslint-config-standard": "^9.0.0",
|
|
167
|
-
"typescript": "~4.1.5"
|
|
168
|
-
},
|
|
169
|
-
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
],
|
|
174
|
-
"signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJgN/T9CRAD9Qy5GYHsngAAh7sQAJX0r3AUmD/9aOlRG0QHN9J8\nmR+y7rc1xPXHSk2JREYv+qeRY6yM8hoThbYf3UXtywqSK8qGtiu2rjxgMtOJBurq\ng+RNFs6tG1L3q6rmM3A0g030JfQWKO9QvY7E8144kfXJM1CnlLGp8W6T8VIC5Mr5\nNH24DrLaOChD31vHt/tWUVn8ljQNFEzQmf2s50S9c2yud9QnUIyVz1n5QhzwHUpU\nP9XlSpbOw4MLrbrblWHGn1NvrnG1SOevwHqCH6t620uwZcpR1x5qdldVioIAobDh\nKnl4D22gANal7x/of8DQ1kDMXf/r4houuR5HPoSyRtlnbQdOtm4A8xOi8pk2D8VQ\n66NBkHYcDhckQnTzpwpCWlC3q5tR/JZoUY5T9JJuizPdEjwQyBGOjnjN2r02aIFg\nZmxH51vz1QWRDYO7Q02mO2u+bT0T6ojWtDkHGbmFcm6U0ONkXntlRsTzAL8LEjC8\nTzKWDsYBXHi6J30dWBtwfD3PKyq7sEri3+29ktOkbhyg2UeBfCyNNjQq+NTEYeFS\nzGRrbEslFO8EWhkX9VZIwRyJa7VUPRzADNC8W6Iqq6Fu3APaqibDqnm4B5jGHZpK\nHXiYgUuZkHI5pgfjempYULh9v4FHDdcumrCHPxihTxhYGfSZxvG3rc8/St/1bAIl\nFEUWaENtLRCqLLqpHrw7\n=nmc6\n-----END PGP SIGNATURE-----\n"
|
|
175
|
-
}
|