@taquito/tzip12 24.3.0-beta.1 → 24.3.0-beta.3
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.
- package/dist/lib/errors.js +2 -0
- package/dist/lib/tzip12-contract-abstraction.js +2 -0
- package/dist/lib/version.js +2 -2
- package/dist/taquito-tzip12.es6.js +3 -2
- package/dist/taquito-tzip12.es6.js.map +1 -1
- package/dist/taquito-tzip12.umd.js +6 -6
- package/dist/types/errors.d.ts +4 -1
- package/dist/types/tzip12-contract-abstraction.d.ts +4 -1
- package/package.json +12 -36
- package/signature.json +0 -260
package/dist/lib/errors.js
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InvalidTokenMetadata = exports.TokenIdNotFound = exports.TokenMetadataNotFound = void 0;
|
|
4
4
|
const core_1 = require("@taquito/core");
|
|
5
|
+
const bignumber_js_1 = require("bignumber.js");
|
|
6
|
+
const BigNumber = bignumber_js_1.default;
|
|
5
7
|
/**
|
|
6
8
|
* @category Error
|
|
7
9
|
* Error that indicates the metadata not being found on the contract
|
|
@@ -4,6 +4,8 @@ exports.Tzip12ContractAbstraction = void 0;
|
|
|
4
4
|
const michelson_encoder_1 = require("@taquito/michelson-encoder");
|
|
5
5
|
const tzip16_1 = require("@taquito/tzip16");
|
|
6
6
|
const utils_1 = require("@taquito/utils");
|
|
7
|
+
const bignumber_js_1 = require("bignumber.js");
|
|
8
|
+
const BigNumber = bignumber_js_1.default;
|
|
7
9
|
const errors_1 = require("./errors");
|
|
8
10
|
const tokenMetadataBigMapType = {
|
|
9
11
|
prim: 'big_map',
|
package/dist/lib/version.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"version": "24.3.0-beta.
|
|
6
|
+
"commitHash": "a312cd3f4fc0ab0fb3351bfffe6ad855772cb077",
|
|
7
|
+
"version": "24.3.0-beta.3"
|
|
8
8
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { MichelsonMap, Schema } from '@taquito/michelson-encoder';
|
|
2
2
|
import { Tzip16ContractAbstraction, MetadataProvider, DEFAULT_HANDLERS } from '@taquito/tzip16';
|
|
3
3
|
import { bytesToString } from '@taquito/utils';
|
|
4
|
+
import 'bignumber.js';
|
|
4
5
|
import { TaquitoError } from '@taquito/core';
|
|
5
6
|
|
|
6
7
|
/**
|
|
@@ -224,8 +225,8 @@ class Tzip12Module {
|
|
|
224
225
|
|
|
225
226
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
226
227
|
const VERSION = {
|
|
227
|
-
"commitHash": "
|
|
228
|
-
"version": "24.3.0-beta.
|
|
228
|
+
"commitHash": "a312cd3f4fc0ab0fb3351bfffe6ad855772cb077",
|
|
229
|
+
"version": "24.3.0-beta.3"
|
|
229
230
|
};
|
|
230
231
|
|
|
231
232
|
export { InvalidTokenMetadata, TokenIdNotFound, TokenMetadataNotFound, Tzip12ContractAbstraction, Tzip12Module, VERSION, tzip12 };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taquito-tzip12.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"taquito-tzip12.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taquito/michelson-encoder'), require('@taquito/tzip16'), require('@taquito/utils'), require('@taquito/core')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '@taquito/michelson-encoder', '@taquito/tzip16', '@taquito/utils', '@taquito/core'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.taquitoTzip12 = {}, global.michelsonEncoder, global.tzip16, global.utils, global.taquitoCore));
|
|
5
|
-
})(this, (function (exports, michelsonEncoder, tzip16, utils, core) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taquito/michelson-encoder'), require('@taquito/tzip16'), require('@taquito/utils'), require('bignumber.js'), require('@taquito/core')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', '@taquito/michelson-encoder', '@taquito/tzip16', '@taquito/utils', 'bignumber.js', '@taquito/core'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.taquitoTzip12 = {}, global.michelsonEncoder, global.tzip16, global.utils, null, global.taquitoCore));
|
|
5
|
+
})(this, (function (exports, michelsonEncoder, tzip16, utils, BigNumberJs, core) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @category Error
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
|
|
226
226
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
227
227
|
const VERSION = {
|
|
228
|
-
"commitHash": "
|
|
229
|
-
"version": "24.3.0-beta.
|
|
228
|
+
"commitHash": "a312cd3f4fc0ab0fb3351bfffe6ad855772cb077",
|
|
229
|
+
"version": "24.3.0-beta.3"
|
|
230
230
|
};
|
|
231
231
|
|
|
232
232
|
exports.InvalidTokenMetadata = InvalidTokenMetadata;
|
package/dist/types/errors.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { TaquitoError } from '@taquito/core';
|
|
2
|
-
import
|
|
2
|
+
import BigNumberJs from 'bignumber.js';
|
|
3
|
+
type BigNumber = InstanceType<typeof BigNumberJs>;
|
|
4
|
+
declare const BigNumber: typeof BigNumberJs;
|
|
3
5
|
/**
|
|
4
6
|
* @category Error
|
|
5
7
|
* Error that indicates the metadata not being found on the contract
|
|
@@ -24,3 +26,4 @@ export declare class InvalidTokenMetadata extends TaquitoError {
|
|
|
24
26
|
readonly invalidMetadata: any;
|
|
25
27
|
constructor(invalidMetadata: any);
|
|
26
28
|
}
|
|
29
|
+
export {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { ContractAbstraction, ContractProvider, Wallet } from '@taquito/taquito';
|
|
2
2
|
import { MetadataContext } from '@taquito/tzip16';
|
|
3
|
-
import
|
|
3
|
+
import BigNumberJs from 'bignumber.js';
|
|
4
|
+
type BigNumber = InstanceType<typeof BigNumberJs>;
|
|
5
|
+
declare const BigNumber: typeof BigNumberJs;
|
|
4
6
|
export interface TokenMetadata {
|
|
5
7
|
token_id: BigNumber;
|
|
6
8
|
decimals: number;
|
|
@@ -40,3 +42,4 @@ export declare class Tzip12ContractAbstraction {
|
|
|
40
42
|
private retrieveTokenMetadataFromBigMap;
|
|
41
43
|
private findTokenMetadataBigMap;
|
|
42
44
|
}
|
|
45
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/tzip12",
|
|
3
|
-
"version": "24.3.0-beta.
|
|
3
|
+
"version": "24.3.0-beta.3",
|
|
4
4
|
"description": "TZIP-12 token metadata support for Taquito.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"module": "dist/taquito-tzip12.es6.js",
|
|
13
13
|
"typings": "dist/types/taquito-tzip12.d.ts",
|
|
14
14
|
"files": [
|
|
15
|
-
"dist"
|
|
16
|
-
"signature.json"
|
|
15
|
+
"dist"
|
|
17
16
|
],
|
|
18
17
|
"publishConfig": {
|
|
19
18
|
"access": "public"
|
|
@@ -40,7 +39,7 @@
|
|
|
40
39
|
"lint": "eslint --ext .js,.ts .",
|
|
41
40
|
"precommit": "lint-staged",
|
|
42
41
|
"prebuild": "rimraf dist",
|
|
43
|
-
"test": "
|
|
42
|
+
"test": "vitest run --config ./vitest.config.ts",
|
|
44
43
|
"version-stamp": "node ../taquito/version-stamping.js",
|
|
45
44
|
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts --bundleConfigAsCjs",
|
|
46
45
|
"start": "rollup -c rollup.config.ts --bundleConfigAsCjs -w"
|
|
@@ -51,56 +50,33 @@
|
|
|
51
50
|
"eslint --fix"
|
|
52
51
|
]
|
|
53
52
|
},
|
|
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
|
-
"<rootDir>/src/taquito-tzip12.ts"
|
|
69
|
-
],
|
|
70
|
-
"collectCoverageFrom": [
|
|
71
|
-
"src/**/*.{js,ts}"
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
53
|
"dependencies": {
|
|
75
|
-
"@taquito/
|
|
76
|
-
"@taquito/
|
|
77
|
-
"@taquito/
|
|
78
|
-
"@taquito/
|
|
54
|
+
"@taquito/utils": "^24.3.0-beta.3",
|
|
55
|
+
"@taquito/core": "^24.3.0-beta.3",
|
|
56
|
+
"@taquito/michelson-encoder": "^24.3.0-beta.3",
|
|
57
|
+
"@taquito/taquito": "^24.3.0-beta.3",
|
|
58
|
+
"@taquito/tzip16": "^24.3.0-beta.3",
|
|
59
|
+
"bignumber.js": "^10.0.2"
|
|
79
60
|
},
|
|
80
61
|
"devDependencies": {
|
|
81
62
|
"@types/bluebird": "^3.5.42",
|
|
82
|
-
"@types/
|
|
83
|
-
"@types/node": "^20",
|
|
63
|
+
"@types/node": "^22.0.0",
|
|
84
64
|
"@types/ws": "^8.5.12",
|
|
85
65
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
86
66
|
"@typescript-eslint/parser": "^6.21.0",
|
|
87
67
|
"colors": "^1.4.0",
|
|
88
|
-
"coveralls": "^3.1.1",
|
|
89
68
|
"cross-env": "^7.0.3",
|
|
90
69
|
"eslint": "^8.57.0",
|
|
91
|
-
"jest": "^29.7.0",
|
|
92
|
-
"jest-config": "^29.7.0",
|
|
93
70
|
"lint-staged": "^15.2.7",
|
|
94
71
|
"lodash.camelcase": "^4.3.0",
|
|
95
72
|
"prettier": "^3.3.3",
|
|
96
73
|
"prompt": "^1.3.0",
|
|
97
74
|
"replace-in-file": "^8.1.0",
|
|
98
75
|
"rimraf": "^6.0.1",
|
|
99
|
-
"rollup": "^4.
|
|
76
|
+
"rollup": "^4.60.1",
|
|
100
77
|
"rollup-plugin-json": "^4.0.0",
|
|
101
|
-
"rollup-plugin-typescript2": "^0.
|
|
78
|
+
"rollup-plugin-typescript2": "^0.37.0",
|
|
102
79
|
"shelljs": "^0.8.5",
|
|
103
|
-
"ts-jest": "^29.2.3",
|
|
104
80
|
"ts-node": "^10.9.2",
|
|
105
81
|
"ts-toolbelt": "^9.6.0",
|
|
106
82
|
"typescript": "^5.9.3"
|
package/signature.json
DELETED
|
@@ -1,260 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entries": [
|
|
3
|
-
{
|
|
4
|
-
"entry": "files/v1alpha2",
|
|
5
|
-
"value": {
|
|
6
|
-
"files": [
|
|
7
|
-
{
|
|
8
|
-
"path": "dist/lib/composer.js",
|
|
9
|
-
"sha512": "9c830a8d9198e64f7a8901ef49577b0f7ec348d0824b885ea9990805f76cd78a05dec09f85ad114e89bc816f0db82ce305a8b7b6e359026009802a467deb1b00"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"path": "dist/taquito-tzip12.es5.js",
|
|
13
|
-
"sha512": "1771aa6ffdd026aebd09a158118cf9199035e9a9afe2b6896dcbd53ef359f2b21cc664fced1238eb92c65f91d2a6ae164f317f57d1ef9099c76b04f55e48a20d"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"path": "dist/lib/taquito-tzip12.js",
|
|
17
|
-
"sha512": "1929027338bcba33f52d24c105c02c637311234c9d87cc0c4dc9172e04d6b8d9df659a853029f14ed951eec05d545dc7fc847dbfa83b4a36f811f057072f7a5c"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"path": "dist/taquito-tzip12.umd.js",
|
|
21
|
-
"sha512": "723eaa723f86295f0c759da6400e728228f83e0df825c1bf935365f9a0692895abff8eb6adb82476aef94e3fa16199bf83b30517fca22ae5bf6849cf0d8f00f4"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"path": "dist/lib/tzip12-contract-abstraction.js",
|
|
25
|
-
"sha512": "a70138afb71ca8d6e4f7a594195a4ac834eda3b47417e83778db22b82e3c64746b72d5f5b89efd7a95b65b79c735e774cd2390375617e1338e066a07d55d451a"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"path": "dist/lib/tzip12-errors.js",
|
|
29
|
-
"sha512": "3707179388f5af7af5e6de78f4f44ddc0c143bfbfed6e176e8a00ece45ecf84d8a71540fc9239c79c173d05b9121d995162ba698e6d79a26230eb7243d6f9ad1"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"path": "dist/lib/tzip12-extension.js",
|
|
33
|
-
"sha512": "bbd3376b0bbebeb2df8be5b36b9d4ea3421942ed05c9eec328027a44568e60955aabbb941fed4fbb02993de5418878a01b4a41fd9943e1416a929081437b162b"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "tsconfig.json",
|
|
37
|
-
"sha512": "dc1726b9bdf8a3aa303d7562b73327dafca5305a1dc4c2a666bd92a74e5e06ba2363d05e25f46111695c5bfe647e4dc90352d1a9c398158b9c598ec55909a594"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"path": "tsconfig.prod.json",
|
|
41
|
-
"sha512": "6f9928704743d6aadadc25fdf791083fad58262f7837a7e00a9353b264bcf023963e5474aed209b69e3b36ff91fc2497ec47a62a39c7c1cb036ef34ff1b6f7c6"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"path": "tslint.json",
|
|
45
|
-
"sha512": "0d4498aba99c680e135ef3018412601e98189b1e1673a2c52400b7bac90d286a7161679b656788519578f59f6f521fdc7f908862ff3c7828024108eafb26fcc4"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "dist/lib/composer.js.map",
|
|
49
|
-
"sha512": "6b195b7752b53e442a688a6955830fb70902d237b47a50a8239a9a2684168de2adf3c025a8909c78467f6ef04564806cc1598cccfd3c8f153bc4a3fac5e00492"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"path": "dist/taquito-tzip12.es5.js.map",
|
|
53
|
-
"sha512": "e4f3c867d304b5102289d06c304d25135df22151d4bea25dea335b6cae284f9b9e78c1fe7790f4cc7c51dc4ef2c7f56406a632930349f4b8d246de1e79b21ae9"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"path": "dist/lib/taquito-tzip12.js.map",
|
|
57
|
-
"sha512": "fd100e16ac56d4dba602246c83e91e647afe690641b9905d607d2857cf4e8b8775c6095320d00de220f9661605e660015ac9876e46ece33d9fc6ddf996ba1907"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "dist/taquito-tzip12.umd.js.map",
|
|
61
|
-
"sha512": "ba459295768877d27faedeb49c675f49a19e27e60d8f57ab232ebcde96efbea9a5894646aeb854be5f8e24d32bf3890489dfbc8fc9de4c2d7945c4f6118ae1ac"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"path": "dist/lib/tzip12-contract-abstraction.js.map",
|
|
65
|
-
"sha512": "67b604bbf22a34bd4db71cd744fc5db8c0371e427427ff99db3143882248ea33d1940e59e387903a346d6e7b5dfcfdd79a051935425badea0890fd8286cd9692"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"path": "dist/lib/tzip12-errors.js.map",
|
|
69
|
-
"sha512": "d6167eaf707da671a0aa4aeebba5d4614e836f3010318507f14947ced0b740d95290de6f7e5e36c521d4ee7f6fa941e4d17b9bcf84a233d32a4014eeab7f5c97"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"path": "dist/lib/tzip12-extension.js.map",
|
|
73
|
-
"sha512": "9fca90b75866c6364bb32d04ada0ac20bd49195baf4133092973f03990ca52f938a14eecbc1192998c9c29669de981ae9fa8c98c88dc5055f8f2f92524355b03"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"path": "dist/types/composer.d.ts",
|
|
77
|
-
"sha512": "f30b8e442ef05ad417752e454d3cb1a40b756ae4001e5f9f73310095b939002239409f82fcae58623c77c9a94bafaaca79c8703aede7d96d713baf34909ddc13"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"path": "src/composer.ts",
|
|
81
|
-
"sha512": "06d6c99c18fbca42e53b8b1b8ccdbde84c424e88cf2e263aa6da5583fa6cbf83424aef39ae3328381cc9191ed48ea01c09e2f775a0e1561d58afc851b5991da6"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"path": "rollup.config.ts",
|
|
85
|
-
"sha512": "cdd096ee8ac367a45c3dc5bc594f89f0bd4114550348c09d0107d6c13b37e2fc7b0a98d37def667224c3041ff917f2784d06296daaaa52ed8549f3d2be2509f8"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"path": "dist/types/taquito-tzip12.d.ts",
|
|
89
|
-
"sha512": "4a8dee488d191082e0b6d36494ad67efebce80c64e7726adbd721b975e728cac80b55288d2b27c8695160e9ecb6a43f0b7dcd5637006334983b59dfc9bc0a530"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"path": "src/taquito-tzip12.ts",
|
|
93
|
-
"sha512": "7456a927d16aa5a400bb6df356d6471e5f37031d42fd2c2466304abe472b760dd32777ea970069c2e96b646ec7703f7a2d6f547dd97de000cbf02ae242e46b0e"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"path": "dist/types/tzip12-contract-abstraction.d.ts",
|
|
97
|
-
"sha512": "b27fe0e0d066a5a8bb3c357fb948f4a37677c5d10672e983bcde8da201de02237ad762f5a9a3641b6bc66d3c03fdfca16064c17fa98948127745e0cf9f39336f"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"path": "test/tzip12-contract-abstraction.spec.ts",
|
|
101
|
-
"sha512": "5969a2ceee91049f7544fb0d25b02aad329a51efde5970c2ddddc2c062a556db7220749842103c2cffd32ddcae0f33b53ea3f3035b169b9529182fc43c995029"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"path": "src/tzip12-contract-abstraction.ts",
|
|
105
|
-
"sha512": "d4559809989c7fe4cf7755563f7d147313d5116a14f3642655c44e087b4aaf407c741acc3a614b66637b79311b29255dfd3d32a8e75c4832cbb533801ca4d2ba"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"path": "dist/types/tzip12-errors.d.ts",
|
|
109
|
-
"sha512": "8e3e46bae687fa12d2e7550f5b5a9eeac9e85a70afbb06964eddd0bc57cc619e275c9b1eed74ede3d1521524e9480ebbdab2927214f89eda96e91dfb4851c404"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"path": "src/tzip12-errors.ts",
|
|
113
|
-
"sha512": "31fa9c0d15db3b2ff150f5c584e126889456925c110e66e9dd8b7bf7b6aadd8e1c9349f94aa5bf1dc398011ba17a5cec753aa3f3c91947367e6f6f8a602af232"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"path": "dist/types/tzip12-extension.d.ts",
|
|
117
|
-
"sha512": "9102ae99e8c05a06234b3fc6cffcc81040dc3cdaae8dcbb661b127a5398552c65d50ddf73a5717d0dcac20dff541c9eefc689166b1297307aa2908c25e1980ea"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"path": "src/tzip12-extension.ts",
|
|
121
|
-
"sha512": "25066c3e4952beffa08303c207dcac425beaf4389a2b0c4231fc3875c8c0d44bce1fcce03051c0b8de75df10f5d3c4143f1f494091a7397aed29c26cbd3b6406"
|
|
122
|
-
}
|
|
123
|
-
]
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"entry": "identity/v1alpha2",
|
|
128
|
-
"value": {
|
|
129
|
-
"identity": {
|
|
130
|
-
"keybaseUser": "jevonearth"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"entry": "npmCompatiblePackageJson/v1alpha2",
|
|
136
|
-
"value": {
|
|
137
|
-
"packageJsonProperties": [
|
|
138
|
-
"author",
|
|
139
|
-
"dependencies",
|
|
140
|
-
"description",
|
|
141
|
-
"devDependencies",
|
|
142
|
-
"engines",
|
|
143
|
-
"gitHead",
|
|
144
|
-
"jest",
|
|
145
|
-
"keywords",
|
|
146
|
-
"license",
|
|
147
|
-
"lint-staged",
|
|
148
|
-
"main",
|
|
149
|
-
"module",
|
|
150
|
-
"name",
|
|
151
|
-
"publishConfig",
|
|
152
|
-
"repository",
|
|
153
|
-
"scripts",
|
|
154
|
-
"typings",
|
|
155
|
-
"version"
|
|
156
|
-
],
|
|
157
|
-
"sha512": "443ada2396444ab721112177d1460fed6710a37a1318775048f8639e2861500e91ddfa880f581e8593fa2ebc0f062eb7e9fab364ab768e1a866c8eb1ec87e626"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"entry": "packageJson/v1alpha2",
|
|
162
|
-
"value": {
|
|
163
|
-
"packageJson": {
|
|
164
|
-
"name": "@taquito/tzip12",
|
|
165
|
-
"version": "8.0.4-beta.0",
|
|
166
|
-
"description": "Tzip12",
|
|
167
|
-
"keywords": [
|
|
168
|
-
"tezos",
|
|
169
|
-
"blockchain",
|
|
170
|
-
"tzip12"
|
|
171
|
-
],
|
|
172
|
-
"main": "dist/taquito-tzip12.umd.js",
|
|
173
|
-
"module": "dist/taquito-tzip12.es5.js",
|
|
174
|
-
"typings": "dist/types/taquito-tzip12.d.ts",
|
|
175
|
-
"publishConfig": {
|
|
176
|
-
"access": "public"
|
|
177
|
-
},
|
|
178
|
-
"author": "Roxane Letourneau <roxane@ecadlabs.com>",
|
|
179
|
-
"repository": {
|
|
180
|
-
"type": "git",
|
|
181
|
-
"url": ""
|
|
182
|
-
},
|
|
183
|
-
"license": "MIT",
|
|
184
|
-
"engines": {
|
|
185
|
-
"node": ">=18"
|
|
186
|
-
},
|
|
187
|
-
"scripts": {
|
|
188
|
-
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
|
|
189
|
-
"precommit": "lint-staged",
|
|
190
|
-
"prebuild": "rimraf dist",
|
|
191
|
-
"test": "jest --collectCoverage",
|
|
192
|
-
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts",
|
|
193
|
-
"start": "rollup -c rollup.config.ts -w"
|
|
194
|
-
},
|
|
195
|
-
"lint-staged": {
|
|
196
|
-
"{src,test}/**/*.ts": [
|
|
197
|
-
"prettier --write",
|
|
198
|
-
"tslint --fix"
|
|
199
|
-
]
|
|
200
|
-
},
|
|
201
|
-
"jest": {
|
|
202
|
-
"transform": {
|
|
203
|
-
".(ts|tsx)": "ts-jest"
|
|
204
|
-
},
|
|
205
|
-
"testEnvironment": "node",
|
|
206
|
-
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
|
207
|
-
"moduleFileExtensions": [
|
|
208
|
-
"ts",
|
|
209
|
-
"tsx",
|
|
210
|
-
"js"
|
|
211
|
-
],
|
|
212
|
-
"coveragePathIgnorePatterns": [
|
|
213
|
-
"/node_modules/",
|
|
214
|
-
"/test/",
|
|
215
|
-
"<rootDir>/src/taquito-tzip12.ts"
|
|
216
|
-
],
|
|
217
|
-
"collectCoverageFrom": [
|
|
218
|
-
"src/**/*.{js,ts}"
|
|
219
|
-
]
|
|
220
|
-
},
|
|
221
|
-
"dependencies": {
|
|
222
|
-
"@taquito/michelson-encoder": "^8.0.4-beta.0",
|
|
223
|
-
"@taquito/taquito": "^8.0.4-beta.0",
|
|
224
|
-
"@taquito/tzip16": "^8.0.4-beta.0",
|
|
225
|
-
"bignumber.js": "^9.0.1"
|
|
226
|
-
},
|
|
227
|
-
"devDependencies": {
|
|
228
|
-
"@types/jest": "^26.0.14",
|
|
229
|
-
"@types/node": "^18",
|
|
230
|
-
"@types/ws": "^7.2.7",
|
|
231
|
-
"colors": "^1.4.0",
|
|
232
|
-
"coveralls": "^3.1.0",
|
|
233
|
-
"cross-env": "^7.0.2",
|
|
234
|
-
"jest": "^26.5.2",
|
|
235
|
-
"jest-config": "^26.5.2",
|
|
236
|
-
"lint-staged": "^10.4.0",
|
|
237
|
-
"lodash.camelcase": "^4.3.0",
|
|
238
|
-
"prettier": "^2.1.2",
|
|
239
|
-
"prompt": "^1.0.0",
|
|
240
|
-
"replace-in-file": "^6.1.0",
|
|
241
|
-
"rimraf": "^3.0.2",
|
|
242
|
-
"rollup": "^2.28.2",
|
|
243
|
-
"rollup-plugin-json": "^4.0.0",
|
|
244
|
-
"rollup-plugin-typescript2": "^0.27.3",
|
|
245
|
-
"shelljs": "^0.8.4",
|
|
246
|
-
"ts-jest": "^26.4.1",
|
|
247
|
-
"ts-node": "^9.0.0",
|
|
248
|
-
"tslint": "^6.1.2",
|
|
249
|
-
"tslint-config-prettier": "^1.18.0",
|
|
250
|
-
"tslint-config-standard": "^9.0.0",
|
|
251
|
-
"typedoc": "^0.20.23",
|
|
252
|
-
"typescript": "~4.1.5"
|
|
253
|
-
},
|
|
254
|
-
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e"
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
],
|
|
259
|
-
"signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJgN/UJCRAD9Qy5GYHsngAAG5YQADz9lK/rnrFl59ncciwO6SeO\n6hDavbgXSWmNc3IB9C7Axw4IX+ojxmlkUjPoi5Q+TUfX08MoBNl7s2p1+Xy/nlmI\nrW9H3d/d0BBJSONgMzwFQ+vCgdAX+WQdEs8e7wGBuzFiILz79m3iA4hXPg2wip0T\nr1gWwV0lyPWYQNlpX34P6mirXnXwun9p5fMFW5XWhRCqb5elRM3uLbpXPkUX2K7Z\nuDyZk73RUMzeFW+xZ2V4AA9KN+CPPjQ4i5gJDHMh/Cbhi7fKcY7cEGiqtkni+svx\nochQocYEeLZ8wMEAKYBupRP1kVXH9xx0PYyiyj9xRl0581j3bohVKij+MiWqYwNw\nlMK6iuQrAzIgH/g9A7v6HrjoKeInf+1Ae5KxMu9y7bwiueTtce4dli1XgzXFJZd9\nOAGpTJKj0W7VpWRK1PiOiFcd8JK5ZNNTVDbSl1x/EVpifVNThHDJ0430p0vZOevG\nsRG4KsGnVE+c8lE8xPAfGXJ77gVP08X6kvhPxwW95/LmZXrulZEqlP/5b6+D/6RQ\nPX6N1IQtdf6ltrpCHSOSJDg0vnFTdWt2L5NkKcl0i68vZd4ieAk0sR0GuRR5xHWk\nXaQXAysU3pQ88QnY5QSEVg3CLMvgYPc5lt7unrkajS/6lK+lCnTKyJw4pykok4os\nINu80bS6QLT1kZPipXn0\n=bYl2\n-----END PGP SIGNATURE-----\n"
|
|
260
|
-
}
|