@xyo-network/crypto-cards-game-plugin 6.0.2 → 6.1.0

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/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xyo.network)
2
+
1
3
  # @xyo-network/crypto-cards-game-plugin
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -36,9 +38,12 @@ bun add {{name}}
36
38
 
37
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
38
40
 
41
+ ## Credits
39
42
 
43
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
40
44
 
41
45
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/crypto-cards-game-plugin.svg
42
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/crypto-cards-game-plugin
43
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/crypto-cards-game-plugin.svg
44
48
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
49
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-cards-game-plugin",
3
- "version": "6.0.2",
3
+ "version": "6.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,7 +31,7 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/crypto-cards-game-payload-plugin": "~6.0.2"
34
+ "@xyo-network/crypto-cards-game-payload-plugin": "~6.1.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@bitauth/libauth": "~3.0.0",
@@ -41,18 +41,16 @@
41
41
  "@opentelemetry/sdk-trace-base": "^2.7.1",
42
42
  "@scure/base": "^2.2.0",
43
43
  "@scure/bip39": "~2.2.0",
44
- "@xylabs/geo": "^6.0.6",
45
- "@xylabs/sdk-js": "^6.0.6",
46
- "@xylabs/threads": "^6.0.6",
47
- "@xylabs/toolchain": "~8.1.11",
48
- "@xylabs/tsconfig": "~8.1.11",
49
- "@xylabs/vitest-extended": "~6.0.6",
50
- "@xyo-network/sdk-js": "^6.0.2",
51
- "@xyo-network/sdk-protocol-js": "~6.0.7",
44
+ "@xylabs/geo": "^6.1.0",
45
+ "@xylabs/sdk-js": "^6.1.0",
46
+ "@xylabs/threads": "^6.1.0",
47
+ "@xylabs/toolchain": "~8.1.20",
48
+ "@xylabs/tsconfig": "~8.1.20",
49
+ "@xylabs/vitest-extended": "^6.1.0",
50
+ "@xyo-network/sdk-js": "^6.1.0",
51
+ "@xyo-network/sdk-protocol-js": "~6.1",
52
52
  "ajv": "^8.20.0",
53
53
  "async-mutex": "^0.5.0",
54
- "bn.js": "^5.2.3",
55
- "buffer": "^6.0.3",
56
54
  "debug": "~4.4.3",
57
55
  "eslint": "^10.4.1",
58
56
  "ethers": "^6.16.0",
@@ -60,7 +58,6 @@
60
58
  "idb": "^8.0.3",
61
59
  "lru-cache": "^11.5.1",
62
60
  "observable-fns": "~0.6.1",
63
- "pako": "~2.1.0",
64
61
  "typescript": "~6.0.3",
65
62
  "vite": "^8.0.16",
66
63
  "vitest": "^4.1.8",
@@ -79,21 +76,21 @@
79
76
  "@xylabs/sdk-js": "^6.0",
80
77
  "@xylabs/threads": "^6.0",
81
78
  "@xyo-network/sdk-js": "^6.0",
82
- "@xyo-network/sdk-protocol-js": "~6.0",
79
+ "@xyo-network/sdk-protocol-js": "^6.1",
83
80
  "ajv": "^8.20",
84
81
  "async-mutex": "^0.5",
85
- "bn.js": "^5.2",
86
- "buffer": "^6.0",
87
82
  "debug": "~4.4",
88
83
  "ethers": "^6.16",
89
84
  "hash-wasm": "^4.12",
90
85
  "idb": "^8.0",
91
86
  "lru-cache": "^11.3",
92
87
  "observable-fns": "~0.6",
93
- "pako": "~2.1",
94
88
  "webextension-polyfill": "^0.12",
95
89
  "zod": "^4.4"
96
90
  },
91
+ "engines": {
92
+ "node": "^24"
93
+ },
97
94
  "publishConfig": {
98
95
  "access": "public"
99
96
  }
