@kasarlabs/transaction-mcp 0.1.3 → 0.1.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.
@@ -135,25 +135,25 @@ export declare const simulateDeclareTransactionSchema: z.ZodObject<{
135
135
  L1_HANDLER: any[];
136
136
  }>;
137
137
  }, "strip", z.ZodTypeAny, {
138
- prime: string;
139
- compiler_version: string;
140
- bytecode: string[];
141
- hints: Record<string, any>;
142
138
  entry_points_by_type: {
143
139
  CONSTRUCTOR: any[];
144
140
  EXTERNAL: any[];
145
141
  L1_HANDLER: any[];
146
142
  };
147
- }, {
148
143
  prime: string;
149
144
  compiler_version: string;
150
145
  bytecode: string[];
151
146
  hints: Record<string, any>;
147
+ }, {
152
148
  entry_points_by_type: {
153
149
  CONSTRUCTOR: any[];
154
150
  EXTERNAL: any[];
155
151
  L1_HANDLER: any[];
156
152
  };
153
+ prime: string;
154
+ compiler_version: string;
155
+ bytecode: string[];
156
+ hints: Record<string, any>;
157
157
  }>>;
158
158
  compiledClassHash: z.ZodOptional<z.ZodString>;
159
159
  }, "strip", z.ZodTypeAny, {
@@ -161,15 +161,15 @@ export declare const simulateDeclareTransactionSchema: z.ZodObject<{
161
161
  contract: string;
162
162
  classHash?: string | undefined;
163
163
  casm?: {
164
- prime: string;
165
- compiler_version: string;
166
- bytecode: string[];
167
- hints: Record<string, any>;
168
164
  entry_points_by_type: {
169
165
  CONSTRUCTOR: any[];
170
166
  EXTERNAL: any[];
171
167
  L1_HANDLER: any[];
172
168
  };
169
+ prime: string;
170
+ compiler_version: string;
171
+ bytecode: string[];
172
+ hints: Record<string, any>;
173
173
  } | undefined;
174
174
  compiledClassHash?: string | undefined;
175
175
  }, {
@@ -177,15 +177,15 @@ export declare const simulateDeclareTransactionSchema: z.ZodObject<{
177
177
  contract: string;
178
178
  classHash?: string | undefined;
179
179
  casm?: {
180
- prime: string;
181
- compiler_version: string;
182
- bytecode: string[];
183
- hints: Record<string, any>;
184
180
  entry_points_by_type: {
185
181
  CONSTRUCTOR: any[];
186
182
  EXTERNAL: any[];
187
183
  L1_HANDLER: any[];
188
184
  };
185
+ prime: string;
186
+ compiler_version: string;
187
+ bytecode: string[];
188
+ hints: Record<string, any>;
189
189
  } | undefined;
190
190
  compiledClassHash?: string | undefined;
191
191
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kasarlabs/transaction-mcp",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "build"
17
17
  ],
18
18
  "dependencies": {
19
- "@kasarlabs/ask-starknet-core": "0.1.1",
19
+ "@kasarlabs/ask-starknet-core": "0.1.2",
20
20
  "@langchain/core": "^0.3.42",
21
21
  "@modelcontextprotocol/sdk": "^1.11.2",
22
22
  "dotenv": "^16.4.7",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "4212f968456c2a170aac99306a899ae43458e23c"
42
+ "gitHead": "967038b13c313def17911c88d85601cb208b8cd6"
43
43
  }