@xyo-network/pentair-plugin 2.97.0-rc.1 → 2.97.1
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/browser/Plugin.d.cts +7 -7
- package/dist/browser/Plugin.d.mts +7 -7
- package/dist/browser/Plugin.d.ts +7 -7
- package/dist/neutral/Plugin.d.cts +7 -7
- package/dist/neutral/Plugin.d.mts +7 -7
- package/dist/neutral/Plugin.d.ts +7 -7
- package/dist/node/Plugin.d.cts +7 -7
- package/dist/node/Plugin.d.mts +7 -7
- package/dist/node/Plugin.d.ts +7 -7
- package/package.json +14 -15
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
2
|
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
9
9
|
} & {
|
|
10
|
-
schema: "
|
|
10
|
+
schema: import("./Witness").PentairScreenlogicWitnessConfigSchema;
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
13
13
|
}, "schema"> & {
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
17
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
16
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
18
|
}>>;
|
|
19
19
|
//# sourceMappingURL=Plugin.d.ts.map
|
package/package.json
CHANGED
|
@@ -11,22 +11,22 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/assert": "^3.5.1",
|
|
14
|
-
"@xyo-network/abstract-witness": "
|
|
15
|
-
"@xyo-network/module-model": "
|
|
16
|
-
"@xyo-network/payload-model": "
|
|
17
|
-
"@xyo-network/payloadset-plugin": "
|
|
18
|
-
"@xyo-network/pentair-payload-plugin": "~2.97.
|
|
19
|
-
"@xyo-network/witness-model": "
|
|
20
|
-
"node-screenlogic": "^2.
|
|
14
|
+
"@xyo-network/abstract-witness": "^2.107.4",
|
|
15
|
+
"@xyo-network/module-model": "^2.107.4",
|
|
16
|
+
"@xyo-network/payload-model": "^2.107.4",
|
|
17
|
+
"@xyo-network/payloadset-plugin": "^2.107.4",
|
|
18
|
+
"@xyo-network/pentair-payload-plugin": "~2.97.1",
|
|
19
|
+
"@xyo-network/witness-model": "^2.107.4",
|
|
20
|
+
"node-screenlogic": "^2.1.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@xylabs/jest-helpers": "^3.5.1",
|
|
24
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
25
|
-
"@xylabs/tsconfig": "^3.11.
|
|
26
|
-
"@xyo-network/account": "
|
|
27
|
-
"@xyo-network/payload-wrapper": "
|
|
24
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.10",
|
|
25
|
+
"@xylabs/tsconfig": "^3.11.10",
|
|
26
|
+
"@xyo-network/account": "^2.107.4",
|
|
27
|
+
"@xyo-network/payload-wrapper": "^2.107.4",
|
|
28
28
|
"jest": "^29.7.0",
|
|
29
|
-
"typescript": "^5.
|
|
29
|
+
"typescript": "^5.5.2"
|
|
30
30
|
},
|
|
31
31
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
32
32
|
"types": "dist/node/index.d.ts",
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
68
68
|
},
|
|
69
69
|
"sideEffects": false,
|
|
70
|
-
"version": "2.97.
|
|
71
|
-
"type": "module"
|
|
72
|
-
"stableVersion": "2.96.0"
|
|
70
|
+
"version": "2.97.1",
|
|
71
|
+
"type": "module"
|
|
73
72
|
}
|