@@ -1,3 +0,0 @@
1
- import { CryptoCardsGameWitness } from './Witness.ts';
2
- export declare const CryptoCardsGamePlugin: () => import("@xyo-network/sdk-js").PayloadSetWitnessPlugin<CryptoCardsGameWitness>;
3
- //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAA;AAErD,eAAO,MAAM,qBAAqB,qFAS/B,CAAA"}
@@ -1,5 +0,0 @@
1
- export type CryptoCardsGameWitnessConfigSchema = typeof CryptoCardsGameWitnessConfigSchema;
2
- export declare const CryptoCardsGameWitnessConfigSchema: "network.xyo.crypto.cards.game.witness.config" & {
3
- readonly __schema: true;
4
- };
5
- //# sourceMappingURL=Schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAA;AAC1F,eAAO,MAAM,kCAAkC;;CAAiE,CAAA"}
@@ -1,14 +0,0 @@
1
- import type { Promisable } from '@xylabs/sdk-js';
2
- import type { AnyConfigSchema, Payload, Schema, WitnessConfig, WitnessModule, WitnessParams } from '@xyo-network/sdk-js';
3
- import { AbstractWitness } from '@xyo-network/sdk-js';
4
- import { CryptoCardsGameWitnessConfigSchema } from './Schema.ts';
5
- export type CryptoCardsGameWitnessConfig = WitnessConfig<{
6
- schema: CryptoCardsGameWitnessConfigSchema;
7
- }>;
8
- export type CryptoCardsGameWitnessParams = WitnessParams<AnyConfigSchema<CryptoCardsGameWitnessConfig>>;
9
- export declare class CryptoCardsGameWitness extends AbstractWitness<CryptoCardsGameWitnessParams> implements WitnessModule {
10
- static readonly configSchemas: Schema[];
11
- static readonly defaultConfigSchema: Schema;
12
- protected observeHandler(payloads?: Payload[]): Promisable<Payload[]>;
13
- }
14
- //# sourceMappingURL=Witness.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAChD,OAAO,KAAK,EACV,eAAe,EAAE,OAAO,EAAE,MAAM,EAChC,aAAa,EAAE,aAAa,EAAE,aAAa,EAC5C,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAErD,OAAO,EAAE,kCAAkC,EAAE,MAAM,aAAa,CAAA;AAEhE,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC;IACvD,MAAM,EAAE,kCAAkC,CAAA;CAC3C,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC,eAAe,CAAC,4BAA4B,CAAC,CAAC,CAAA;AAEvG,qBAAa,sBAAuB,SAAQ,eAAe,CAAC,4BAA4B,CAAE,YAAW,aAAa;IAChH,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAA+D;IAC/G,gBAAyB,mBAAmB,EAAE,MAAM,CAAqC;cAEtE,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAG/E"}
@@ -1,4 +0,0 @@
1
- export { CryptoCardsGamePlugin, CryptoCardsGamePlugin as default } from './Plugin.ts';
2
- export * from './Schema.ts';
3
- export * from './Witness.ts';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AACrF,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
@@ -1,37 +0,0 @@
1
- // src/Plugin.ts
2
- import { CryptoCardsGameSchema } from "@xyo-network/crypto-cards-game-payload-plugin";
3
- import { createPayloadSetWitnessPlugin, PayloadSetSchema } from "@xyo-network/sdk-js";
4
-
5
- // src/Witness.ts
6
- import { AbstractWitness } from "@xyo-network/sdk-js";
7
-
8
- // src/Schema.ts
9
- import { asSchema } from "@xyo-network/sdk-js";
10
- var CryptoCardsGameWitnessConfigSchema = asSchema("network.xyo.crypto.cards.game.witness.config", true);
11
-
12
- // src/Witness.ts
13
- var CryptoCardsGameWitness = class extends AbstractWitness {
14
- static configSchemas = [...super.configSchemas, CryptoCardsGameWitnessConfigSchema];
15
- static defaultConfigSchema = CryptoCardsGameWitnessConfigSchema;
16
- observeHandler(payloads) {
17
- return payloads ?? [];
18
- }
19
- };
20
-
21
- // src/Plugin.ts
22
- var CryptoCardsGamePlugin = () => createPayloadSetWitnessPlugin(
23
- { required: { [CryptoCardsGameSchema]: 1 }, schema: PayloadSetSchema },
24
- {
25
- witness: async (params) => {
26
- const result = await CryptoCardsGameWitness.create(params);
27
- return result;
28
- }
29
- }
30
- );
31
- export {
32
- CryptoCardsGamePlugin,
33
- CryptoCardsGameWitness,
34
- CryptoCardsGameWitnessConfigSchema,
35
- CryptoCardsGamePlugin as default
36
- };
37
- //# sourceMappingURL=index.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Plugin.ts", "../../src/Witness.ts", "../../src/Schema.ts"],
4
- "sourcesContent": ["import { CryptoCardsGameSchema } from '@xyo-network/crypto-cards-game-payload-plugin'\nimport { createPayloadSetWitnessPlugin, PayloadSetSchema } from '@xyo-network/sdk-js'\n\nimport { CryptoCardsGameWitness } from './Witness.ts'\n\nexport const CryptoCardsGamePlugin = () =>\n createPayloadSetWitnessPlugin<CryptoCardsGameWitness>(\n { required: { [CryptoCardsGameSchema]: 1 }, schema: PayloadSetSchema },\n {\n witness: async (params) => {\n const result = await CryptoCardsGameWitness.create(params)\n return result as CryptoCardsGameWitness\n },\n },\n )\n", "import type { Promisable } from '@xylabs/sdk-js'\nimport type {\n AnyConfigSchema, Payload, Schema,\n WitnessConfig, WitnessModule, WitnessParams,\n} from '@xyo-network/sdk-js'\nimport { AbstractWitness } from '@xyo-network/sdk-js'\n\nimport { CryptoCardsGameWitnessConfigSchema } from './Schema.ts'\n\nexport type CryptoCardsGameWitnessConfig = WitnessConfig<{\n schema: CryptoCardsGameWitnessConfigSchema\n}>\n\nexport type CryptoCardsGameWitnessParams = WitnessParams<AnyConfigSchema<CryptoCardsGameWitnessConfig>>\n\nexport class CryptoCardsGameWitness extends AbstractWitness<CryptoCardsGameWitnessParams> implements WitnessModule {\n static override readonly configSchemas: Schema[] = [...super.configSchemas, CryptoCardsGameWitnessConfigSchema]\n static override readonly defaultConfigSchema: Schema = CryptoCardsGameWitnessConfigSchema\n\n protected override observeHandler(payloads?: Payload[]): Promisable<Payload[]> {\n return payloads ?? []\n }\n}\n", "import { asSchema } from '@xyo-network/sdk-js'\n\nexport type CryptoCardsGameWitnessConfigSchema = typeof CryptoCardsGameWitnessConfigSchema\nexport const CryptoCardsGameWitnessConfigSchema = asSchema('network.xyo.crypto.cards.game.witness.config', true)\n"],
5
- "mappings": ";AAAA,SAAS,6BAA6B;AACtC,SAAS,+BAA+B,wBAAwB;;;ACIhE,SAAS,uBAAuB;;;ACLhC,SAAS,gBAAgB;AAGlB,IAAM,qCAAqC,SAAS,gDAAgD,IAAI;;;ADYxG,IAAM,yBAAN,cAAqC,gBAAuE;AAAA,EACjH,OAAyB,gBAA0B,CAAC,GAAG,MAAM,eAAe,kCAAkC;AAAA,EAC9G,OAAyB,sBAA8B;AAAA,EAEpC,eAAe,UAA6C;AAC7E,WAAO,YAAY,CAAC;AAAA,EACtB;AACF;;;ADjBO,IAAM,wBAAwB,MACnC;AAAA,EACE,EAAE,UAAU,EAAE,CAAC,qBAAqB,GAAG,EAAE,GAAG,QAAQ,iBAAiB;AAAA,EACrE;AAAA,IACE,SAAS,OAAO,WAAW;AACzB,YAAM,SAAS,MAAM,uBAAuB,OAAO,MAAM;AACzD,aAAO;AAAA,IACT;AAAA,EACF;AACF;",
6
- "names": []
7
- }
@@ -1,3 +0,0 @@
1
- import { CryptoCardsGameWitness } from './Witness.ts';
2
- export declare const CryptoCardsGamePlugin: () => import("@xyo-network/sdk-js").PayloadSetWitnessPlugin<CryptoCardsGameWitness>;
3
- //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAA;AAErD,eAAO,MAAM,qBAAqB,qFAS/B,CAAA"}
@@ -1,5 +0,0 @@
1
- export type CryptoCardsGameWitnessConfigSchema = typeof CryptoCardsGameWitnessConfigSchema;
2
- export declare const CryptoCardsGameWitnessConfigSchema: "network.xyo.crypto.cards.game.witness.config" & {
3
- readonly __schema: true;
4
- };
5
- //# sourceMappingURL=Schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAA;AAC1F,eAAO,MAAM,kCAAkC;;CAAiE,CAAA"}
@@ -1,14 +0,0 @@
1
- import type { Promisable } from '@xylabs/sdk-js';
2
- import type { AnyConfigSchema, Payload, Schema, WitnessConfig, WitnessModule, WitnessParams } from '@xyo-network/sdk-js';
3
- import { AbstractWitness } from '@xyo-network/sdk-js';
4
- import { CryptoCardsGameWitnessConfigSchema } from './Schema.ts';
5
- export type CryptoCardsGameWitnessConfig = WitnessConfig<{
6
- schema: CryptoCardsGameWitnessConfigSchema;
7
- }>;
8
- export type CryptoCardsGameWitnessParams = WitnessParams<AnyConfigSchema<CryptoCardsGameWitnessConfig>>;
9
- export declare class CryptoCardsGameWitness extends AbstractWitness<CryptoCardsGameWitnessParams> implements WitnessModule {
10
- static readonly configSchemas: Schema[];
11
- static readonly defaultConfigSchema: Schema;
12
- protected observeHandler(payloads?: Payload[]): Promisable<Payload[]>;
13
- }
14
- //# sourceMappingURL=Witness.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAChD,OAAO,KAAK,EACV,eAAe,EAAE,OAAO,EAAE,MAAM,EAChC,aAAa,EAAE,aAAa,EAAE,aAAa,EAC5C,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAErD,OAAO,EAAE,kCAAkC,EAAE,MAAM,aAAa,CAAA;AAEhE,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC;IACvD,MAAM,EAAE,kCAAkC,CAAA;CAC3C,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC,eAAe,CAAC,4BAA4B,CAAC,CAAC,CAAA;AAEvG,qBAAa,sBAAuB,SAAQ,eAAe,CAAC,4BAA4B,CAAE,YAAW,aAAa;IAChH,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAA+D;IAC/G,gBAAyB,mBAAmB,EAAE,MAAM,CAAqC;cAEtE,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAG/E"}
@@ -1,4 +0,0 @@
1
- export { CryptoCardsGamePlugin, CryptoCardsGamePlugin as default } from './Plugin.ts';
2
- export * from './Schema.ts';
3
- export * from './Witness.ts';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AACrF,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
@@ -1,37 +0,0 @@
1
- // src/Plugin.ts
2
- import { CryptoCardsGameSchema } from "@xyo-network/crypto-cards-game-payload-plugin";
3
- import { createPayloadSetWitnessPlugin, PayloadSetSchema } from "@xyo-network/sdk-js";
4
-
5
- // src/Witness.ts
6
- import { AbstractWitness } from "@xyo-network/sdk-js";
7
-
8
- // src/Schema.ts
9
- import { asSchema } from "@xyo-network/sdk-js";
10
- var CryptoCardsGameWitnessConfigSchema = asSchema("network.xyo.crypto.cards.game.witness.config", true);
11
-
12
- // src/Witness.ts
13
- var CryptoCardsGameWitness = class extends AbstractWitness {
14
- static configSchemas = [...super.configSchemas, CryptoCardsGameWitnessConfigSchema];
15
- static defaultConfigSchema = CryptoCardsGameWitnessConfigSchema;
16
- observeHandler(payloads) {
17
- return payloads ?? [];
18
- }
19
- };
20
-
21
- // src/Plugin.ts
22
- var CryptoCardsGamePlugin = () => createPayloadSetWitnessPlugin(
23
- { required: { [CryptoCardsGameSchema]: 1 }, schema: PayloadSetSchema },
24
- {
25
- witness: async (params) => {
26
- const result = await CryptoCardsGameWitness.create(params);
27
- return result;
28
- }
29
- }
30
- );
31
- export {
32
- CryptoCardsGamePlugin,
33
- CryptoCardsGameWitness,
34
- CryptoCardsGameWitnessConfigSchema,
35
- CryptoCardsGamePlugin as default
36
- };
37
- //# sourceMappingURL=index.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Plugin.ts", "../../src/Witness.ts", "../../src/Schema.ts"],
4
- "sourcesContent": ["import { CryptoCardsGameSchema } from '@xyo-network/crypto-cards-game-payload-plugin'\nimport { createPayloadSetWitnessPlugin, PayloadSetSchema } from '@xyo-network/sdk-js'\n\nimport { CryptoCardsGameWitness } from './Witness.ts'\n\nexport const CryptoCardsGamePlugin = () =>\n createPayloadSetWitnessPlugin<CryptoCardsGameWitness>(\n { required: { [CryptoCardsGameSchema]: 1 }, schema: PayloadSetSchema },\n {\n witness: async (params) => {\n const result = await CryptoCardsGameWitness.create(params)\n return result as CryptoCardsGameWitness\n },\n },\n )\n", "import type { Promisable } from '@xylabs/sdk-js'\nimport type {\n AnyConfigSchema, Payload, Schema,\n WitnessConfig, WitnessModule, WitnessParams,\n} from '@xyo-network/sdk-js'\nimport { AbstractWitness } from '@xyo-network/sdk-js'\n\nimport { CryptoCardsGameWitnessConfigSchema } from './Schema.ts'\n\nexport type CryptoCardsGameWitnessConfig = WitnessConfig<{\n schema: CryptoCardsGameWitnessConfigSchema\n}>\n\nexport type CryptoCardsGameWitnessParams = WitnessParams<AnyConfigSchema<CryptoCardsGameWitnessConfig>>\n\nexport class CryptoCardsGameWitness extends AbstractWitness<CryptoCardsGameWitnessParams> implements WitnessModule {\n static override readonly configSchemas: Schema[] = [...super.configSchemas, CryptoCardsGameWitnessConfigSchema]\n static override readonly defaultConfigSchema: Schema = CryptoCardsGameWitnessConfigSchema\n\n protected override observeHandler(payloads?: Payload[]): Promisable<Payload[]> {\n return payloads ?? []\n }\n}\n", "import { asSchema } from '@xyo-network/sdk-js'\n\nexport type CryptoCardsGameWitnessConfigSchema = typeof CryptoCardsGameWitnessConfigSchema\nexport const CryptoCardsGameWitnessConfigSchema = asSchema('network.xyo.crypto.cards.game.witness.config', true)\n"],
5
- "mappings": ";AAAA,SAAS,6BAA6B;AACtC,SAAS,+BAA+B,wBAAwB;;;ACIhE,SAAS,uBAAuB;;;ACLhC,SAAS,gBAAgB;AAGlB,IAAM,qCAAqC,SAAS,gDAAgD,IAAI;;;ADYxG,IAAM,yBAAN,cAAqC,gBAAuE;AAAA,EACjH,OAAyB,gBAA0B,CAAC,GAAG,MAAM,eAAe,kCAAkC;AAAA,EAC9G,OAAyB,sBAA8B;AAAA,EAEpC,eAAe,UAA6C;AAC7E,WAAO,YAAY,CAAC;AAAA,EACtB;AACF;;;ADjBO,IAAM,wBAAwB,MACnC;AAAA,EACE,EAAE,UAAU,EAAE,CAAC,qBAAqB,GAAG,EAAE,GAAG,QAAQ,iBAAiB;AAAA,EACrE;AAAA,IACE,SAAS,OAAO,WAAW;AACzB,YAAM,SAAS,MAAM,uBAAuB,OAAO,MAAM;AACzD,aAAO;AAAA,IACT;AAAA,EACF;AACF;",
6
- "names": []
7
- }