Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0-22 (2025-02-15)

This was a version bump only, there were no code changes.

## 0.1.0-21 (2025-02-15)

This was a version bump only, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/agent-wallet",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 8 additions & 4 deletions packages/aw-contracts-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "@lit-protocol/aw-contracts-sdk",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@lit-protocol/aw-tool-registry": "workspace:*",
"@lit-protocol/aw-tool": "workspace:*",
"@lit-protocol/aw-tool-registry": "workspace:*",
"@lit-protocol/constants": "7.0.6",
"ethers": "v5",
"tslib": "^2.3.0"
"@lit-protocol/contracts-sdk": "7.0.6",
"bs58": "^6.0.0",
"ethers": "v5"
},
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -22,5 +23,8 @@
"sourceRoot": "packages/aw-contracts-sdk/src",
"projectType": "library",
"name": "aw-contracts-sdk"
},
"devDependencies": {
"tslib": "^2.8.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { type LitContracts } from '@lit-protocol/contracts-sdk';
import { getToolByIpfsCid } from '@lit-protocol/aw-tool-registry';
import { ethers } from 'ethers';
import bs58 from 'bs58';

const bs58 = require('bs58');

import type {
ToolInfo,
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-signer",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/aw-signer/src/lib/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ export class Admin {

const registeredTools = await getRegisteredToolsAndDelegatees(
this.toolRegistryContract,
// @ts-expect-error Types have separate declarations of a private property '_getAdjustedGasLimit'.ts(2345)
this.litContracts,
(
await this.getPkpByTokenId(pkpTokenId)
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-subagent-gaia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-subagent-gaia",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-subagent-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-subagent-openai",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-tool-enso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-tool-enso",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-tool-erc20-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-tool-erc20-transfer",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-tool-jupiter-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-tool-jupiter-swap",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-tool-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-tool-registry",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-tool-sign-ecdsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-tool-sign-ecdsa",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-tool-sign-eddsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-tool-sign-eddsa",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-tool-uniswap-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-tool-uniswap-swap",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aw-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/aw-tool",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/law-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/law-cli",
"version": "0.1.0-21",
"version": "0.1.0-22",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 8 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading