@codeleap/cli 4.1.0 → 4.2.0
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/dist/index.js +0 -0
- package/package.json +7 -7
- package/package.json.bak +48 -0
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codeleap/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"repository": "git@github.com:codeleap-uk/codeleap-lib.git",
|
|
6
6
|
"author": "Paulo Henrique De Souza <paulosouza300272@gmail.com>",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"codeleap-cli": "./dist/index.js"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@codeleap/
|
|
13
|
+
"@codeleap/common": "4.2.0",
|
|
14
|
+
"@codeleap/config": "4.2.0",
|
|
14
15
|
"@types/inquirer": "^8.2.0",
|
|
15
16
|
"@types/libsodium-wrappers": "^0.7.10",
|
|
16
|
-
"cross-env": "^7.0.3"
|
|
17
|
-
"@codeleap/common": "*"
|
|
17
|
+
"cross-env": "^7.0.3"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@codeleap/common": "",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"nanospinner": "^1.0.0",
|
|
42
42
|
"node-keytool": "^0.0.3",
|
|
43
43
|
"octokit": "^2.0.10",
|
|
44
|
+
"openai": "4.33.0",
|
|
44
45
|
"simple-git": "^3.15.0",
|
|
45
|
-
"yup": "^0.32.11"
|
|
46
|
-
"openai": "4.33.0"
|
|
46
|
+
"yup": "^0.32.11"
|
|
47
47
|
}
|
|
48
|
-
}
|
|
48
|
+
}
|
package/package.json.bak
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@codeleap/cli",
|
|
3
|
+
"version": "4.2.0",
|
|
4
|
+
"main": "./dist/index.js",
|
|
5
|
+
"repository": "git@github.com:codeleap-uk/codeleap-lib.git",
|
|
6
|
+
"author": "Paulo Henrique De Souza <paulosouza300272@gmail.com>",
|
|
7
|
+
"license": "UNLICENSED",
|
|
8
|
+
"bin": {
|
|
9
|
+
"codeleap": "./dist/index.js",
|
|
10
|
+
"codeleap-cli": "./dist/index.js"
|
|
11
|
+
},
|
|
12
|
+
"devDependencies": {
|
|
13
|
+
"@codeleap/common": "workspace:*",
|
|
14
|
+
"@codeleap/config": "workspace:*",
|
|
15
|
+
"@types/inquirer": "^8.2.0",
|
|
16
|
+
"@types/libsodium-wrappers": "^0.7.10",
|
|
17
|
+
"cross-env": "^7.0.3"
|
|
18
|
+
},
|
|
19
|
+
"peerDependencies": {
|
|
20
|
+
"@codeleap/common": "",
|
|
21
|
+
"typescript": "5.0.4"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "tsc --build",
|
|
25
|
+
"lint": "eslint -c .eslintrc.js --fix \"./src/**/*.{ts,tsx,js,jsx}\"",
|
|
26
|
+
"dev:cli": "node dist/index.js",
|
|
27
|
+
"start": "node dist/index.js",
|
|
28
|
+
"dev": "cross-env CODELEAP_CLI_DEV_MODE=true tsnd --transpile-only src/index.ts"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"axios": "1.3.5",
|
|
32
|
+
"chalk": "4.1.2",
|
|
33
|
+
"chalk-animation": "^1.6.0",
|
|
34
|
+
"cleye": "^1.1.0",
|
|
35
|
+
"dive": "^0.5.0",
|
|
36
|
+
"figlet": "^1.5.2",
|
|
37
|
+
"firebase-admin": "^11.4.1",
|
|
38
|
+
"generate-password": "^1.7.0",
|
|
39
|
+
"inquirer": "^8.2.0",
|
|
40
|
+
"libsodium-wrappers": "^0.7.10",
|
|
41
|
+
"nanospinner": "^1.0.0",
|
|
42
|
+
"node-keytool": "^0.0.3",
|
|
43
|
+
"octokit": "^2.0.10",
|
|
44
|
+
"openai": "4.33.0",
|
|
45
|
+
"simple-git": "^3.15.0",
|
|
46
|
+
"yup": "^0.32.11"
|
|
47
|
+
}
|
|
48
|
+
}
|