@taquito/http-utils 24.3.0-beta.1 → 24.3.0-beta.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.
@@ -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": "05df48fee92f846cba793920d6fa829afd6a1847",
7
- "version": "24.3.0-beta.1"
6
+ "commitHash": "fb73f1546d3dff2fbba7741ca6006680212bef16",
7
+ "version": "24.3.0-beta.2"
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": "05df48fee92f846cba793920d6fa829afd6a1847",
562
- "version": "24.3.0-beta.1"
561
+ "commitHash": "fb73f1546d3dff2fbba7741ca6006680212bef16",
562
+ "version": "24.3.0-beta.2"
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": "05df48fee92f846cba793920d6fa829afd6a1847",
566
- "version": "24.3.0-beta.1"
565
+ "commitHash": "fb73f1546d3dff2fbba7741ca6006680212bef16",
566
+ "version": "24.3.0-beta.2"
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.1",
3
+ "version": "24.3.0-beta.2",
4
4
  "description": "HTTP transport utilities for Taquito RPC clients with retry, timeout, and error classification.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -48,7 +48,7 @@
48
48
  "version-stamp": "node ../taquito/version-stamping.js",
49
49
  "build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts --bundleConfigAsCjs",
50
50
  "start": "rollup -c rollup.config.ts --bundleConfigAsCjs -w",
51
- "test": "jest --coverage"
51
+ "test": "vitest run --config ./vitest.config.ts"
52
52
  },
53
53
  "lint-staged": {
54
54
  "{src,test}/**/*.ts": [
@@ -56,39 +56,17 @@
56
56
  "eslint --fix"
57
57
  ]
58
58
  },
59
- "jest": {
60
- "transform": {
61
- ".(ts|tsx)": "ts-jest"
62
- },
63
- "testEnvironment": "node",
64
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
65
- "moduleFileExtensions": [
66
- "ts",
67
- "tsx",
68
- "js"
69
- ],
70
- "coveragePathIgnorePatterns": [
71
- "/node_modules/",
72
- "/test/"
73
- ],
74
- "collectCoverageFrom": [
75
- "src/**/*.{js,ts}"
76
- ]
77
- },
78
59
  "dependencies": {
79
- "@taquito/core": "^24.3.0-beta.1"
60
+ "@taquito/core": "^24.3.0-beta.2"
80
61
  },
81
62
  "devDependencies": {
82
- "@types/jest": "^29.5.12",
83
- "@types/node": "^20",
63
+ "@types/node": "^22.0.0",
84
64
  "@typescript-eslint/eslint-plugin": "^6.21.0",
85
65
  "@typescript-eslint/parser": "^6.21.0",
86
66
  "colors": "^1.4.0",
87
67
  "coveralls": "^3.1.1",
88
68
  "cross-env": "^7.0.3",
89
69
  "eslint": "^8.57.0",
90
- "jest": "^29.7.0",
91
- "jest-config": "^29.7.0",
92
70
  "lint-staged": "^15.2.7",
93
71
  "lodash.camelcase": "^4.3.0",
94
72
  "prettier": "^3.3.3",
@@ -99,7 +77,6 @@
99
77
  "rollup-plugin-json": "^4.0.0",
100
78
  "rollup-plugin-typescript2": "^0.36.0",
101
79
  "shelljs": "^0.8.5",
102
- "ts-jest": "^29.2.3",
103
80
  "ts-node": "^10.9.2",
104
81
  "ts-toolbelt": "^9.6.0",
105
82
  "typescript": "^5.9.3"