Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish packages #62

Merged
merged 1 commit into from
Jul 15, 2024
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
11 changes: 0 additions & 11 deletions .changeset/itchy-peaches-juggle.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/near-lake-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @near-lake/framework

## 0.1.4

### Patch Changes

- Updated dependencies [[`7971e995b52dfbc764dba607e9fd40dea5ca0ef0`](https://github.com/near/near-lake-framework-js/commit/7971e995b52dfbc764dba607e9fd40dea5ca0ef0)]:
- @near-lake/[email protected]

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/near-lake-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-lake/framework",
"version": "0.1.3",
"version": "0.1.4",
"description": "JS Library to connect to the NEAR Lake S3 and stream the data",
"author": "NEAR Inc <[email protected]>",
"keywords": [
Expand All @@ -27,6 +27,6 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.32.0",
"@near-lake/primitives": "^0.4.0"
"@near-lake/primitives": "^0.5.0"
}
}
14 changes: 14 additions & 0 deletions packages/near-lake-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @near-lake/primitives

## 0.5.0

### Minor Changes

- [#61](https://github.com/near/near-lake-framework-js/pull/61) [`7971e995b52dfbc764dba607e9fd40dea5ca0ef0`](https://github.com/near/near-lake-framework-js/commit/7971e995b52dfbc764dba607e9fd40dea5ca0ef0) Thanks [@pkudinov](https://github.com/pkudinov)! - Added:

- `Block.functionCalls` to get an array of FunctionCallView in this block, with different filters
- `Block.functionCallsToReceiver` to get an array of FunctionCallView to a specific receiver, optionally specifying method name
- `FunctionCallView` type that provides complete information about the function call, including parsed arguments and events

Changed:

- `Event` class has been changed to inline RawEvent fields.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/near-lake-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-lake/primitives",
"version": "0.4.0",
"version": "0.5.0",
"keywords": [
"lake-primitives",
"near-indexer"
Expand Down