Compare commits

..
2 Commits
Author SHA1 Message Date
Oleksandr Honcharov 74c0215366 v0.2.2 2024-10-28 14:53:05 +02:00
Oleksandr Honcharov 96c92f9d19 v0.2.1 2024-10-28 14:51:45 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.0", "version": "0.2.2",
"npmClient": "pnpm" "npmClient": "pnpm"
} }
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@entityseven/rage-fw-rpc", "name": "@entityseven/rage-fw-rpc",
"description": "Rage FW RPC", "description": "Rage FW RPC",
"version": "0.2.0", "version": "0.2.2",
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",
"start": "npx ./dist create" "start": "npx ./dist create"