@taquito/remote-signer 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
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
|
};
|
|
@@ -62,8 +62,8 @@ class SignatureVerificationError extends TaquitoError {
|
|
|
62
62
|
|
|
63
63
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
64
64
|
const VERSION = {
|
|
65
|
-
"commitHash": "
|
|
66
|
-
"version": "24.3.0-beta.
|
|
65
|
+
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
66
|
+
"version": "24.3.0-beta.4"
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
/**
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
|
|
64
64
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
65
65
|
const VERSION = {
|
|
66
|
-
"commitHash": "
|
|
67
|
-
"version": "24.3.0-beta.
|
|
66
|
+
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
67
|
+
"version": "24.3.0-beta.4"
|
|
68
68
|
};
|
|
69
69
|
|
|
70
70
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/remote-signer",
|
|
3
|
-
"version": "24.3.0-beta.
|
|
3
|
+
"version": "24.3.0-beta.4",
|
|
4
4
|
"description": "Remote signer client for Taquito, designed to work with services such as Signatory.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"module": "dist/taquito-remote-signer.es6.js",
|
|
15
15
|
"typings": "dist/types/taquito-remote-signer.d.ts",
|
|
16
16
|
"files": [
|
|
17
|
-
"signature.json",
|
|
18
17
|
"dist"
|
|
19
18
|
],
|
|
20
19
|
"publishConfig": {
|
|
@@ -55,10 +54,10 @@
|
|
|
55
54
|
]
|
|
56
55
|
},
|
|
57
56
|
"dependencies": {
|
|
58
|
-
"@taquito/core": "^24.3.0-beta.
|
|
59
|
-
"@taquito/http-utils": "^24.3.0-beta.
|
|
60
|
-
"@taquito/taquito": "^24.3.0-beta.
|
|
61
|
-
"@taquito/utils": "^24.3.0-beta.
|
|
57
|
+
"@taquito/core": "^24.3.0-beta.4",
|
|
58
|
+
"@taquito/http-utils": "^24.3.0-beta.4",
|
|
59
|
+
"@taquito/taquito": "^24.3.0-beta.4",
|
|
60
|
+
"@taquito/utils": "^24.3.0-beta.4",
|
|
62
61
|
"typedarray-to-buffer": "^4.0.0"
|
|
63
62
|
},
|
|
64
63
|
"devDependencies": {
|
|
@@ -68,7 +67,6 @@
|
|
|
68
67
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
69
68
|
"@typescript-eslint/parser": "^6.21.0",
|
|
70
69
|
"colors": "^1.4.0",
|
|
71
|
-
"coveralls": "^3.1.1",
|
|
72
70
|
"cross-env": "^7.0.3",
|
|
73
71
|
"eslint": "^8.57.0",
|
|
74
72
|
"lint-staged": "^15.2.7",
|
|
@@ -77,9 +75,9 @@
|
|
|
77
75
|
"prompt": "^1.3.0",
|
|
78
76
|
"replace-in-file": "^8.1.0",
|
|
79
77
|
"rimraf": "^6.0.1",
|
|
80
|
-
"rollup": "^4.
|
|
78
|
+
"rollup": "^4.60.1",
|
|
81
79
|
"rollup-plugin-json": "^4.0.0",
|
|
82
|
-
"rollup-plugin-typescript2": "^0.
|
|
80
|
+
"rollup-plugin-typescript2": "^0.37.0",
|
|
83
81
|
"shelljs": "^0.8.5",
|
|
84
82
|
"ts-node": "^10.9.2",
|
|
85
83
|
"ts-toolbelt": "^9.6.0",
|
package/signature.json
DELETED
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entries": [
|
|
3
|
-
{
|
|
4
|
-
"entry": "files/v1alpha2",
|
|
5
|
-
"value": {
|
|
6
|
-
"files": [
|
|
7
|
-
{
|
|
8
|
-
"path": "dist/lib/errors.js",
|
|
9
|
-
"sha512": "39828cca93764951baa4adb003a11374653599621445d1e5d75172aa018634605832cb0374d08b69ff5d7a7a522ec37f33717af9956c00d6b6371b791ec967e6"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"path": "dist/taquito-remote-signer.es5.js",
|
|
13
|
-
"sha512": "0dd6d4e4a5b8c69f9f051ca47cb34bcd088a5bcec427cab5c419033657fe378ef8035afaaa80f7d42d6521d1c1b45674444a23d8ca2ddad417d075556ec2f857"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"path": "dist/lib/taquito-remote-signer.js",
|
|
17
|
-
"sha512": "6f2d924669e9cbed4cf815550d6ab411b8faa636a78e95891b0429e4f121b5d17bb9d9b9d3dd065814f41a29732c6a06043641178ad23576d0eaaaa281367a54"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"path": "dist/taquito-remote-signer.umd.js",
|
|
21
|
-
"sha512": "53f66dc41fd7793793914797043bea8501421d242e5bd0d1b232866bb2985805f6756d307da2fef267c80dc2c0b2e8375768e537e330733f5bc74d987373d294"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"path": "dist/lib/errors.js.map",
|
|
25
|
-
"sha512": "13fc6522b1b3668a421903e8a3c828bc0da7b760bbebac8e72fadbaac5d0fb40b5506835174c33c8585a76f8588475429b4e105ab34173be681383bb443e2379"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"path": "dist/taquito-remote-signer.es5.js.map",
|
|
29
|
-
"sha512": "5f48d816b03c82d02da9e232ea07ca50a625a047e3dc6c7146b237c814cbd485c28752b639de3f43aefa7848e3b407f3a4e6bf36781867268d9baf5a8fcc2015"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"path": "dist/lib/taquito-remote-signer.js.map",
|
|
33
|
-
"sha512": "470ca92a0611ee7bf1e09e43b6810a178445d6d3c9da32c6bc4c939483307997b553afc32fee221b30344acd2eab3f9bec068a307eb99da3d1aaefaeb344b494"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "dist/taquito-remote-signer.umd.js.map",
|
|
37
|
-
"sha512": "d16e2f89ce4e526257dcd53e1b605fd5a178d8904cdac7fdc171af9b110aab162e1140334603096b31677805a6b06b82ba20819cfc4c0e24ab31e433d3cbcdbd"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"path": "dist/types/errors.d.ts",
|
|
41
|
-
"sha512": "420fc912e7087f78e96fb40aa494c428fd405910c5d4ee718d0ba038abb46539ff0a3c1d9525f5de0a45ed3ff932e60bef0503dc83f9eac78d12f44faadf7a47"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"path": "dist/types/taquito-remote-signer.d.ts",
|
|
45
|
-
"sha512": "0186df01e2d35b966e39fa1475350d4ed16cde95db4d2c7736e6e8d8f30fde75b28dcd5d570a4268023db4ebf0e2873e7871b3803d1b80c4341d9910313859b5"
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"entry": "identity/v1alpha2",
|
|
52
|
-
"value": {
|
|
53
|
-
"identity": {
|
|
54
|
-
"keybaseUser": "jevonearth"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"entry": "npmCompatiblePackageJson/v1alpha2",
|
|
60
|
-
"value": {
|
|
61
|
-
"packageJsonProperties": [
|
|
62
|
-
"author",
|
|
63
|
-
"dependencies",
|
|
64
|
-
"description",
|
|
65
|
-
"devDependencies",
|
|
66
|
-
"engines",
|
|
67
|
-
"files",
|
|
68
|
-
"gitHead",
|
|
69
|
-
"jest",
|
|
70
|
-
"keywords",
|
|
71
|
-
"license",
|
|
72
|
-
"lint-staged",
|
|
73
|
-
"main",
|
|
74
|
-
"module",
|
|
75
|
-
"name",
|
|
76
|
-
"publishConfig",
|
|
77
|
-
"repository",
|
|
78
|
-
"scripts",
|
|
79
|
-
"typings",
|
|
80
|
-
"version"
|
|
81
|
-
],
|
|
82
|
-
"sha512": "f761b288f4d6aac698abf4026af62136d8db6d232c81e11001d44a6da407487f7bd22a7af460c28836f8e562b340e93cbd431bb21b57cb88056daf14a7c2075c"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"entry": "packageJson/v1alpha2",
|
|
87
|
-
"value": {
|
|
88
|
-
"packageJson": {
|
|
89
|
-
"name": "@taquito/remote-signer",
|
|
90
|
-
"version": "8.0.4-beta.0",
|
|
91
|
-
"description": "Remote signer provider",
|
|
92
|
-
"keywords": [
|
|
93
|
-
"tezos",
|
|
94
|
-
"blockchain"
|
|
95
|
-
],
|
|
96
|
-
"main": "dist/taquito-remote-signer.umd.js",
|
|
97
|
-
"module": "dist/taquito-remote-signer.es5.js",
|
|
98
|
-
"typings": "dist/types/taquito-remote-signer.d.ts",
|
|
99
|
-
"files": [
|
|
100
|
-
"signature.json",
|
|
101
|
-
"dist"
|
|
102
|
-
],
|
|
103
|
-
"publishConfig": {
|
|
104
|
-
"access": "public"
|
|
105
|
-
},
|
|
106
|
-
"author": "Simon Boissonneault-Robert <simon@ecadlabs.com>",
|
|
107
|
-
"repository": {
|
|
108
|
-
"type": "git",
|
|
109
|
-
"url": ""
|
|
110
|
-
},
|
|
111
|
-
"license": "MIT",
|
|
112
|
-
"engines": {
|
|
113
|
-
"node": ">=18"
|
|
114
|
-
},
|
|
115
|
-
"scripts": {
|
|
116
|
-
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
|
|
117
|
-
"precommit": "lint-staged",
|
|
118
|
-
"prebuild": "rimraf dist",
|
|
119
|
-
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts",
|
|
120
|
-
"start": "rollup -c rollup.config.ts -w"
|
|
121
|
-
},
|
|
122
|
-
"lint-staged": {
|
|
123
|
-
"{src,test}/**/*.ts": [
|
|
124
|
-
"prettier --write",
|
|
125
|
-
"tslint --fix"
|
|
126
|
-
]
|
|
127
|
-
},
|
|
128
|
-
"jest": {
|
|
129
|
-
"transform": {
|
|
130
|
-
".(ts|tsx)": "ts-jest"
|
|
131
|
-
},
|
|
132
|
-
"testEnvironment": "node",
|
|
133
|
-
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
|
134
|
-
"moduleFileExtensions": [
|
|
135
|
-
"ts",
|
|
136
|
-
"tsx",
|
|
137
|
-
"js"
|
|
138
|
-
],
|
|
139
|
-
"coveragePathIgnorePatterns": [
|
|
140
|
-
"/node_modules/",
|
|
141
|
-
"/test/"
|
|
142
|
-
],
|
|
143
|
-
"collectCoverageFrom": [
|
|
144
|
-
"src/**/*.{js,ts}"
|
|
145
|
-
]
|
|
146
|
-
},
|
|
147
|
-
"dependencies": {
|
|
148
|
-
"@taquito/http-utils": "^8.0.4-beta.0",
|
|
149
|
-
"@taquito/taquito": "^8.0.4-beta.0",
|
|
150
|
-
"@taquito/utils": "^8.0.4-beta.0",
|
|
151
|
-
"@types/jest": "^26.0.16",
|
|
152
|
-
"elliptic": "^6.5.3",
|
|
153
|
-
"libsodium-wrappers": "^0.7.8",
|
|
154
|
-
"typedarray-to-buffer": "^3.1.5"
|
|
155
|
-
},
|
|
156
|
-
"devDependencies": {
|
|
157
|
-
"@types/elliptic": "^6.4.12",
|
|
158
|
-
"@types/jest": "^26.0.16",
|
|
159
|
-
"@types/libsodium-wrappers": "^0.7.8",
|
|
160
|
-
"@types/node": "^18",
|
|
161
|
-
"@types/ws": "^7.4.0",
|
|
162
|
-
"colors": "^1.4.0",
|
|
163
|
-
"coveralls": "^3.1.0",
|
|
164
|
-
"cross-env": "^7.0.2",
|
|
165
|
-
"jest": "^26.6.3",
|
|
166
|
-
"jest-config": "^26.6.3",
|
|
167
|
-
"lint-staged": "^10.4.0",
|
|
168
|
-
"lodash.camelcase": "^4.3.0",
|
|
169
|
-
"prettier": "^2.1.2",
|
|
170
|
-
"prompt": "^1.0.0",
|
|
171
|
-
"replace-in-file": "^6.1.0",
|
|
172
|
-
"rimraf": "^3.0.2",
|
|
173
|
-
"rollup": "^2.28.2",
|
|
174
|
-
"rollup-plugin-json": "^4.0.0",
|
|
175
|
-
"rollup-plugin-typescript2": "^0.27.3",
|
|
176
|
-
"shelljs": "^0.8.4",
|
|
177
|
-
"ts-jest": "^26.4.4",
|
|
178
|
-
"ts-node": "^9.1.1",
|
|
179
|
-
"tslint": "^6.1.3",
|
|
180
|
-
"tslint-config-prettier": "^1.18.0",
|
|
181
|
-
"tslint-config-standard": "^9.0.0",
|
|
182
|
-
"typescript": "~4.1.5"
|
|
183
|
-
},
|
|
184
|
-
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
],
|
|
189
|
-
"signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJgN/UECRAD9Qy5GYHsngAA0MUQAHrpfEOkmUQL9Sol6gVfBd27\nwpAEMOzrSIRwpPFUZqvUFth/vx6la8+GH90POkxOZDrnHaRx93/IefG1EntFSGUv\n7r+TQ5DrsGq1F1WBASVYKRF4SlZatRpRfuO9L0KyNOHubtP6tSBS8Z7le8Dsk2NI\ns6ogLKg5ZitjTFVq05zkXyQQQdxgvMwiOqS+u5nVuXA7uUJgQ957Gmm7anYElgpG\n+GK3EIGAsck8rJW3uGG08BCGTKSmvLYuRJ6NjUrdMKeJ8RXA4L64UD26rlN9ZyzG\n1neFUHmSQGDe8zo8n2cBMGRx0VMmi13K7HN1/AFoRmpMdRBpvuT6BLwno4rDIQz1\niu6yiscP2Xz4pHaR2xZXeZQbL57kV6hpzNNnpJCUxdVWu4cBcFD61ANkm+uxuGnK\nnuGStvkvVnvUJ2XpRtRSiqItmVRaH2HN/K7vHLVLlTN2X7ZHkuT17rMklLODKlxh\nPExslji1dSLLXgea1HpFEm65eKIjG9ZMA4rYPmpcxxIGgo8yEDv3aQCW5NsC4V2T\nkVJICueqUkJLNfyCYMaXqsNCvekHh65udflLtsDvq4vESj3Tez747xkUomLRhBRD\n3NsPbY1JpBS5U6n+I2eIKgtDidYW/PmZF6U4846OS+hgnHqjSPCi+tk+cljlPmmt\nz5IylVx6faGv1rug/WiG\n=RTfe\n-----END PGP SIGNATURE-----\n"
|
|
190
|
-
}
|