sablier 1.0.0-beta.3 → 1.0.0-beta.4
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/chains/data.d.ts +4 -47
- package/dist/chains/data.d.ts.map +1 -1
- package/dist/chains/data.js +5 -38
- package/dist/chains/data.js.map +1 -1
- package/dist/chains/mainnets.d.ts +1 -30
- package/dist/chains/mainnets.d.ts.map +1 -1
- package/dist/chains/mainnets.js +34 -31
- package/dist/chains/mainnets.js.map +1 -1
- package/dist/chains/testnets.d.ts +2 -12
- package/dist/chains/testnets.d.ts.map +1 -1
- package/dist/chains/testnets.js +15 -13
- package/dist/chains/testnets.js.map +1 -1
- package/package.json +1 -1
package/dist/chains/data.d.ts
CHANGED
|
@@ -1,50 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
export declare const mainnets: typeof mainnetsModule;
|
|
5
|
-
export declare const testnets: typeof testnetsModule;
|
|
1
|
+
import { mainnets } from "./mainnets";
|
|
2
|
+
import { testnets } from "./testnets";
|
|
3
|
+
export { mainnets, testnets };
|
|
6
4
|
export declare const chains: {
|
|
7
|
-
|
|
8
|
-
baseSepolia: Sablier.Chain;
|
|
9
|
-
blastSepolia: Sablier.Chain;
|
|
10
|
-
lineaSepolia: Sablier.Chain;
|
|
11
|
-
ethereumSepolia: Sablier.Chain;
|
|
12
|
-
modeTestnet: Sablier.Chain;
|
|
13
|
-
monadTestnet: Sablier.Chain;
|
|
14
|
-
morphHolesky: Sablier.Chain;
|
|
15
|
-
optimismSepolia: Sablier.Chain;
|
|
16
|
-
superseedSepolia: Sablier.Chain;
|
|
17
|
-
taikoHekla: Sablier.Chain;
|
|
18
|
-
zksyncSepolia: Sablier.Chain;
|
|
19
|
-
abstract: Sablier.Chain;
|
|
20
|
-
arbitrum: Sablier.Chain;
|
|
21
|
-
avalanche: Sablier.Chain;
|
|
22
|
-
base: Sablier.Chain;
|
|
23
|
-
berachain: Sablier.Chain;
|
|
24
|
-
blast: Sablier.Chain;
|
|
25
|
-
bsc: Sablier.Chain;
|
|
26
|
-
chiliz: Sablier.Chain;
|
|
27
|
-
coreDao: Sablier.Chain;
|
|
28
|
-
ethereum: Sablier.Chain;
|
|
29
|
-
form: Sablier.Chain;
|
|
30
|
-
gnosis: Sablier.Chain;
|
|
31
|
-
iotex: Sablier.Chain;
|
|
32
|
-
lightlink: Sablier.Chain;
|
|
33
|
-
linea: Sablier.Chain;
|
|
34
|
-
meld: Sablier.Chain;
|
|
35
|
-
mode: Sablier.Chain;
|
|
36
|
-
morph: Sablier.Chain;
|
|
37
|
-
optimism: Sablier.Chain;
|
|
38
|
-
polygon: Sablier.Chain;
|
|
39
|
-
ronin: Sablier.Chain;
|
|
40
|
-
scroll: Sablier.Chain;
|
|
41
|
-
sei: Sablier.Chain;
|
|
42
|
-
sophon: Sablier.Chain;
|
|
43
|
-
superseed: Sablier.Chain;
|
|
44
|
-
taiko: Sablier.Chain;
|
|
45
|
-
unichain: Sablier.Chain;
|
|
46
|
-
xdc: Sablier.Chain;
|
|
47
|
-
zksync: Sablier.Chain;
|
|
48
|
-
tangle: Sablier.Chain;
|
|
5
|
+
[x: string]: import("..").Sablier.Chain;
|
|
49
6
|
};
|
|
50
7
|
//# sourceMappingURL=data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/chains/data.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/chains/data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC;AAC9B,eAAO,MAAM,MAAM;;CAA+B,CAAC"}
|
package/dist/chains/data.js
CHANGED
|
@@ -1,42 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
3
|
exports.chains = exports.testnets = exports.mainnets = void 0;
|
|
37
|
-
const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
exports.testnets
|
|
41
|
-
exports.chains = { ...
|
|
4
|
+
const mainnets_1 = require("./mainnets");
|
|
5
|
+
Object.defineProperty(exports, "mainnets", { enumerable: true, get: function () { return mainnets_1.mainnets; } });
|
|
6
|
+
const testnets_1 = require("./testnets");
|
|
7
|
+
Object.defineProperty(exports, "testnets", { enumerable: true, get: function () { return testnets_1.testnets; } });
|
|
8
|
+
exports.chains = { ...mainnets_1.mainnets, ...testnets_1.testnets };
|
|
42
9
|
//# sourceMappingURL=data.js.map
|
package/dist/chains/data.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/chains/data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/chains/data.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAG7B,yFAHA,mBAAQ,OAGA;AAFjB,yCAAsC;AAEnB,yFAFV,mBAAQ,OAEU;AACd,QAAA,MAAM,GAAG,EAAE,GAAG,mBAAQ,EAAE,GAAG,mBAAQ,EAAE,CAAC"}
|
|
@@ -1,32 +1,3 @@
|
|
|
1
1
|
import type { Sablier } from "../types";
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const arbitrum: Sablier.Chain;
|
|
4
|
-
export declare const avalanche: Sablier.Chain;
|
|
5
|
-
export declare const base: Sablier.Chain;
|
|
6
|
-
export declare const berachain: Sablier.Chain;
|
|
7
|
-
export declare const blast: Sablier.Chain;
|
|
8
|
-
export declare const bsc: Sablier.Chain;
|
|
9
|
-
export declare const chiliz: Sablier.Chain;
|
|
10
|
-
export declare const coreDao: Sablier.Chain;
|
|
11
|
-
export declare const ethereum: Sablier.Chain;
|
|
12
|
-
export declare const form: Sablier.Chain;
|
|
13
|
-
export declare const gnosis: Sablier.Chain;
|
|
14
|
-
export declare const iotex: Sablier.Chain;
|
|
15
|
-
export declare const lightlink: Sablier.Chain;
|
|
16
|
-
export declare const linea: Sablier.Chain;
|
|
17
|
-
export declare const meld: Sablier.Chain;
|
|
18
|
-
export declare const mode: Sablier.Chain;
|
|
19
|
-
export declare const morph: Sablier.Chain;
|
|
20
|
-
export declare const optimism: Sablier.Chain;
|
|
21
|
-
export declare const polygon: Sablier.Chain;
|
|
22
|
-
export declare const ronin: Sablier.Chain;
|
|
23
|
-
export declare const scroll: Sablier.Chain;
|
|
24
|
-
export declare const sei: Sablier.Chain;
|
|
25
|
-
export declare const sophon: Sablier.Chain;
|
|
26
|
-
export declare const superseed: Sablier.Chain;
|
|
27
|
-
export declare const taiko: Sablier.Chain;
|
|
28
|
-
export declare const unichain: Sablier.Chain;
|
|
29
|
-
export declare const xdc: Sablier.Chain;
|
|
30
|
-
export declare const zksync: Sablier.Chain;
|
|
31
|
-
export declare const tangle: Sablier.Chain;
|
|
2
|
+
export declare const mainnets: Record<string, Sablier.Chain>;
|
|
32
3
|
//# sourceMappingURL=mainnets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mainnets.d.ts","sourceRoot":"","sources":["../../src/chains/mainnets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"mainnets.d.ts","sourceRoot":"","sources":["../../src/chains/mainnets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAoC1C,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,CA+BlD,CAAC"}
|
package/dist/chains/mainnets.js
CHANGED
|
@@ -33,40 +33,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.
|
|
36
|
+
exports.mainnets = void 0;
|
|
37
37
|
const viem_1 = require("viem");
|
|
38
38
|
const viem = __importStar(require("viem/chains"));
|
|
39
39
|
const config_1 = require("./config");
|
|
40
|
-
|
|
41
|
-
exports.arbitrum = (0, config_1.fill)("arbitrum", viem.arbitrum);
|
|
42
|
-
exports.avalanche = (0, config_1.fill)("avalanche", viem.avalanche);
|
|
43
|
-
exports.base = (0, config_1.fill)("base", viem.base);
|
|
44
|
-
exports.berachain = (0, config_1.fill)("berachain", viem.berachain);
|
|
45
|
-
exports.blast = (0, config_1.fill)("blast", viem.blast);
|
|
46
|
-
exports.bsc = (0, config_1.fill)("bsc", viem.bsc);
|
|
47
|
-
exports.chiliz = (0, config_1.fill)("chiliz", viem.chiliz);
|
|
48
|
-
exports.coreDao = (0, config_1.fill)("core-dao", viem.coreDao);
|
|
49
|
-
exports.ethereum = (0, config_1.fill)("ethereum", viem.mainnet);
|
|
50
|
-
exports.form = (0, config_1.fill)("form", viem.form);
|
|
51
|
-
exports.gnosis = (0, config_1.fill)("gnosis", viem.gnosis);
|
|
52
|
-
exports.iotex = (0, config_1.fill)("iotex", viem.iotex);
|
|
53
|
-
exports.lightlink = (0, config_1.fill)("lightlink", viem.lightlinkPhoenix);
|
|
54
|
-
exports.linea = (0, config_1.fill)("linea", viem.linea);
|
|
55
|
-
exports.meld = (0, config_1.fill)("meld", viem.meld);
|
|
56
|
-
exports.mode = (0, config_1.fill)("mode", viem.mode);
|
|
57
|
-
exports.morph = (0, config_1.fill)("morph", viem.morph);
|
|
58
|
-
exports.optimism = (0, config_1.fill)("optimism", viem.optimism);
|
|
59
|
-
exports.polygon = (0, config_1.fill)("polygon", viem.polygon);
|
|
60
|
-
exports.ronin = (0, config_1.fill)("ronin", viem.ronin);
|
|
61
|
-
exports.scroll = (0, config_1.fill)("scroll", viem.scroll);
|
|
62
|
-
exports.sei = (0, config_1.fill)("sei", viem.sei);
|
|
63
|
-
exports.sophon = (0, config_1.fill)("sophon", viem.sophon);
|
|
64
|
-
exports.superseed = (0, config_1.fill)("superseed", viem.superseed);
|
|
65
|
-
exports.taiko = (0, config_1.fill)("taiko", viem.taiko);
|
|
66
|
-
exports.unichain = (0, config_1.fill)("unichain", viem.unichain);
|
|
67
|
-
exports.xdc = (0, config_1.fill)("xdc", viem.xdc);
|
|
68
|
-
exports.zksync = (0, config_1.fill)("zksync", viem.zksync);
|
|
69
|
-
exports.tangle = (0, config_1.fill)("tangle", (0, viem_1.defineChain)({
|
|
40
|
+
const tangle = (0, config_1.fill)("tangle", (0, viem_1.defineChain)({
|
|
70
41
|
blockExplorers: {
|
|
71
42
|
default: { name: "Explorer", url: "https://explorer.tangle.tools" },
|
|
72
43
|
},
|
|
@@ -93,4 +64,36 @@ exports.tangle = (0, config_1.fill)("tangle", (0, viem_1.defineChain)({
|
|
|
93
64
|
},
|
|
94
65
|
testnet: false,
|
|
95
66
|
}));
|
|
67
|
+
exports.mainnets = {
|
|
68
|
+
abstract: (0, config_1.fill)("abstract", viem.abstract),
|
|
69
|
+
arbitrum: (0, config_1.fill)("arbitrum", viem.arbitrum),
|
|
70
|
+
avalanche: (0, config_1.fill)("avalanche", viem.avalanche),
|
|
71
|
+
base: (0, config_1.fill)("base", viem.base),
|
|
72
|
+
berachain: (0, config_1.fill)("berachain", viem.berachain),
|
|
73
|
+
blast: (0, config_1.fill)("blast", viem.blast),
|
|
74
|
+
bsc: (0, config_1.fill)("bsc", viem.bsc),
|
|
75
|
+
chiliz: (0, config_1.fill)("chiliz", viem.chiliz),
|
|
76
|
+
coreDao: (0, config_1.fill)("core-dao", viem.coreDao),
|
|
77
|
+
ethereum: (0, config_1.fill)("ethereum", viem.mainnet),
|
|
78
|
+
form: (0, config_1.fill)("form", viem.form),
|
|
79
|
+
gnosis: (0, config_1.fill)("gnosis", viem.gnosis),
|
|
80
|
+
iotex: (0, config_1.fill)("iotex", viem.iotex),
|
|
81
|
+
lightlink: (0, config_1.fill)("lightlink", viem.lightlinkPhoenix),
|
|
82
|
+
linea: (0, config_1.fill)("linea", viem.linea),
|
|
83
|
+
meld: (0, config_1.fill)("meld", viem.meld),
|
|
84
|
+
mode: (0, config_1.fill)("mode", viem.mode),
|
|
85
|
+
morph: (0, config_1.fill)("morph", viem.morph),
|
|
86
|
+
optimism: (0, config_1.fill)("optimism", viem.optimism),
|
|
87
|
+
polygon: (0, config_1.fill)("polygon", viem.polygon),
|
|
88
|
+
ronin: (0, config_1.fill)("ronin", viem.ronin),
|
|
89
|
+
scroll: (0, config_1.fill)("scroll", viem.scroll),
|
|
90
|
+
sei: (0, config_1.fill)("sei", viem.sei),
|
|
91
|
+
sophon: (0, config_1.fill)("sophon", viem.sophon),
|
|
92
|
+
superseed: (0, config_1.fill)("superseed", viem.superseed),
|
|
93
|
+
taiko: (0, config_1.fill)("taiko", viem.taiko),
|
|
94
|
+
tangle,
|
|
95
|
+
unichain: (0, config_1.fill)("unichain", viem.unichain),
|
|
96
|
+
xdc: (0, config_1.fill)("xdc", viem.xdc),
|
|
97
|
+
zksync: (0, config_1.fill)("zksync", viem.zksync),
|
|
98
|
+
};
|
|
96
99
|
//# sourceMappingURL=mainnets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mainnets.js","sourceRoot":"","sources":["../../src/chains/mainnets.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,+BAAmC;AACnC,kDAAoC;AACpC,qCAAgC;
|
|
1
|
+
{"version":3,"file":"mainnets.js","sourceRoot":"","sources":["../../src/chains/mainnets.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const blastSepolia: import("..").Sablier.Chain;
|
|
4
|
-
export declare const lineaSepolia: import("..").Sablier.Chain;
|
|
5
|
-
export declare const ethereumSepolia: import("..").Sablier.Chain;
|
|
6
|
-
export declare const modeTestnet: import("..").Sablier.Chain;
|
|
7
|
-
export declare const monadTestnet: import("..").Sablier.Chain;
|
|
8
|
-
export declare const morphHolesky: import("..").Sablier.Chain;
|
|
9
|
-
export declare const optimismSepolia: import("..").Sablier.Chain;
|
|
10
|
-
export declare const superseedSepolia: import("..").Sablier.Chain;
|
|
11
|
-
export declare const taikoHekla: import("..").Sablier.Chain;
|
|
12
|
-
export declare const zksyncSepolia: import("..").Sablier.Chain;
|
|
1
|
+
import type { Sablier } from "../types";
|
|
2
|
+
export declare const testnets: Record<string, Sablier.Chain>;
|
|
13
3
|
//# sourceMappingURL=testnets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testnets.d.ts","sourceRoot":"","sources":["../../src/chains/testnets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"testnets.d.ts","sourceRoot":"","sources":["../../src/chains/testnets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAI1C,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,CAalD,CAAC"}
|
package/dist/chains/testnets.js
CHANGED
|
@@ -33,19 +33,21 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.
|
|
36
|
+
exports.testnets = void 0;
|
|
37
37
|
const viem = __importStar(require("viem/chains"));
|
|
38
38
|
const config_1 = require("./config");
|
|
39
|
-
exports.
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
39
|
+
exports.testnets = {
|
|
40
|
+
arbitrumSepolia: (0, config_1.fill)("arbitrum-sepolia", viem.arbitrumSepolia),
|
|
41
|
+
baseSepolia: (0, config_1.fill)("base-sepolia", viem.baseSepolia),
|
|
42
|
+
blastSepolia: (0, config_1.fill)("blast-sepolia", viem.blastSepolia),
|
|
43
|
+
ethereumSepolia: (0, config_1.fill)("ethereum-sepolia", viem.sepolia),
|
|
44
|
+
lineaSepolia: (0, config_1.fill)("linea-sepolia", viem.lineaSepolia),
|
|
45
|
+
modeTestnet: (0, config_1.fill)("mode-testnet", viem.modeTestnet),
|
|
46
|
+
monadTestnet: (0, config_1.fill)("monad-testnet", viem.monadTestnet),
|
|
47
|
+
morphHolesky: (0, config_1.fill)("morph-holesky", viem.morphHolesky),
|
|
48
|
+
optimismSepolia: (0, config_1.fill)("optimism-sepolia", viem.optimismSepolia),
|
|
49
|
+
superseedSepolia: (0, config_1.fill)("superseed-sepolia", viem.superseedSepolia),
|
|
50
|
+
taikoHekla: (0, config_1.fill)("taiko-hekla", viem.taikoHekla),
|
|
51
|
+
zksyncSepolia: (0, config_1.fill)("zksync-sepolia", viem.zksyncSepoliaTestnet),
|
|
52
|
+
};
|
|
51
53
|
//# sourceMappingURL=testnets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testnets.js","sourceRoot":"","sources":["../../src/chains/testnets.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"testnets.js","sourceRoot":"","sources":["../../src/chains/testnets.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,kDAAoC;AACpC,qCAAgC;AAEnB,QAAA,QAAQ,GAAkC;IACrD,eAAe,EAAE,IAAA,aAAI,EAAC,kBAAkB,EAAE,IAAI,CAAC,eAAe,CAAC;IAC/D,WAAW,EAAE,IAAA,aAAI,EAAC,cAAc,EAAE,IAAI,CAAC,WAAW,CAAC;IACnD,YAAY,EAAE,IAAA,aAAI,EAAC,eAAe,EAAE,IAAI,CAAC,YAAY,CAAC;IACtD,eAAe,EAAE,IAAA,aAAI,EAAC,kBAAkB,EAAE,IAAI,CAAC,OAAO,CAAC;IACvD,YAAY,EAAE,IAAA,aAAI,EAAC,eAAe,EAAE,IAAI,CAAC,YAAY,CAAC;IACtD,WAAW,EAAE,IAAA,aAAI,EAAC,cAAc,EAAE,IAAI,CAAC,WAAW,CAAC;IACnD,YAAY,EAAE,IAAA,aAAI,EAAC,eAAe,EAAE,IAAI,CAAC,YAAY,CAAC;IACtD,YAAY,EAAE,IAAA,aAAI,EAAC,eAAe,EAAE,IAAI,CAAC,YAAY,CAAC;IACtD,eAAe,EAAE,IAAA,aAAI,EAAC,kBAAkB,EAAE,IAAI,CAAC,eAAe,CAAC;IAC/D,gBAAgB,EAAE,IAAA,aAAI,EAAC,mBAAmB,EAAE,IAAI,CAAC,gBAAgB,CAAC;IAClE,UAAU,EAAE,IAAA,aAAI,EAAC,aAAa,EAAE,IAAI,CAAC,UAAU,CAAC;IAChD,aAAa,EAAE,IAAA,aAAI,EAAC,gBAAgB,EAAE,IAAI,CAAC,oBAAoB,CAAC;CACjE,CAAC"}
|
package/package.json
CHANGED