-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
117 additions
and
565 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@effectai/sdk": patch | ||
--- | ||
|
||
Change types to match contracts on mainnet instead of jungle | ||
fix getTaskData index to consider the current batch |
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,39 +1,40 @@ | ||
{ | ||
"name": "@effectai/sdk", | ||
"workspaces": ["docs", "src"], | ||
"scripts": { | ||
"test": "bun --env-file=.env test", | ||
"test:watch": "bun --env-file=.env test --watch", | ||
"test:only": "bun --env-file=.env test --watch --only", | ||
"test:coverage": "bun --env-file=.env test --coverage", | ||
"dev": "tsc -w", | ||
"build": "bun run sdk:build && bun run docs:build", | ||
"lint": "biome lint --apply .", | ||
"format": "biome format --write .", | ||
"check": "biome check --apply .", | ||
"changeset": "changeset", | ||
"changeset:public": "bun scripts/updateVersion.ts && bun run build && changeset publish", | ||
"changeset:version": "changeset version && bun install --frozen-lockfile && bun scripts/updateVersion.ts", | ||
"changeset:publish": "bun run build && changeset publish", | ||
"docs:dev": "cd docs && bun run dev", | ||
"docs:build": "cd docs && bun run build", | ||
"docs:preview": "cd docs && bun run preview", | ||
"sdk:build": "tsc --project src/tsconfig.build.json --module es2020", | ||
"link": "cd src && bun link" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.7.0", | ||
"@wharfkit/wallet-plugin-privatekey": "^1.0.0", | ||
"@changesets/changelog-github": "^0.4.5", | ||
"@changesets/cli": "^2.23.2", | ||
"@greymass/abi2core": "^2.0.1", | ||
"@size-limit/preset-big-lib": "^11.1.2", | ||
"@types/bun": "^1.1.1", | ||
"typescript": "5.4.2", | ||
"vite": "^5.0.7" | ||
}, | ||
"trustedDependencies": ["@biomejs/biome"], | ||
"dependencies": { | ||
"gh-pages": "^6.1.1" | ||
} | ||
"name": "@effectai/sdk", | ||
"workspaces": ["docs", "src"], | ||
"scripts": { | ||
"test": "bun --env-file=.env test", | ||
"test:watch": "bun --env-file=.env test --watch", | ||
"test:only": "bun --env-file=.env test --watch --only", | ||
"test:coverage": "bun --env-file=.env test --coverage", | ||
"dev": "tsc -w --project src/tsconfig.build.json", | ||
"build": "bun run sdk:build && bun run docs:build", | ||
"lint": "biome lint --apply .", | ||
"format": "biome format --write .", | ||
"check": "biome check --apply .", | ||
"changeset": "changeset", | ||
"changeset:public": "bun scripts/updateVersion.ts && bun run build && changeset publish", | ||
"changeset:version": "changeset version && bun install --frozen-lockfile && bun scripts/updateVersion.ts", | ||
"changeset:publish": "bun run build && changeset publish", | ||
"docs:dev": "cd docs && bun run dev", | ||
"docs:build": "cd docs && bun run build", | ||
"docs:preview": "cd docs && bun run preview", | ||
"sdk:build": "tsc --project src/tsconfig.build.json --module es2020", | ||
"link": "cd src && bun link" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.7.0", | ||
"@wharfkit/wallet-plugin-privatekey": "^1.0.0", | ||
"@changesets/changelog-github": "^0.4.5", | ||
"@changesets/cli": "^2.23.2", | ||
"@greymass/abi2core": "^2.0.1", | ||
"@size-limit/preset-big-lib": "^11.1.2", | ||
"@types/bun": "^1.1.1", | ||
"typescript": "5.4.2", | ||
"vite": "^5.0.7" | ||
}, | ||
"trustedDependencies": ["@biomejs/biome"], | ||
"dependencies": { | ||
"@wharfkit/transact-plugin-autocorrect": "^1.2.1", | ||
"gh-pages": "^6.1.1" | ||
} | ||
} |
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.