@aboutcircles/sdk-runner 0.1.25 → 0.1.26
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.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +29206 -40717
- package/dist/safe-browser-runner.d.ts +1 -1
- package/dist/safe-browser-runner.d.ts.map +1 -1
- package/dist/safe-browser-runner.js +1 -1
- package/dist/safe-runner.d.ts +1 -1
- package/dist/safe-runner.d.ts.map +1 -1
- package/dist/safe-runner.js +1 -1
- package/package.json +1 -1
- package/dist/safe-4337-runner.d.ts +0 -183
- package/dist/safe-4337-runner.d.ts.map +0 -1
- package/dist/safe-4337-runner.js +0 -378
package/dist/index.d.ts
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* Contract runner implementations for executing blockchain operations.
|
|
5
5
|
* Provides Safe multisig wallet integration for transaction execution.
|
|
6
6
|
*/
|
|
7
|
-
export type { ContractRunner, BatchRun } from './runner';
|
|
8
|
-
export { SafeContractRunner, SafeBatchRun } from './safe-runner';
|
|
9
|
-
export { SafeBrowserRunner, SafeBrowserBatchRun } from './safe-browser-runner';
|
|
10
|
-
export { RunnerError } from './errors';
|
|
11
|
-
export type { RunnerErrorSource } from './errors';
|
|
7
|
+
export type { ContractRunner, BatchRun } from './runner.js';
|
|
8
|
+
export { SafeContractRunner, SafeBatchRun } from './safe-runner.js';
|
|
9
|
+
export { SafeBrowserRunner, SafeBrowserBatchRun } from './safe-browser-runner.js';
|
|
10
|
+
export { RunnerError } from './errors.js';
|
|
11
|
+
export type { RunnerErrorSource } from './errors.js';
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,YAAY,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,YAAY,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAG5D,OAAO,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGpE,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAGlF,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,YAAY,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC"}
|