@xyo-network/crypto-cards-move-plugin 4.1.0 → 4.2.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.
@@ -1,24 +1,4 @@
1
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
2
- import { Promisable } from '@xylabs/promise';
3
- import { AbstractWitness } from '@xyo-network/abstract-witness';
4
- import { AnyConfigSchema } from '@xyo-network/module-model';
5
- import { Schema, Payload } from '@xyo-network/payload-model';
6
- import { WitnessParams, WitnessConfig } from '@xyo-network/witness-model';
7
-
8
- type CryptoCardsMoveWitnessConfigSchema = 'network.xyo.crypto.cards.move.witness.config';
9
- declare const CryptoCardsMoveWitnessConfigSchema: CryptoCardsMoveWitnessConfigSchema;
10
-
11
- type CryptoCardsMoveWitnessConfig = WitnessConfig<{
12
- schema: CryptoCardsMoveWitnessConfigSchema;
13
- }>;
14
- type CryptoCardsMoveWitnessParams = WitnessParams<AnyConfigSchema<CryptoCardsMoveWitnessConfig>>;
15
- declare class CryptoCardsMoveWitness<TParams extends CryptoCardsMoveWitnessParams = CryptoCardsMoveWitnessParams> extends AbstractWitness<TParams> {
16
- static readonly configSchemas: Schema[];
17
- static readonly defaultConfigSchema: Schema;
18
- protected observeHandler(payloads?: Payload[]): Promisable<Payload[]>;
19
- }
20
-
21
- declare const CryptoCardsMovePlugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<CryptoCardsMoveWitness<CryptoCardsMoveWitnessParams>>;
22
-
23
- export { CryptoCardsMovePlugin, CryptoCardsMoveWitness, CryptoCardsMoveWitnessConfigSchema, CryptoCardsMovePlugin as default };
24
- export type { CryptoCardsMoveWitnessConfig, CryptoCardsMoveWitnessParams };
1
+ export { CryptoCardsMovePlugin, CryptoCardsMovePlugin as default } from './Plugin.ts';
2
+ export * from './Schema.ts';
3
+ export * from './Witness.ts';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -1,24 +1,4 @@
1
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
2
- import { Promisable } from '@xylabs/promise';
3
- import { AbstractWitness } from '@xyo-network/abstract-witness';
4
- import { AnyConfigSchema } from '@xyo-network/module-model';
5
- import { Schema, Payload } from '@xyo-network/payload-model';
6
- import { WitnessParams, WitnessConfig } from '@xyo-network/witness-model';
7
-
8
- type CryptoCardsMoveWitnessConfigSchema = 'network.xyo.crypto.cards.move.witness.config';
9
- declare const CryptoCardsMoveWitnessConfigSchema: CryptoCardsMoveWitnessConfigSchema;
10
-
11
- type CryptoCardsMoveWitnessConfig = WitnessConfig<{
12
- schema: CryptoCardsMoveWitnessConfigSchema;
13
- }>;
14
- type CryptoCardsMoveWitnessParams = WitnessParams<AnyConfigSchema<CryptoCardsMoveWitnessConfig>>;
15
- declare class CryptoCardsMoveWitness<TParams extends CryptoCardsMoveWitnessParams = CryptoCardsMoveWitnessParams> extends AbstractWitness<TParams> {
16
- static readonly configSchemas: Schema[];
17
- static readonly defaultConfigSchema: Schema;
18
- protected observeHandler(payloads?: Payload[]): Promisable<Payload[]>;
19
- }
20
-
21
- declare const CryptoCardsMovePlugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<CryptoCardsMoveWitness<CryptoCardsMoveWitnessParams>>;
22
-
23
- export { CryptoCardsMovePlugin, CryptoCardsMoveWitness, CryptoCardsMoveWitnessConfigSchema, CryptoCardsMovePlugin as default };
24
- export type { CryptoCardsMoveWitnessConfig, CryptoCardsMoveWitnessParams };
1
+ export { CryptoCardsMovePlugin, CryptoCardsMovePlugin as default } from './Plugin.ts';
2
+ export * from './Schema.ts';
3
+ export * from './Witness.ts';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -1,24 +1,4 @@
1
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
2
- import { Promisable } from '@xylabs/promise';
3
- import { AbstractWitness } from '@xyo-network/abstract-witness';
4
- import { AnyConfigSchema } from '@xyo-network/module-model';
5
- import { Schema, Payload } from '@xyo-network/payload-model';
6
- import { WitnessParams, WitnessConfig } from '@xyo-network/witness-model';
7
-
8
- type CryptoCardsMoveWitnessConfigSchema = 'network.xyo.crypto.cards.move.witness.config';
9
- declare const CryptoCardsMoveWitnessConfigSchema: CryptoCardsMoveWitnessConfigSchema;
10
-
11
- type CryptoCardsMoveWitnessConfig = WitnessConfig<{
12
- schema: CryptoCardsMoveWitnessConfigSchema;
13
- }>;
14
- type CryptoCardsMoveWitnessParams = WitnessParams<AnyConfigSchema<CryptoCardsMoveWitnessConfig>>;
15
- declare class CryptoCardsMoveWitness<TParams extends CryptoCardsMoveWitnessParams = CryptoCardsMoveWitnessParams> extends AbstractWitness<TParams> {
16
- static readonly configSchemas: Schema[];
17
- static readonly defaultConfigSchema: Schema;
18
- protected observeHandler(payloads?: Payload[]): Promisable<Payload[]>;
19
- }
20
-
21
- declare const CryptoCardsMovePlugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<CryptoCardsMoveWitness<CryptoCardsMoveWitnessParams>>;
22
-
23
- export { CryptoCardsMovePlugin, CryptoCardsMoveWitness, CryptoCardsMoveWitnessConfigSchema, CryptoCardsMovePlugin as default };
24
- export type { CryptoCardsMoveWitnessConfig, CryptoCardsMoveWitnessParams };
1
+ export { CryptoCardsMovePlugin, CryptoCardsMovePlugin as default } from './Plugin.ts';
2
+ export * from './Schema.ts';
3
+ export * from './Witness.ts';
4
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-cards-move-plugin",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,19 +29,18 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/promise": "^4.13.15",
33
- "@xyo-network/abstract-witness": "^4.1.1",
34
- "@xyo-network/crypto-cards-move-payload-plugin": "^4.1.0",
35
- "@xyo-network/module-model": "^4.1.1",
36
- "@xyo-network/payload-model": "^4.1.1",
37
- "@xyo-network/payloadset-plugin": "^4.1.1",
38
- "@xyo-network/witness-model": "^4.1.1"
32
+ "@xylabs/promise": "^4.15.1",
33
+ "@xyo-network/abstract-witness": "^4.3.0",
34
+ "@xyo-network/crypto-cards-move-payload-plugin": "^4.2.0",
35
+ "@xyo-network/module-model": "^4.3.0",
36
+ "@xyo-network/payload-model": "^4.3.0",
37
+ "@xyo-network/payloadset-plugin": "^4.3.0",
38
+ "@xyo-network/witness-model": "^4.3.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
42
- "@xylabs/tsconfig": "^7.0.0-rc.24",
43
- "@xylabs/vitest-extended": "^4.13.15",
44
- "knip": "^5.61.3",
41
+ "@xylabs/ts-scripts-yarn3": "^7.0.1",
42
+ "@xylabs/tsconfig": "^7.0.1",
43
+ "@xylabs/vitest-extended": "^4.15.1",
45
44
  "typescript": "^5.8.3",
46
45
  "vitest": "^3.2.4"
47
46
  },