Skip to content

Commit

Permalink
chore(release): publish packages (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 15, 2024
1 parent 7971e99 commit d740418
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 14 deletions.
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/primitives@0.5.0

## 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

0 comments on commit d740418

Please sign in to comment.