-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/zerodevapp/sdk into feat/fa…
…llback-provider
- Loading branch information
Showing
48 changed files
with
304 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,37 @@ | ||
{ | ||
"workspaces": [ | ||
"packages/*", | ||
"templates/*", | ||
"plugins/*" | ||
], | ||
"private": true, | ||
"author": "ZeroDev", | ||
"type": "module", | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@ambire/signature-validator": "^1.3.1", | ||
"@biomejs/biome": "^1.0.0", | ||
"@changesets/changelog-git": "^0.1.14", | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.2", | ||
"@size-limit/esbuild-why": "^9.0.0", | ||
"@size-limit/preset-small-lib": "^9.0.0", | ||
"ethers": "5", | ||
"rimraf": "^5.0.1", | ||
"simple-git-hooks": "^2.9.0", | ||
"size-limit": "^9.0.0", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
"description": "", | ||
"keywords": [], | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "bash build-all.sh", | ||
"format": "biome format . --write", | ||
"lint": "biome check .", | ||
"lint:fix": "bun run lint --apply", | ||
"changeset": "changeset", | ||
"changeset:release": "bun run build && changeset publish", | ||
"changeset:version": "changeset version && bun install --lockfile-only" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "bun run format && bun run lint:fix" | ||
} | ||
"workspaces": ["packages/*", "templates/*", "plugins/*"], | ||
"private": true, | ||
"author": "ZeroDev", | ||
"type": "module", | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@ambire/signature-validator": "^1.3.1", | ||
"@biomejs/biome": "^1.0.0", | ||
"@changesets/changelog-git": "^0.1.14", | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.2", | ||
"@size-limit/esbuild-why": "^9.0.0", | ||
"@size-limit/preset-small-lib": "^9.0.0", | ||
"ethers": "5", | ||
"rimraf": "^5.0.1", | ||
"simple-git-hooks": "^2.9.0", | ||
"size-limit": "^9.0.0", | ||
"tslib": "^2.6.2", | ||
"typescript": "~5.3.0" | ||
}, | ||
"description": "", | ||
"keywords": [], | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "bash build-all.sh", | ||
"format": "biome format . --write", | ||
"lint": "biome check .", | ||
"lint:fix": "bun run lint --apply", | ||
"changeset": "changeset", | ||
"changeset:release": "bun run build && changeset publish", | ||
"changeset:version": "changeset version && bun install --lockfile-only" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "bun run format && bun run lint:fix" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/core/accounts/kernel/utils/account/ep0_6/encodeDeployCallData.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/core/accounts/kernel/utils/account/ep0_7/encodeDeployCallData.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,58 @@ | ||
{ | ||
"name": "@zerodev/presets", | ||
"version": "5.2.2", | ||
"author": "ZeroDev", | ||
"main": "./_cjs/index.js", | ||
"module": "./_esm/index.js", | ||
"types": "./_types/index.d.ts", | ||
"typings": "./_types/index.d.ts", | ||
"type": "module", | ||
"devDependencies": { | ||
"bun-types": "latest" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./_types/zerodev/index.d.ts", | ||
"import": "./_esm/zerodev/index.js", | ||
"default": "./_cjs/zerodev/index.js" | ||
"name": "@zerodev/presets", | ||
"version": "5.2.2", | ||
"author": "ZeroDev", | ||
"main": "./_cjs/index.js", | ||
"module": "./_esm/index.js", | ||
"types": "./_types/index.d.ts", | ||
"typings": "./_types/index.d.ts", | ||
"type": "module", | ||
"devDependencies": { | ||
"bun-types": "latest" | ||
}, | ||
"./zerodev": { | ||
"types": "./_types/zerodev/index.d.ts", | ||
"import": "./_esm/zerodev/index.js", | ||
"default": "./_cjs/zerodev/index.js" | ||
"exports": { | ||
".": { | ||
"types": "./_types/zerodev/index.d.ts", | ||
"import": "./_esm/zerodev/index.js", | ||
"default": "./_cjs/zerodev/index.js" | ||
}, | ||
"./zerodev": { | ||
"types": "./_types/zerodev/index.d.ts", | ||
"import": "./_esm/zerodev/index.js", | ||
"default": "./_cjs/zerodev/index.js" | ||
} | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"_esm", | ||
"_cjs", | ||
"_types", | ||
"./**/*.ts", | ||
"!_esm/**/*.tsbuildinfo", | ||
"!_cjs/**/*.tsbuildinfo", | ||
"!_types/**/*.tsbuildinfo", | ||
"!.env", | ||
"!./**/*.test.ts", | ||
"!.changeset" | ||
], | ||
"scripts": { | ||
"build": "bun run clean && bun run build:cjs && bun run build:esm && bun run build:types", | ||
"build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json", | ||
"build:esm": "tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json", | ||
"build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap", | ||
"clean": "rimraf _esm _cjs _types", | ||
"changeset": "changeset", | ||
"changeset:release": "bun run build && changeset publish", | ||
"changeset:version": "changeset version && bun install --lockfile-only", | ||
"format": "biome format . --write", | ||
"lint": "biome check .", | ||
"lint:fix": "bun run lint --apply" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "~5.3.0", | ||
"@zerodev/sdk": "^5.2.1", | ||
"@zerodev/ecdsa-validator": "^5.2.1", | ||
"permissionless": "^0.1.18", | ||
"viem": "^2.9.17" | ||
} | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"_esm", | ||
"_cjs", | ||
"_types", | ||
"./**/*.ts", | ||
"!_esm/**/*.tsbuildinfo", | ||
"!_cjs/**/*.tsbuildinfo", | ||
"!_types/**/*.tsbuildinfo", | ||
"!.env", | ||
"!./**/*.test.ts", | ||
"!.changeset" | ||
], | ||
"scripts": { | ||
"build": "bun run clean && bun run build:cjs && bun run build:esm && bun run build:types", | ||
"build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json", | ||
"build:esm": "tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json", | ||
"build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap", | ||
"clean": "rimraf _esm _cjs _types", | ||
"changeset": "changeset", | ||
"changeset:release": "bun run build && changeset publish", | ||
"changeset:version": "changeset version && bun install --lockfile-only", | ||
"format": "biome format . --write", | ||
"lint": "biome check .", | ||
"lint:fix": "bun run lint --apply" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0", | ||
"@zerodev/sdk": "^5.2.1", | ||
"@zerodev/ecdsa-validator": "^5.2.1", | ||
"permissionless": "^0.1.18", | ||
"viem": "^2.9.17" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.