Skip to content
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
54 changes: 27 additions & 27 deletions bun.lock

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wharfkit-js",
"private": true,
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/abicache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/abicache",
"description": "ABI Caching Mechanism for use in Session and Contract Kits",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/abicache",
"license": "BSD-3-Clause",
"main": "lib/abicache.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/account-creation-plugin-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/account-creation-plugin-anchor",
"description": "An account creation plugin using the Greymass account creation service",
"version": "1.4.0",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/account-creation-plugin-anchor",
"license": "BSD-3-Clause",
"main": "lib/account-creation-plugin-anchor.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/account-creation-plugin-jungle4/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/account-creation-plugin-jungle4",
"description": "Plugin to create a Jungle4 Testnet acccount.",
"version": "1.2.0",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/account-creation-plugin-jungle4",
"license": "BSD-3-Clause",
"main": "lib/account-creation-plugin-jungle4.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/antelope/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/antelope",
"description": "Library for working with Antelope powered blockchains.",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/antelope",
"license": "BSD-3-Clause-No-Military-License",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/common",
"description": "Common data and functions shared across WharfKit packages",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/common",
"license": "BSD-3-Clause",
"main": "lib/common.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/contract",
"description": "ContractKit for Wharf",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/contract",
"license": "BSD-3-Clause",
"main": "lib/contract.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/mock-data",
"description": "Sample data for usage in tests throughout @wharfkit",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/mock-data",
"license": "BSD-3-Clause",
"main": "lib/mock-data.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-esr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/protocol-esr",
"description": "Abstract methods useful to all ESR-based wallet plugins",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/protocol-esr",
"license": "BSD-3-Clause",
"main": "lib/protocol-esr.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-scatter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/protocol-scatter",
"description": "Abstract methods useful to all Scatter-based wallet plugins",
"version": "1.4.2",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/protocol-scatter",
"license": "BSD-3-Clause",
"main": "lib/protocol-scatter.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/resources",
"description": "Library to assist in Antelope-blockchain resource calculations.",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/resources",
"license": "BSD-3-Clause",
"main": "lib/wharfkit-resources.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sealed-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/sealed-messages",
"description": "",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/sealed-messages",
"license": "BSD-3-Clause",
"main": "lib/sealed-messages.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/session",
"description": "Create account-based sessions, perform transactions, and allow users to login using Antelope-based blockchains.",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/session",
"license": "BSD-3-Clause",
"main": "lib/session.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/signing-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wharfkit/signing-request",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"description": "Signing Request (ESR / EEP-7) encoder and decoder for Antelope blockchains",
"homepage": "https://github.com/wharfkit/signing-request",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/transact-plugin-autocorrect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/transact-plugin-autocorrect",
"description": "A plugin to correct common issues users experience while performing transactions.",
"version": "4.0.0-rc1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/transact-plugin-autocorrect",
"license": "BSD-3-Clause",
"main": "lib/transact-plugin-autocorrect.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/transact-plugin-cosigner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/transact-plugin-cosigner",
"description": "Automatically cosign transactions to assume resource costs using a noop action.",
"version": "1.1.0",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/transact-plugin-cosigner",
"license": "BSD-3-Clause",
"main": "lib/transact-plugin-cosigner.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/transact-plugin-explorerlink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/transact-plugin-explorerlink",
"description": "A transact plugin to display a link to a block explorer after a transaction is broadcast.",
"version": "1.0.1",
"version": "4.0.0-rc2",
"homepage": "https://github.com/wharfkit/transact-plugin-explorerlink",
"license": "BSD-3-Clause",
"main": "lib/transact-plugin-explorerlink.js",
Expand Down
Loading
Loading