v0.0.27-alpha.0

This commit is contained in:
Oleksandr Honcharov 2024-06-13 22:03:27 +03:00
parent 6be93daa2d
commit 333bd9df13
6 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "rage-fw-cef",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "create-rage-fw",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"bin": {
"rage-fw": "dist/index.js"
},
@ -10,6 +10,9 @@
"build": "tsup",
"start": "npx ./dist create"
},
"files": [
"dist/**/*"
],
"description": "CLI to scaffold a template project for RageFW",
"keywords": [],
"author": "rilaxik",

View File

@ -1,6 +1,6 @@
{
"name": "rage-fw-client",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"npmClient": "pnpm"
}

View File

@ -1,6 +1,6 @@
{
"name": "rage-fw-server",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "rage-fw-shared-types",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"types": "types/types/index.d.ts",
"files": [
"types/**/*"