@taquito/http-utils 24.3.0-beta.2 → 24.3.0-beta.3
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": "a312cd3f4fc0ab0fb3351bfffe6ad855772cb077",
|
|
7
|
+
"version": "24.3.0-beta.3"
|
|
8
8
|
};
|
|
@@ -558,8 +558,8 @@ var STATUS_CODE;
|
|
|
558
558
|
|
|
559
559
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
560
560
|
const VERSION = {
|
|
561
|
-
"commitHash": "
|
|
562
|
-
"version": "24.3.0-beta.
|
|
561
|
+
"commitHash": "a312cd3f4fc0ab0fb3351bfffe6ad855772cb077",
|
|
562
|
+
"version": "24.3.0-beta.3"
|
|
563
563
|
};
|
|
564
564
|
|
|
565
565
|
/**
|
|
@@ -562,8 +562,8 @@
|
|
|
562
562
|
|
|
563
563
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
564
564
|
const VERSION = {
|
|
565
|
-
"commitHash": "
|
|
566
|
-
"version": "24.3.0-beta.
|
|
565
|
+
"commitHash": "a312cd3f4fc0ab0fb3351bfffe6ad855772cb077",
|
|
566
|
+
"version": "24.3.0-beta.3"
|
|
567
567
|
};
|
|
568
568
|
|
|
569
569
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/http-utils",
|
|
3
|
-
"version": "24.3.0-beta.
|
|
3
|
+
"version": "24.3.0-beta.3",
|
|
4
4
|
"description": "HTTP transport utilities for Taquito RPC clients with retry, timeout, and error classification.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"module": "dist/taquito-http-utils.es6.js",
|
|
17
17
|
"typings": "dist/types/taquito-http-utils.d.ts",
|
|
18
18
|
"files": [
|
|
19
|
-
"signature.json",
|
|
20
19
|
"dist"
|
|
21
20
|
],
|
|
22
21
|
"author": "ECAD Labs Inc <info@ecadlabs.com>",
|
|
@@ -57,14 +56,13 @@
|
|
|
57
56
|
]
|
|
58
57
|
},
|
|
59
58
|
"dependencies": {
|
|
60
|
-
"@taquito/core": "^24.3.0-beta.
|
|
59
|
+
"@taquito/core": "^24.3.0-beta.3"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|
|
63
62
|
"@types/node": "^22.0.0",
|
|
64
63
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
65
64
|
"@typescript-eslint/parser": "^6.21.0",
|
|
66
65
|
"colors": "^1.4.0",
|
|
67
|
-
"coveralls": "^3.1.1",
|
|
68
66
|
"cross-env": "^7.0.3",
|
|
69
67
|
"eslint": "^8.57.0",
|
|
70
68
|
"lint-staged": "^15.2.7",
|
|
@@ -73,9 +71,9 @@
|
|
|
73
71
|
"prompt": "^1.3.0",
|
|
74
72
|
"replace-in-file": "^8.1.0",
|
|
75
73
|
"rimraf": "^6.0.1",
|
|
76
|
-
"rollup": "^4.
|
|
74
|
+
"rollup": "^4.60.1",
|
|
77
75
|
"rollup-plugin-json": "^4.0.0",
|
|
78
|
-
"rollup-plugin-typescript2": "^0.
|
|
76
|
+
"rollup-plugin-typescript2": "^0.37.0",
|
|
79
77
|
"shelljs": "^0.8.5",
|
|
80
78
|
"ts-node": "^10.9.2",
|
|
81
79
|
"ts-toolbelt": "^9.6.0",
|
package/signature.json
DELETED
|
@@ -1,179 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entries": [
|
|
3
|
-
{
|
|
4
|
-
"entry": "files/v1alpha2",
|
|
5
|
-
"value": {
|
|
6
|
-
"files": [
|
|
7
|
-
{
|
|
8
|
-
"path": "dist/lib/status_code.js",
|
|
9
|
-
"sha512": "673748bebf088f7222ad49ced652687a27f923316a770f0b26f5b032545a2fba3311be1f48133fa786c44e2845aefe9210c6011164b56ec984d1385eb8e7b7fc"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"path": "dist/taquito-http-utils.es5.js",
|
|
13
|
-
"sha512": "477b796699411c9cefe85b876b7f7c706a45ca02614ba91410162b58ef50761e209cf156ebea4aab50b9176199a5c29614bdb8100991947c746e3b5f8ad6b078"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"path": "dist/lib/taquito-http-utils.js",
|
|
17
|
-
"sha512": "06ad24314d33a408a5908a9c1b90615f86c72dbb52b3185a499dceed8d31f97c5e017f7e921ceddf1bd6a817cd599be0ceefd07ebbdb36e30853d3ad08f097ad"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"path": "dist/taquito-http-utils.umd.js",
|
|
21
|
-
"sha512": "6f54f7c97d82399752150e639048c55dba9ec05e89dfe72b88bc2a3fded344a8ab1058f0f95d72002791a26bf4f623eed65acdadcba82261fd7996e6c76d9e83"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"path": "dist/lib/status_code.js.map",
|
|
25
|
-
"sha512": "a438a4c1871950e44fdb9ad48802660e2692a0c5a05ca2273a2d61d301d796aea37f9c219fdcadbc106466aae46387ca5a2cbc1a8d10f4746e627c632d4d6248"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"path": "dist/taquito-http-utils.es5.js.map",
|
|
29
|
-
"sha512": "c54b81dec94e12e4be14bc4c7c7aea6f10f02018ac51b1585bce319fe4d7aca83419c6136159ebdcb512d58b3e5c4ac3c4c72a1470bccea9bc50e370bcf22f6b"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"path": "dist/lib/taquito-http-utils.js.map",
|
|
33
|
-
"sha512": "3bd30baee0089e2d22c2fff9ebd236d392b0a81f6671fdf6202b573caa11e2d9a3f69a4a095afb5f89a3ae2273a7e1575f5788b1be3163fc5026e773c31ad6ac"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "dist/taquito-http-utils.umd.js.map",
|
|
37
|
-
"sha512": "0181128f981fa00465ce346941ed84d8e9bc8da775dde390ac33151970bb9f9aad4cc8d26558e91284f9038da46ed38bfaf0a1c1c998a30a7ed93ec3a355ff3a"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"path": "dist/types/status_code.d.ts",
|
|
41
|
-
"sha512": "e73a0c29d243799279103fef426cd4ec77b6545367fcba787df2c3579f68d773a940b7030caa072c5a0d9ea21216c578b917a4bccc2ee4d77be47752ce538dff"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"path": "dist/types/taquito-http-utils.d.ts",
|
|
45
|
-
"sha512": "e135f5382f57cb169697d871dba086d6f29e92ba1fe8398ac3a8b6e8c49bc990f295372360c6e49b6f6423efcd522536edac1e4c755ffa976019da994ecbc770"
|
|
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": "a9899eccd917013582e020f078d0c6291226f0d89fa1d91d9401927d080f971b5e02f9e951b0f0e1da6d4ecf5e9833d7b04387a4c263021061b10dcd9c13bcb7"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"entry": "packageJson/v1alpha2",
|
|
87
|
-
"value": {
|
|
88
|
-
"packageJson": {
|
|
89
|
-
"name": "@taquito/http-utils",
|
|
90
|
-
"version": "8.0.4-beta.0",
|
|
91
|
-
"description": "",
|
|
92
|
-
"keywords": [],
|
|
93
|
-
"main": "dist/taquito-http-utils.umd.js",
|
|
94
|
-
"module": "dist/taquito-http-utils.es5.js",
|
|
95
|
-
"typings": "dist/types/taquito-http-utils.d.ts",
|
|
96
|
-
"files": [
|
|
97
|
-
"signature.json",
|
|
98
|
-
"dist"
|
|
99
|
-
],
|
|
100
|
-
"author": "Simon Boissonneault-Robert <simon@ecadlabs.com>",
|
|
101
|
-
"repository": {
|
|
102
|
-
"type": "git",
|
|
103
|
-
"url": ""
|
|
104
|
-
},
|
|
105
|
-
"publishConfig": {
|
|
106
|
-
"access": "public"
|
|
107
|
-
},
|
|
108
|
-
"license": "MIT",
|
|
109
|
-
"engines": {
|
|
110
|
-
"node": ">=18"
|
|
111
|
-
},
|
|
112
|
-
"scripts": {
|
|
113
|
-
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts'",
|
|
114
|
-
"precommit": "lint-staged",
|
|
115
|
-
"prebuild": "rimraf dist",
|
|
116
|
-
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts",
|
|
117
|
-
"start": "rollup -c rollup.config.ts -w"
|
|
118
|
-
},
|
|
119
|
-
"lint-staged": {
|
|
120
|
-
"{src,test}/**/*.ts": [
|
|
121
|
-
"prettier --write",
|
|
122
|
-
"tslint --fix"
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
|
-
"jest": {
|
|
126
|
-
"transform": {
|
|
127
|
-
".(ts|tsx)": "ts-jest"
|
|
128
|
-
},
|
|
129
|
-
"testEnvironment": "node",
|
|
130
|
-
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
|
131
|
-
"moduleFileExtensions": [
|
|
132
|
-
"ts",
|
|
133
|
-
"tsx",
|
|
134
|
-
"js"
|
|
135
|
-
],
|
|
136
|
-
"coveragePathIgnorePatterns": [
|
|
137
|
-
"/node_modules/",
|
|
138
|
-
"/test/"
|
|
139
|
-
],
|
|
140
|
-
"collectCoverageFrom": [
|
|
141
|
-
"src/**/*.{js,ts}"
|
|
142
|
-
]
|
|
143
|
-
},
|
|
144
|
-
"dependencies": {
|
|
145
|
-
"xhr2-cookies": "^1.1.0"
|
|
146
|
-
},
|
|
147
|
-
"devDependencies": {
|
|
148
|
-
"@types/jest": "^26.0.16",
|
|
149
|
-
"@types/node": "^18",
|
|
150
|
-
"@types/superagent": "^4.1.10",
|
|
151
|
-
"colors": "^1.4.0",
|
|
152
|
-
"coveralls": "^3.1.0",
|
|
153
|
-
"cross-env": "^7.0.2",
|
|
154
|
-
"jest": "^26.6.3",
|
|
155
|
-
"jest-config": "^26.6.3",
|
|
156
|
-
"lint-staged": "^10.4.0",
|
|
157
|
-
"lodash.camelcase": "^4.3.0",
|
|
158
|
-
"prettier": "^2.1.2",
|
|
159
|
-
"prompt": "^1.0.0",
|
|
160
|
-
"replace-in-file": "^6.1.0",
|
|
161
|
-
"rimraf": "^3.0.2",
|
|
162
|
-
"rollup": "^2.28.2",
|
|
163
|
-
"rollup-plugin-json": "^4.0.0",
|
|
164
|
-
"rollup-plugin-typescript2": "^0.27.3",
|
|
165
|
-
"shelljs": "^0.8.4",
|
|
166
|
-
"ts-jest": "^26.4.4",
|
|
167
|
-
"ts-node": "^9.1.1",
|
|
168
|
-
"tslint": "^6.1.3",
|
|
169
|
-
"tslint-config-prettier": "^1.18.0",
|
|
170
|
-
"tslint-config-standard": "^9.0.0",
|
|
171
|
-
"typescript": "~4.1.5"
|
|
172
|
-
},
|
|
173
|
-
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e"
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
],
|
|
178
|
-
"signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJgN/T/CRAD9Qy5GYHsngAA2rcQAHQ7oAbelULhQtJcDIxHxN47\nAzzaEXexR7/af5fFtgr2F84dI85zI3RXXRtATLjHiDuodbhGIN6E5nhpkqmEDO0g\nsET2bGWcHBlqbfIUWE8PUg0pybEKbbS5zHRqrZK/ywEp+OjTnr8TKHZGN/6oXe1o\ngdJGFJgAlKmZ9vssE0MAMnqpELF4VSQ427JjlRx91Lvbokfm39+vwb1mOW+vnGG9\ngdKB/6CWrjtjCJQ7rItyA/dgLbxCPrIAu/80JOnpVaSrM5rArRJd4y6tB6qcB4/7\nmFioJrAzBeIUXvoINyr4+JaWanxCurYK9Mlmtn7A3f5m7K/rs/haC0W1xBxb400C\ndOFPmdfqEmbEMY4I6sawequkBrnHvPGRYB3QnUdWnnqMAt7nzjyhaR0iIv5CQQAK\nq4Ao81a3sEUlFnOFx0PojQwMA+HsTHb/jnYSAlPFwEWZOPHkQO8GdeL/S/wQqPwz\nGDixESwM/pQGpn+neZPOsfWqDQfG0alT+ZKm+Zo6jRePJjkC0hy+pLRBLDw9bEQz\nv1fZuWAOyQI+LGgeIpiQhF3V7wBqg3NSCoO5juqyic0TMcVdgCLxle8Vw9EERw0r\nIpf1slEiSS1iJdKE3IJ0NnRpKabo0arDg8pldbYQsVZrB9GP1yaziiFMpr1OdMC6\n2z18RnCBXzS7YGEcODZP\n=dhWE\n-----END PGP SIGNATURE-----\n"
|
|
179
|
-
}
|