@virtuals-protocol/acp-node 0.1.0-beta.16 → 0.1.0-beta.17
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8490,4 +8490,4 @@ declare class AcpClient {
|
|
|
8490
8490
|
getAgent(walletAddress: Address$1): Promise<AcpAgent | undefined>;
|
|
8491
8491
|
}
|
|
8492
8492
|
|
|
8493
|
-
export { ACP_ABI, AcpAgentSort, AcpContractClient, type AcpContractConfig, AcpJob, AcpJobPhases, AcpMemo, MemoType, baseAcpConfig, baseSepoliaAcpConfig, AcpClient as default };
|
|
8493
|
+
export { ACP_ABI, AcpAgentSort, AcpContractClient, type AcpContractConfig, AcpJob, AcpJobPhases, AcpMemo, type IDeliverable, MemoType, baseAcpConfig, baseSepoliaAcpConfig, AcpClient as default };
|
package/dist/index.d.ts
CHANGED
|
@@ -8490,4 +8490,4 @@ declare class AcpClient {
|
|
|
8490
8490
|
getAgent(walletAddress: Address$1): Promise<AcpAgent | undefined>;
|
|
8491
8491
|
}
|
|
8492
8492
|
|
|
8493
|
-
export { ACP_ABI, AcpAgentSort, AcpContractClient, type AcpContractConfig, AcpJob, AcpJobPhases, AcpMemo, MemoType, baseAcpConfig, baseSepoliaAcpConfig, AcpClient as default };
|
|
8493
|
+
export { ACP_ABI, AcpAgentSort, AcpContractClient, type AcpContractConfig, AcpJob, AcpJobPhases, AcpMemo, type IDeliverable, MemoType, baseAcpConfig, baseSepoliaAcpConfig, AcpClient as default };
|
package/dist/index.js
CHANGED
|
@@ -69,7 +69,7 @@ var require_package = __commonJS({
|
|
|
69
69
|
"package.json"(exports2, module2) {
|
|
70
70
|
module2.exports = {
|
|
71
71
|
name: "@virtuals-protocol/acp-node",
|
|
72
|
-
version: "0.1.0-beta.
|
|
72
|
+
version: "0.1.0-beta.17",
|
|
73
73
|
main: "./dist/index.js",
|
|
74
74
|
module: "./dist/index.mjs",
|
|
75
75
|
types: "./dist/index.d.ts",
|
package/dist/index.mjs
CHANGED
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
"package.json"(exports, module) {
|
|
45
45
|
module.exports = {
|
|
46
46
|
name: "@virtuals-protocol/acp-node",
|
|
47
|
-
version: "0.1.0-beta.
|
|
47
|
+
version: "0.1.0-beta.17",
|
|
48
48
|
main: "./dist/index.js",
|
|
49
49
|
module: "./dist/index.mjs",
|
|
50
50
|
types: "./dist/index.d.ts",
|