File tree Expand file tree Collapse file tree 18 files changed +224
-1384
lines changed
contentstack-bulk-publish
contentstack-import-setup Expand file tree Collapse file tree 18 files changed +224
-1384
lines changed Original file line number Diff line number Diff line change 30
30
"winston" : " ^3.17.0"
31
31
},
32
32
"devDependencies" : {
33
- "@contentstack/cli-dev-dependencies" : " ^1.2.4" ,
34
33
"@oclif/test" : " ^4.1.6" ,
35
34
"@types/chai" : " ^4.3.20" ,
36
35
"@types/fs-extra" : " ^11.0.4" ,
46
45
"oclif" : " ^3.17.2" ,
47
46
"shx" : " ^0.3.4" ,
48
47
"sinon" : " ^19.0.2" ,
49
- "ts-jest" : " ^29.2.5" ,
50
48
"ts-node" : " ^10.9.2" ,
51
- "tslib" : " ^2.8.1" ,
52
49
"typescript" : " ^5.7.2"
53
50
},
54
51
"oclif" : {
Original file line number Diff line number Diff line change 23
23
},
24
24
"dependencies" : {
25
25
"@contentstack/cli-command" : " ~1.3.2" ,
26
- "@contentstack/cli-utilities" : " ~1.8.0" ,
27
- "chalk" : " ^4.1.2" ,
28
- "debug" : " ^4.4.0" ,
29
- "inquirer" : " 8.2.6" ,
30
- "winston" : " ^3.17.0"
26
+ "@contentstack/cli-utilities" : " ~1.8.0"
31
27
},
32
28
"devDependencies" : {
33
29
"@fancy-test/nock" : " ^0.1.1" ,
34
30
"@oclif/plugin-help" : " ^5.2.20" ,
35
31
"@oclif/test" : " ^4.1.6" ,
36
32
"@types/chai" : " ^4.3.20" ,
37
- "@types/inquirer" : " ^9.0.7" ,
38
33
"@types/mkdirp" : " ^1.0.2" ,
39
34
"@types/mocha" : " ^8.2.3" ,
40
35
"@types/node" : " ^14.18.63" ,
44
39
"eslint" : " ^8.57.1" ,
45
40
"eslint-config-oclif" : " ^5.2.2" ,
46
41
"eslint-config-oclif-typescript" : " ^3.1.13" ,
47
- "globby" : " ^10.0.2" ,
48
42
"mocha" : " 10.8.2" ,
49
43
"nyc" : " ^15.1.0" ,
50
44
"oclif" : " ^3.17.2" ,
51
- "rimraf" : " ^2.7.1" ,
52
45
"sinon" : " ^19.0.2" ,
53
- "tmp" : " ^0.2.3" ,
54
46
"ts-node" : " ^10.9.2" ,
55
47
"typescript" : " ^4.9.5"
56
48
},
Original file line number Diff line number Diff line change 34
34
"eslint" : " ^8.57.1" ,
35
35
"eslint-config-oclif" : " ^4.0.0" ,
36
36
"eslint-config-oclif-typescript" : " ^3.1.13" ,
37
- "globby" : " ^10.0.2" ,
38
37
"mocha" : " 10.8.2" ,
39
38
"nyc" : " ^15.1.0" ,
40
39
"oclif" : " ^3.17.2" ,
41
- "rimraf" : " ^2.7.1" ,
42
40
"tmp" : " ^0.2.3" ,
43
41
"ts-node" : " ^8.10.2" ,
44
42
"typescript" : " ^4.9.5"
Original file line number Diff line number Diff line change 8
8
"@contentstack/cli-command" : " ~1.3.2" ,
9
9
"@contentstack/cli-utilities" : " ~1.8.0" ,
10
10
"@oclif/core" : " ^3.27.0" ,
11
- "async" : " ^3.2.6" ,
12
- "big-json" : " ^3.2.0" ,
13
- "bluebird" : " ^3.7.2" ,
14
11
"chalk" : " ^4.1.2" ,
15
- "is-valid-path" : " ^0.1.1" ,
16
12
"just-diff" : " ^6.0.2" ,
17
- "lodash" : " ^4.17.21" ,
18
- "merge" : " ^2.1.1" ,
19
- "mkdirp" : " ^1.0.4" ,
20
- "path" : " ^0.12.7" ,
21
- "progress-stream" : " ^2.0.0" ,
22
- "promise-limit" : " ^2.7.0" ,
23
- "proxyquire" : " ^2.1.3" ,
24
- "tslib" : " ^2.8.1" ,
25
- "winston" : " ^3.17.0"
13
+ "lodash" : " ^4.17.21"
26
14
},
27
15
"devDependencies" : {
28
- "@contentstack/cli-auth" : " ~1.3.22" ,
29
- "@contentstack/cli-config" : " ~1.9.0" ,
30
16
"@contentstack/cli-dev-dependencies" : " ~1.2.4" ,
31
17
"@oclif/plugin-help" : " ^5.2.20" ,
32
- "@oclif/test" : " ^4.1.6" ,
33
18
"@types/flat" : " ^5.0.5" ,
34
- "assert" : " ^2.1.0" ,
35
19
"chai" : " ^4.5.0" ,
36
20
"dotenv" : " ^16.4.7" ,
37
21
"dotenv-expand" : " ^9.0.0" ,
38
22
"eslint" : " ^8.57.1" ,
39
23
"eslint-config-oclif" : " ^4.0.0" ,
40
- "globby" : " ^10.0.2" ,
41
24
"mocha" : " 10.8.2" ,
42
25
"nyc" : " ^15.1.0" ,
43
26
"oclif" : " ^3.17.2" ,
Original file line number Diff line number Diff line change 7
7
"dependencies" : {
8
8
"@contentstack/cli-command" : " ~1.3.2" ,
9
9
"@contentstack/cli-utilities" : " ~1.8.0" ,
10
- "bluebird" : " ^3.7.2" ,
11
10
"chalk" : " ^4.1.2" ,
12
11
"dotenv" : " ^16.4.7" ,
13
12
"inquirer" : " 8.2.6" ,
14
13
"lodash" : " ^4.17.21" ,
15
- "mkdirp" : " ^1.0.4" ,
16
- "nock" : " ^13.5.6" ,
17
14
"winston" : " ^3.17.0"
18
15
},
19
16
"devDependencies" : {
20
17
"@oclif/test" : " ^4.1.6" ,
21
18
"chai" : " ^4.5.0" ,
22
19
"eslint" : " ^8.57.1" ,
23
20
"eslint-config-oclif" : " ^4.0.0" ,
24
- "globby" : " ^10.0.2" ,
25
21
"mocha" : " ^10.8.2" ,
26
22
"nyc" : " ^15.1.0" ,
27
- "oclif" : " ^3.17.2" ,
28
- "tslib" : " ^1.14.1"
23
+ "oclif" : " ^3.17.2"
29
24
},
30
25
"engines" : {
31
26
"node" : " >=14.0.0"
Original file line number Diff line number Diff line change 10
10
"@contentstack/cli-cm-import" : " ~1.19.3" ,
11
11
"@contentstack/cli-command" : " ~1.3.2" ,
12
12
"@contentstack/cli-utilities" : " ~1.8.0" ,
13
- "async" : " ^3.2.6" ,
14
13
"chalk" : " ^4.1.2" ,
15
- "child_process" : " ^1.0.2" ,
16
- "fancy-test" : " ^1.4.10" ,
17
14
"inquirer" : " 8.2.6" ,
18
15
"lodash" : " ^4.17.21" ,
19
16
"merge" : " ^2.1.1" ,
27
24
"chai" : " ^4.5.0" ,
28
25
"eslint" : " ^8.57.1" ,
29
26
"eslint-config-oclif" : " ^4.0.0" ,
30
- "globby" : " ^10.0.2" ,
31
- "jest" : " ^29.7.0" ,
32
27
"mocha" : " ^10.8.2" ,
33
28
"nyc" : " ^15.1.0" ,
34
29
"oclif" : " ^3.17.2" ,
Original file line number Diff line number Diff line change 22
22
},
23
23
"devDependencies" : {
24
24
"@oclif/test" : " ^4.1.6" ,
25
- "@types/chai" : " ^4.3.20" ,
26
25
"@types/mkdirp" : " ^1.0.2" ,
27
26
"@types/mocha" : " ^8.2.3" ,
28
27
"@types/node" : " ^14.18.63" ,
29
- "@types/sinon" : " ^10.0.20" ,
30
- "chai" : " ^4.5.0" ,
31
28
"eslint" : " ^8.57.1" ,
32
29
"eslint-config-oclif" : " ^4.0.0" ,
33
30
"eslint-config-oclif-typescript" : " ^3.1.13" ,
34
31
"mocha" : " 10.8.2" ,
35
32
"nyc" : " ^15.1.0" ,
36
- "rimraf" : " ^2.7.1" ,
37
- "sinon" : " ^19.0.2" ,
38
33
"ts-node" : " ^8.10.2" ,
39
34
"typescript" : " ^4.9.5"
40
35
},
Original file line number Diff line number Diff line change 23
23
"dependencies" : {
24
24
"@contentstack/cli-command" : " ~1.3.2" ,
25
25
"@contentstack/cli-utilities" : " ~1.8.0" ,
26
- "chalk" : " ^4.1.2" ,
27
- "debug" : " ^4.4.0" ,
28
- "inquirer" : " 8.2.6" ,
29
- "lodash" : " ^4.17.21" ,
30
- "mkdirp" : " ^1.0.4" ,
31
- "winston" : " ^3.17.0"
26
+ "lodash" : " ^4.17.21"
32
27
},
33
28
"devDependencies" : {
34
29
"@oclif/test" : " ^4.1.6" ,
35
30
"@types/chai" : " ^4.3.20" ,
36
- "@types/inquirer" : " ^9.0.7" ,
37
- "@types/mkdirp" : " ^1.0.2" ,
38
31
"@types/mocha" : " ^8.2.3" ,
39
32
"@types/node" : " ^14.18.63" ,
40
33
"@types/sinon" : " ^10.0.20" ,
41
34
"chai" : " ^4.5.0" ,
42
35
"eslint" : " ^8.57.1" ,
43
36
"eslint-config-oclif" : " ^4.0.0" ,
44
37
"eslint-config-oclif-typescript" : " ^3.1.13" ,
45
- "globby" : " ^10.0.2" ,
46
38
"mocha" : " 10.8.2" ,
47
39
"nyc" : " ^15.1.0" ,
48
40
"oclif" : " ^3.17.2" ,
49
- "rimraf" : " ^2.7.1" ,
50
41
"sinon" : " ^19.0.2" ,
51
- "tmp" : " ^0.2.3" ,
52
42
"ts-node" : " ^10.9.2" ,
53
43
"typescript" : " ^4.9.5"
54
44
},
Original file line number Diff line number Diff line change 13
13
"big-json" : " ^3.2.0" ,
14
14
"bluebird" : " ^3.7.2" ,
15
15
"chalk" : " ^4.1.2" ,
16
- "is-valid-path" : " ^0.1.1" ,
17
16
"lodash" : " ^4.17.21" ,
18
17
"merge" : " ^2.1.1" ,
19
18
"mkdirp" : " ^1.0.4" ,
20
- "path" : " ^0.12.7" ,
21
19
"progress-stream" : " ^2.0.0" ,
22
20
"promise-limit" : " ^2.7.0" ,
23
- "proxyquire" : " ^2.1.3" ,
24
- "tslib" : " ^2.8.1" ,
25
21
"winston" : " ^3.17.0"
26
22
},
27
23
"devDependencies" : {
33
29
"@types/big-json" : " ^3.2.5" ,
34
30
"@types/mkdirp" : " ^1.0.2" ,
35
31
"@types/progress-stream" : " ^2.0.5" ,
36
- "assert" : " ^2.1.0" ,
37
- "chai" : " ^4.5.0" ,
38
32
"dotenv" : " ^16.4.7" ,
39
33
"dotenv-expand" : " ^9.0.0" ,
40
34
"eslint" : " ^8.57.1" ,
41
35
"eslint-config-oclif" : " ^4.0.0" ,
42
- "globby" : " ^10.0.2" ,
43
36
"mocha" : " 10.8.2" ,
44
37
"nyc" : " ^15.1.0" ,
45
38
"oclif" : " ^3.17.2" ,
46
- "sinon" : " ^19.0.2" ,
47
39
"ts-node" : " ^10.9.2" ,
48
40
"typescript" : " ^4.9.5"
49
41
},
You can’t perform that action at this time.
0 commit comments