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
9 changes: 4 additions & 5 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "websdr",
"version": "0.5.0",
"description": "WebSDR package",
"author": "Timur Davydov <dtv.comp@gmail.com>",
"license": "MIT",
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": "@websdr/core",
"version": "0.5.0",
"version": "0.5.1",
"description": "This is the core package for WebSDR",
"author": "Timur Davydov <dtv.comp@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@websdr/frontend-core",
"version": "0.5.0",
"version": "0.5.1",
"description": "This is the core frontend package for WebSDR",
"author": "Timur Davydov <dtv.comp@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-microservice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@websdr/nestjs-microservice",
"version": "0.5.0",
"version": "0.5.1",
"description": "This is a NestJS microservice for WebSDR",
"author": "Timur Davydov <dtv.comp@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@websdr/vue3-components",
"version": "0.5.0",
"version": "0.5.1",
"description": "This is a Vue 3 components package for WebSDR",
"author": "Timur Davydov <dtv.comp@gmail.com>",
"license": "MIT",
Expand Down