Compare commits

...
Author SHA1 Message Date
Oleksandr Honcharov 630c06bb91 v0.0.30-alpha.0 2024-06-13 23:08:00 +03:00
Oleksandr Honcharov 31136ad7e0 some fixes 2024-06-13 23:07:43 +03:00
Oleksandr Honcharov e9f77bf88d v0.0.29-alpha.0 2024-06-13 22:57:52 +03:00
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-cef",
"version": "0.0.28-alpha.0",
"version": "0.0.30-alpha.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-rage-fw",
"version": "0.0.28-alpha.0",
"version": "0.0.30-alpha.0",
"bin": {
"rage-fw": "dist/index.js"
},
+3 -3
View File
@@ -48,7 +48,7 @@ export async function initProject() {
clone(
'https://git.entityseven.com/entityseven/rage-framework-example',
path.join(__dirname, folder),
path.join(process.cwd(), folder),
{},
err => {
if (err) {
@@ -57,8 +57,8 @@ export async function initProject() {
}
console.log(c.gray('Scaffolded project into'), folder)
console.log(
c.blueBright(
'Working on Rage Framework. RageFW © Powered by Entity Seven Group',
c.gray(
`Project was created ar dir: ${path.join(process.cwd(), folder)}`,
),
)
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-client",
"version": "0.0.28-alpha.0",
"version": "0.0.30-alpha.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.28-alpha.0",
"version": "0.0.30-alpha.0",
"npmClient": "pnpm"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-server",
"version": "0.0.28-alpha.0",
"version": "0.0.30-alpha.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-shared-types",
"version": "0.0.28-alpha.0",
"version": "0.0.30-alpha.0",
"types": "types/types/index.d.ts",
"files": [
"types/**/*"