create-reciple 7.7.3 → 7.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "create-reciple",
|
|
3
3
|
"description": "A Reciple Discord bot project builder",
|
|
4
4
|
"license": "GPL-3.0",
|
|
5
|
-
"version": "7.7.
|
|
5
|
+
"version": "7.7.4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./bin/bin.d.ts",
|
|
8
8
|
"bin": "./bin/bin.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"discord.js": "^14.11.0",
|
|
33
33
|
"nodemon": "^2.0.22",
|
|
34
|
-
"reciple": "^7.6.
|
|
34
|
+
"reciple": "^7.6.4"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "2365f83647860ba53a4a061d760fc20b31b67ab2"
|
|
37
37
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": true,
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "BIN_EXEC reciple",
|
|
6
|
-
"dev": "BIN_EXEC nodemon --exec \"SCRIPT_RUN start\" --watch ./modules"
|
|
6
|
+
"dev": "BIN_EXEC nodemon --exec \"SCRIPT_RUN start\" --watch ./modules --signal SIGHUP"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"discord.js": "DISCORDJS",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "BIN_EXEC reciple",
|
|
7
|
-
"dev": "BIN_EXEC nodemon --exec \"SCRIPT_RUN start\" --watch ./modules"
|
|
7
|
+
"dev": "BIN_EXEC nodemon --exec \"SCRIPT_RUN start\" --watch ./modules --signal SIGHUP"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"discord.js": "DISCORDJS",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"build": "BIN_EXEC rimraf ./modules && BIN_EXEC tsc",
|
|
6
6
|
"start": "BIN_EXEC reciple",
|
|
7
7
|
"build:start": "SCRIPT_RUN build && SCRIPT_RUN start",
|
|
8
|
-
"dev": "BIN_EXEC nodemon --watch src --ext ts,mts,cts --exec \"SCRIPT_RUN build:start\""
|
|
8
|
+
"dev": "BIN_EXEC nodemon --watch src --ext ts,mts,cts --exec \"SCRIPT_RUN build:start\" --signal SIGHUP"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"discord.js": "DISCORDJS",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"build": "BIN_EXEC rimraf ./modules && BIN_EXEC tsc",
|
|
7
7
|
"start": "BIN_EXEC reciple",
|
|
8
8
|
"build:start": "SCRIPT_RUN build && SCRIPT_RUN start",
|
|
9
|
-
"dev": "BIN_EXEC nodemon --watch src --ext ts,mts,cts --exec \"SCRIPT_RUN build:start\""
|
|
9
|
+
"dev": "BIN_EXEC nodemon --watch src --ext ts,mts,cts --exec \"SCRIPT_RUN build:start\" --signal SIGHUP"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"discord.js": "DISCORDJS",
|