v0.2.1-0.2.0-alpha.2.0

This commit is contained in:
Danya H 2024-10-30 16:18:08 +00:00
parent ffd542c1de
commit 7308fc26e0
5 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@entityseven/rage-fw-browser",
"version": "0.2.1-0.2.0-alpha.1.0",
"version": "0.2.1-0.2.0-alpha.2.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
@ -27,5 +27,6 @@
"url": "https://github.com/rilaxik"
}
],
"license": "MIT"
"license": "MIT",
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
}

View File

@ -1,6 +1,6 @@
{
"name": "@entityseven/rage-fw-client",
"version": "0.2.1-0.2.0-alpha.1.0",
"version": "0.2.1-0.2.0-alpha.2.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
@ -28,5 +28,5 @@
}
],
"license": "MIT",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
}

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.1-0.2.0-alpha.1.0",
"version": "0.2.1-0.2.0-alpha.2.0",
"npmClient": "pnpm"
}

View File

@ -1,6 +1,6 @@
{
"name": "@entityseven/rage-fw-server",
"version": "0.2.1-0.2.0-alpha.1.0",
"version": "0.2.1-0.2.0-alpha.2.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
@ -28,5 +28,5 @@
}
],
"license": "MIT",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
}

View File

@ -1,6 +1,6 @@
{
"name": "@entityseven/rage-fw-shared-types",
"version": "0.2.1-0.2.0-alpha.1.0",
"version": "0.2.1-0.2.0-alpha.2.0",
"types": "types/types/index.d.ts",
"files": [
"types/**/*"
@ -8,5 +8,5 @@
"author": "SashaGoncharov19",
"license": "MIT",
"type": "module",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
}