Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6be93daa2d | ||
|
|
06f93e61a8 | ||
|
|
7357038c42 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rage-fw-cef",
|
||||
"version": "0.0.23-alpha.0",
|
||||
"version": "0.0.26-alpha.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"files": [
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
# build
|
||||
bin/
|
||||
|
||||
# deps
|
||||
node_modules/
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# dev
|
||||
.vscode/
|
||||
.idea/
|
||||
+4
-4
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rage-fw",
|
||||
"version": "0.0.23",
|
||||
"name": "create-rage-fw",
|
||||
"version": "0.0.26-alpha.0",
|
||||
"bin": {
|
||||
"rage-fw": "dist/index.js"
|
||||
},
|
||||
@@ -16,10 +16,10 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@inquirer/prompts": "^5.0.5",
|
||||
"axios": "^1.7.2",
|
||||
"chalk": "4.1.2",
|
||||
"git-clone": "^0.2.0",
|
||||
"yargs": "^17.7.2",
|
||||
"axios": "^1.7.2"
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/git-clone": "^0.2.4",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rage-fw-client",
|
||||
"version": "0.0.23-alpha.0",
|
||||
"version": "0.0.26-alpha.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"files": [
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"version": "0.0.23-alpha.0",
|
||||
"version": "0.0.26-alpha.0",
|
||||
"npmClient": "pnpm"
|
||||
}
|
||||
|
||||
Generated
+3076
-772
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rage-fw-server",
|
||||
"version": "0.0.23-alpha.0",
|
||||
"version": "0.0.26-alpha.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rage-fw-shared-types",
|
||||
"version": "0.0.23-alpha.0",
|
||||
"version": "0.0.26-alpha.0",
|
||||
"types": "types/types/index.d.ts",
|
||||
"files": [
|
||||
"types/**/*"
|
||||
|
||||
Reference in New Issue
Block a user