@taquito/remote-signer 24.3.0-beta.0 → 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": "27675679db6515e8b092195ef5c58c2c0ea5f5c8",
7
- "version": "24.3.0-beta.0"
6
+ "commitHash": "fb73f1546d3dff2fbba7741ca6006680212bef16",
7
+ "version": "24.3.0-beta.2"
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": "27675679db6515e8b092195ef5c58c2c0ea5f5c8",
66
- "version": "24.3.0-beta.0"
65
+ "commitHash": "fb73f1546d3dff2fbba7741ca6006680212bef16",
66
+ "version": "24.3.0-beta.2"
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": "27675679db6515e8b092195ef5c58c2c0ea5f5c8",
67
- "version": "24.3.0-beta.0"
66
+ "commitHash": "fb73f1546d3dff2fbba7741ca6006680212bef16",
67
+ "version": "24.3.0-beta.2"
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.0",
3
+ "version": "24.3.0-beta.2",
4
4
  "description": "Remote signer client for Taquito, designed to work with services such as Signatory.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -40,7 +40,7 @@
40
40
  "node": ">=22"
41
41
  },
42
42
  "scripts": {
43
- "test": "jest --coverage",
43
+ "test": "vitest run --config ./vitest.config.ts",
44
44
  "lint": "eslint --ext .js,.ts .",
45
45
  "precommit": "lint-staged",
46
46
  "prebuild": "rimraf dist",
@@ -54,38 +54,16 @@
54
54
  "eslint --fix"
55
55
  ]
56
56
  },
57
- "jest": {
58
- "transform": {
59
- ".(ts|tsx)": "ts-jest"
60
- },
61
- "testEnvironment": "node",
62
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
63
- "moduleFileExtensions": [
64
- "ts",
65
- "tsx",
66
- "js"
67
- ],
68
- "coveragePathIgnorePatterns": [
69
- "/node_modules/",
70
- "/test/"
71
- ],
72
- "collectCoverageFrom": [
73
- "src/**/*.{js,ts}"
74
- ]
75
- },
76
57
  "dependencies": {
77
- "@stablelib/blake2b": "^1.0.1",
78
- "@stablelib/ed25519": "^1.0.3",
79
- "@taquito/core": "^24.3.0-beta.0",
80
- "@taquito/http-utils": "^24.3.0-beta.0",
81
- "@taquito/taquito": "^24.3.0-beta.0",
82
- "@taquito/utils": "^24.3.0-beta.0",
58
+ "@taquito/core": "^24.3.0-beta.2",
59
+ "@taquito/http-utils": "^24.3.0-beta.2",
60
+ "@taquito/taquito": "^24.3.0-beta.2",
61
+ "@taquito/utils": "^24.3.0-beta.2",
83
62
  "typedarray-to-buffer": "^4.0.0"
84
63
  },
85
64
  "devDependencies": {
86
65
  "@types/bluebird": "^3.5.42",
87
- "@types/jest": "^29.5.12",
88
- "@types/node": "^20",
66
+ "@types/node": "^22.0.0",
89
67
  "@types/ws": "^8.5.12",
90
68
  "@typescript-eslint/eslint-plugin": "^6.21.0",
91
69
  "@typescript-eslint/parser": "^6.21.0",
@@ -93,8 +71,6 @@
93
71
  "coveralls": "^3.1.1",
94
72
  "cross-env": "^7.0.3",
95
73
  "eslint": "^8.57.0",
96
- "jest": "^29.7.0",
97
- "jest-config": "^29.7.0",
98
74
  "lint-staged": "^15.2.7",
99
75
  "lodash.camelcase": "^4.3.0",
100
76
  "prettier": "^3.3.3",
@@ -105,7 +81,6 @@
105
81
  "rollup-plugin-json": "^4.0.0",
106
82
  "rollup-plugin-typescript2": "^0.36.0",
107
83
  "shelljs": "^0.8.5",
108
- "ts-jest": "^29.2.3",
109
84
  "ts-node": "^10.9.2",
110
85
  "ts-toolbelt": "^9.6.0",
111
86
  "typescript": "^5.9.3"