-
Notifications
You must be signed in to change notification settings - Fork 116
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
1 parent
18d24c8
commit 8cf5a62
Showing
46 changed files
with
495 additions
and
301 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/config", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Config for FCL-JS", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.25.7", | ||
"@onflow/fcl-bundle": "1.5.0", | ||
"@onflow/fcl-bundle": "1.5.1", | ||
"@types/estree": "^1.0.6", | ||
"@types/jest": "^29.5.13", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
|
@@ -39,9 +39,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.7", | ||
"@onflow/util-actor": "1.3.3", | ||
"@onflow/util-invariant": "1.2.3", | ||
"@onflow/util-logger": "1.3.2", | ||
"@onflow/util-actor": "1.3.4", | ||
"@onflow/util-invariant": "1.2.4", | ||
"@onflow/util-logger": "1.3.3", | ||
"eslint": "^8.57.1", | ||
"eslint-plugin-jsdoc": "^46.10.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
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,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl-bundle", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "FCL Bundler Tool", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
Oops, something went wrong.