Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/api",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Public API for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/blockchain",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Blockchain Manager for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/cli",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Command Line Interface to manage the Core of the Solar Network Blockchain",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/core",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Core of the Solar Network Blockchain",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/crypto",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Crypto utilities for the Solar Network Blockchain",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand All @@ -12,7 +12,7 @@
"dist"
],
"main": "dist/index",
"module": "dist/index.esm.js",
"module": "dist/index.js",
"browser": "dist/index.bundled.js",
"types": "dist/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/database",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Database Interface for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/forger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/forger",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Forger for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/kernel",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Kernel of Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/logger",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Webhooks for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/nes",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Websocket client and server for Solar Core",
"license": "BSD-3-Clause",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/p2p",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "P2P API for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/pool",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Pool Manager for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/snapshots",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Provides live local streamed snapshots functionality for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/state",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "State Management for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/transactions",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Transaction Services for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solar-network/webhooks",
"version": "4.3.1-next.0",
"version": "4.3.1",
"description": "Webhooks for Solar Core",
"license": "CC-BY-ND-4.0",
"contributors": [
Expand Down