@taquito/tzip12 20.0.2-beta.0 → 20.0.2-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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.tzip12 = void 0;
3
+ exports.tzip12 = tzip12;
4
4
  const tzip12_contract_abstraction_1 = require("./tzip12-contract-abstraction");
5
5
  const ABSTRACTION_KEY = Symbol('Tzip12ContractAbstractionObjectKey');
6
6
  function tzip12(abs, context) {
@@ -15,4 +15,3 @@ function tzip12(abs, context) {
15
15
  },
16
16
  });
17
17
  }
18
- exports.tzip12 = tzip12;
@@ -54,8 +54,8 @@ class Tzip12ContractAbstraction {
54
54
  * @returns True if "interfaces" field is present and contains "TZIP-012", false otherwise
55
55
  */
56
56
  isTzip12Compliant() {
57
- var _a;
58
57
  return __awaiter(this, void 0, void 0, function* () {
58
+ var _a;
59
59
  let isCompliant = false;
60
60
  const metadata = yield this.getContractMetadata();
61
61
  if (metadata) {
@@ -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 OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "8c7737cb6ad36ea87f5f8833e012a9d472832790",
7
- "version": "20.0.2-beta.0"
6
+ "commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97",
7
+ "version": "20.0.2-beta.2"
8
8
  };
@@ -112,8 +112,8 @@ class Tzip12ContractAbstraction {
112
112
  * @returns True if "interfaces" field is present and contains "TZIP-012", false otherwise
113
113
  */
114
114
  isTzip12Compliant() {
115
- var _a;
116
115
  return __awaiter(this, void 0, void 0, function* () {
116
+ var _a;
117
117
  let isCompliant = false;
118
118
  const metadata = yield this.getContractMetadata();
119
119
  if (metadata) {
@@ -272,8 +272,8 @@ class Tzip12Module {
272
272
 
273
273
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
274
274
  const VERSION = {
275
- "commitHash": "8c7737cb6ad36ea87f5f8833e012a9d472832790",
276
- "version": "20.0.2-beta.0"
275
+ "commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97",
276
+ "version": "20.0.2-beta.2"
277
277
  };
278
278
 
279
279
  export { InvalidTokenMetadata, TokenIdNotFound, TokenMetadataNotFound, Tzip12ContractAbstraction, Tzip12Module, VERSION, tzip12 };
@@ -114,8 +114,8 @@
114
114
  * @returns True if "interfaces" field is present and contains "TZIP-012", false otherwise
115
115
  */
116
116
  isTzip12Compliant() {
117
- var _a;
118
117
  return __awaiter(this, void 0, void 0, function* () {
118
+ var _a;
119
119
  let isCompliant = false;
120
120
  const metadata = yield this.getContractMetadata();
121
121
  if (metadata) {
@@ -274,8 +274,8 @@
274
274
 
275
275
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
276
276
  const VERSION = {
277
- "commitHash": "8c7737cb6ad36ea87f5f8833e012a9d472832790",
278
- "version": "20.0.2-beta.0"
277
+ "commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97",
278
+ "version": "20.0.2-beta.2"
279
279
  };
280
280
 
281
281
  exports.InvalidTokenMetadata = InvalidTokenMetadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/tzip12",
3
- "version": "20.0.2-beta.0",
3
+ "version": "20.0.2-beta.2",
4
4
  "description": "Tzip12",
5
5
  "keywords": [
6
6
  "tezos",
@@ -62,38 +62,38 @@
62
62
  ]
63
63
  },
64
64
  "dependencies": {
65
- "@taquito/core": "^20.0.2-beta.0",
66
- "@taquito/michelson-encoder": "^20.0.2-beta.0",
67
- "@taquito/taquito": "^20.0.2-beta.0",
68
- "@taquito/tzip16": "^20.0.2-beta.0"
65
+ "@taquito/core": "^20.0.2-beta.2",
66
+ "@taquito/michelson-encoder": "^20.0.2-beta.2",
67
+ "@taquito/taquito": "^20.0.2-beta.2",
68
+ "@taquito/tzip16": "^20.0.2-beta.2"
69
69
  },
70
70
  "devDependencies": {
71
- "@types/bluebird": "^3.5.40",
72
- "@types/jest": "^29.5.5",
73
- "@types/node": "^20",
74
- "@types/ws": "^8.5.7",
75
- "@typescript-eslint/eslint-plugin": "^6.8.0",
76
- "@typescript-eslint/parser": "^6.8.0",
71
+ "@types/bluebird": "^3.5.42",
72
+ "@types/jest": "^29.5.12",
73
+ "@types/node": "^22",
74
+ "@types/ws": "^8.5.12",
75
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
76
+ "@typescript-eslint/parser": "^6.21.0",
77
77
  "colors": "^1.4.0",
78
78
  "coveralls": "^3.1.1",
79
79
  "cross-env": "^7.0.3",
80
- "eslint": "^8.51.0",
80
+ "eslint": "^8.57.0",
81
81
  "jest": "^29.7.0",
82
82
  "jest-config": "^29.7.0",
83
- "lint-staged": "^14.0.1",
83
+ "lint-staged": "^15.2.7",
84
84
  "lodash.camelcase": "^4.3.0",
85
- "prettier": "^3.0.3",
85
+ "prettier": "^3.3.3",
86
86
  "prompt": "^1.3.0",
87
- "replace-in-file": "^7.0.1",
88
- "rimraf": "^5.0.5",
89
- "rollup": "^4.1.4",
87
+ "replace-in-file": "^8.1.0",
88
+ "rimraf": "^6.0.1",
89
+ "rollup": "^4.19.1",
90
90
  "rollup-plugin-json": "^4.0.0",
91
91
  "rollup-plugin-typescript2": "^0.36.0",
92
92
  "shelljs": "^0.8.5",
93
- "ts-jest": "^29.1.1",
94
- "ts-node": "^10.9.1",
93
+ "ts-jest": "^29.2.3",
94
+ "ts-node": "^10.9.2",
95
95
  "ts-toolbelt": "^9.6.0",
96
- "typescript": "~5.2.2"
96
+ "typescript": "~5.5.4"
97
97
  },
98
- "gitHead": "668e57eda3f7408503646f564346704d0f979327"
98
+ "gitHead": "f0f9e4d22a374c72913abbb1991b0e5b34f4c978"
99
99
  }