@taquito/contracts-library 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/contracts-library",
3
- "version": "24.3.0-beta.1",
3
+ "version": "24.3.0-beta.2",
4
4
  "description": "Static Michelson scripts and entrypoints library for Taquito contract interactions.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -38,9 +38,9 @@
38
38
  "node": ">=22"
39
39
  },
40
40
  "scripts": {
41
- "test": "jest --coverage",
42
- "test:watch": "jest --coverage --watch",
43
- "test:prod": "npm run lint && npm run test -- --no-cache",
41
+ "test": "vitest run --config ./vitest.config.ts",
42
+ "test:watch": "vitest --config ./vitest.config.ts",
43
+ "test:prod": "npm run lint && npm run test",
44
44
  "lint": "eslint --ext .js,.ts .",
45
45
  "precommit": "lint-staged",
46
46
  "prebuild": "rimraf dist",
@@ -54,42 +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
- "moduleNameMapper": {
69
- "^@taquito/taquito$": "<rootDir>/../taquito/src/taquito.ts",
70
- "^@taquito/rpc$": "<rootDir>/../taquito-rpc/src/taquito-rpc.ts",
71
- "^@taquito/taquito-utils$": "<rootDir>/../taquito-utils/src/taquito-utils.ts",
72
- "^@taquito/taquito-http-utils$": "<rootDir>/../taquito-http-utils/src/taquito-http-utils.ts"
73
- },
74
- "coveragePathIgnorePatterns": [
75
- "/node_modules/",
76
- "/test/"
77
- ],
78
- "collectCoverageFrom": [
79
- "src/**/*.{js,ts}"
80
- ]
81
- },
82
57
  "dependencies": {
83
- "@taquito/core": "^24.3.0-beta.1",
84
- "@taquito/rpc": "^24.3.0-beta.1",
85
- "@taquito/taquito": "^24.3.0-beta.1",
86
- "@taquito/utils": "^24.3.0-beta.1",
58
+ "@taquito/core": "^24.3.0-beta.2",
59
+ "@taquito/rpc": "^24.3.0-beta.2",
60
+ "@taquito/taquito": "^24.3.0-beta.2",
61
+ "@taquito/utils": "^24.3.0-beta.2",
87
62
  "bignumber.js": "^9.1.2"
88
63
  },
89
64
  "devDependencies": {
90
65
  "@types/bluebird": "^3.5.42",
91
- "@types/jest": "^29.5.12",
92
- "@types/node": "^20",
66
+ "@types/node": "^22.0.0",
93
67
  "@types/superagent": "^8.1.8",
94
68
  "@typescript-eslint/eslint-plugin": "^6.21.0",
95
69
  "@typescript-eslint/parser": "^6.21.0",
@@ -97,8 +71,6 @@
97
71
  "coveralls": "^3.1.1",
98
72
  "cross-env": "^7.0.3",
99
73
  "eslint": "^8.57.0",
100
- "jest": "^29.7.0",
101
- "jest-config": "^29.7.0",
102
74
  "lint-staged": "^15.2.7",
103
75
  "lodash.camelcase": "^4.3.0",
104
76
  "prettier": "^3.3.3",
@@ -109,7 +81,6 @@
109
81
  "rollup-plugin-json": "^4.0.0",
110
82
  "rollup-plugin-typescript2": "^0.36.0",
111
83
  "shelljs": "^0.8.5",
112
- "ts-jest": "^29.2.3",
113
84
  "ts-node": "^10.9.2",
114
85
  "ts-toolbelt": "^9.6.0",
115
86
  "typescript": "^5.9.3"