chore: bump to 0.3.0

This commit is contained in:
Fabian @ Blax Software 2026-04-16 08:31:50 +02:00
parent fed6ee0d11
commit 8e4eb5e16e
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@blax-software/networking", "name": "@blax-software/networking",
"version": "0.1.0", "version": "0.3.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@blax-software/networking", "name": "@blax-software/networking",
"version": "0.1.0", "version": "0.3.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"axios": "^1.7.0", "axios": "^1.7.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@blax-software/networking", "name": "@blax-software/networking",
"version": "0.2.0", "version": "0.3.0",
"description": "Plug-and-play API + WebSocket client. Framework-agnostic core with optional Vue, Nuxt, and React bindings.", "description": "Plug-and-play API + WebSocket client. Framework-agnostic core with optional Vue, Nuxt, and React bindings.",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",