@taquito/tzip16 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
  };
@@ -607,8 +607,8 @@ class Tzip16Module {
607
607
 
608
608
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
609
609
  const VERSION = {
610
- "commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
611
- "version": "24.3.0-beta.1"
610
+ "commitHash": "fb73f1546d3dff2fbba7741ca6006680212bef16",
611
+ "version": "24.3.0-beta.2"
612
612
  };
613
613
 
614
614
  export { BigMapContractMetadataNotFoundError, ContractMetadataNotFoundError, DEFAULT_HANDLERS, ForbiddenInstructionInViewCodeError, HttpHandler, InvalidContractMetadataError, InvalidContractMetadataTypeError, InvalidUriError, IpfsHttpHandler, MetadataProvider, MichelsonStorageView, NoParameterExpectedError, ProtocolNotSupportedError, TezosStorageHandler, Tzip16ContractAbstraction, Tzip16Module, UnconfiguredContractMetadataProviderError, UriNotFoundError, VERSION, ViewFactory, ViewImplementationType, calculateSHA256Hash, tzip16 };
@@ -604,8 +604,8 @@
604
604
 
605
605
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
606
606
  const VERSION = {
607
- "commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
608
- "version": "24.3.0-beta.1"
607
+ "commitHash": "fb73f1546d3dff2fbba7741ca6006680212bef16",
608
+ "version": "24.3.0-beta.2"
609
609
  };
610
610
 
611
611
  Object.defineProperty(exports, "InvalidViewParameterError", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/tzip16",
3
- "version": "24.3.0-beta.1",
3
+ "version": "24.3.0-beta.2",
4
4
  "description": "TZIP-16 contract metadata support for Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -40,7 +40,7 @@
40
40
  "lint": "eslint --ext .js,.ts .",
41
41
  "precommit": "lint-staged",
42
42
  "prebuild": "rimraf dist",
43
- "test": "jest --collectCoverage",
43
+ "test": "vitest run --config ./vitest.config.ts",
44
44
  "version-stamp": "node ../taquito/version-stamping.js",
45
45
  "build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts --bundleConfigAsCjs",
46
46
  "start": "rollup -c rollup.config.ts --bundleConfigAsCjs -w"
@@ -51,32 +51,13 @@
51
51
  "eslint --fix"
52
52
  ]
53
53
  },
54
- "jest": {
55
- "transform": {
56
- ".(ts|tsx)": "ts-jest"
57
- },
58
- "testEnvironment": "node",
59
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
60
- "moduleFileExtensions": [
61
- "ts",
62
- "tsx",
63
- "js"
64
- ],
65
- "coveragePathIgnorePatterns": [
66
- "/node_modules/",
67
- "/test/"
68
- ],
69
- "collectCoverageFrom": [
70
- "src/**/*.{js,ts}"
71
- ]
72
- },
73
54
  "dependencies": {
74
- "@taquito/core": "^24.3.0-beta.1",
75
- "@taquito/http-utils": "^24.3.0-beta.1",
76
- "@taquito/michelson-encoder": "^24.3.0-beta.1",
77
- "@taquito/rpc": "^24.3.0-beta.1",
78
- "@taquito/taquito": "^24.3.0-beta.1",
79
- "@taquito/utils": "^24.3.0-beta.1",
55
+ "@taquito/core": "^24.3.0-beta.2",
56
+ "@taquito/http-utils": "^24.3.0-beta.2",
57
+ "@taquito/michelson-encoder": "^24.3.0-beta.2",
58
+ "@taquito/rpc": "^24.3.0-beta.2",
59
+ "@taquito/taquito": "^24.3.0-beta.2",
60
+ "@taquito/utils": "^24.3.0-beta.2",
80
61
  "bignumber.js": "^9.1.2",
81
62
  "crypto-js": "^4.2.0",
82
63
  "whatwg-url": "^15.1.0"
@@ -84,8 +65,7 @@
84
65
  "devDependencies": {
85
66
  "@types/bluebird": "^3.5.42",
86
67
  "@types/crypto-js": "^4.2.2",
87
- "@types/jest": "^29.5.12",
88
- "@types/node": "^20",
68
+ "@types/node": "^22.0.0",
89
69
  "@types/ws": "^8.5.12",
90
70
  "@typescript-eslint/eslint-plugin": "^6.21.0",
91
71
  "@typescript-eslint/parser": "^6.21.0",
@@ -93,8 +73,6 @@
93
73
  "coveralls": "^3.1.1",
94
74
  "cross-env": "^7.0.3",
95
75
  "eslint": "^8.57.0",
96
- "jest": "^29.7.0",
97
- "jest-config": "^29.7.0",
98
76
  "lint-staged": "^15.2.7",
99
77
  "lodash.camelcase": "^4.3.0",
100
78
  "prettier": "^3.3.3",
@@ -105,7 +83,6 @@
105
83
  "rollup-plugin-json": "^4.0.0",
106
84
  "rollup-plugin-typescript2": "^0.36.0",
107
85
  "shelljs": "^0.8.5",
108
- "ts-jest": "^29.2.3",
109
86
  "ts-node": "^10.9.2",
110
87
  "ts-toolbelt": "^9.6.0",
111
88
  "typescript": "^5.9.3"