Compare commits

...
Author SHA1 Message Date
rilaxik 469d970654 Merge branch 'dev' 2024-10-30 16:29:29 +00:00
rilaxik 217e0ddf01 Merge pull request 'Server/Client middlewares + JSDoc' (#6) from unstable into dev
Reviewed-on: #6
2024-10-30 16:21:29 +00:00
rilaxik ea572070ef versions rollback 2024-10-30 16:21:03 +00:00
rilaxik 7308fc26e0 v0.2.1-0.2.0-alpha.2.0 2024-10-30 16:18:08 +00:00
rilaxik d56475d08a Merge pull request 'Consistency updates + cleanup' (#5) from unstable into dev
Reviewed-on: #5
2024-10-29 17:03:31 +00:00
rilaxik c2684a48fc Merge pull request 'Rpc integration + type fixes' (#3) from dev into master
Reviewed-on: #3
2024-10-28 12:13:19 +00:00
sashagoncharov19 0059a41d0d Update readme.md 2024-06-17 03:47:57 +00:00
rilaxik cc1ebbd66b quickfix issue template had extra optional label 2024-06-15 14:54:07 +01:00
sashagoncharov19 301a65e77f v0.1.0
Reviewed-on: #2
2024-06-15 13:50:13 +00:00
6 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ body:
- type: textarea
id: reproduction
attributes:
label: Reproduction (Optional)
label: Reproduction
description: Steps to reproduce the bug, if applicable
validations:
required: true
@@ -57,7 +57,7 @@ body:
- type: textarea
id: additional_information
attributes:
label: Additional Information
label: Additional Information (Optional)
description: Add any other information that might be useful in diagnosing the issue
validations:
required: false
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@entityseven/rage-fw-browser",
"version": "0.2.1-0.2.0-alpha.1.0",
"version": "0.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"
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@entityseven/rage-fw-client",
"version": "0.2.1-0.2.0-alpha.1.0",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
@@ -28,5 +28,5 @@
}
],
"license": "MIT",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
}
+1 -1
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"
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@entityseven/rage-fw-server",
"version": "0.2.1-0.2.0-alpha.1.0",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
@@ -28,5 +28,5 @@
}
],
"license": "MIT",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
}
+2 -2
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.0",
"types": "types/types/index.d.ts",
"files": [
"types/**/*"
@@ -8,5 +8,5 @@
"author": "SashaGoncharov19",
"license": "MIT",
"type": "module",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
}