File tree 14 files changed +454
-358
lines changed
olp-sdk-dataservice-write
14 files changed +454
-358
lines changed Original file line number Diff line number Diff line change 13
13
"scripts" : {
14
14
"build" : " tsc" ,
15
15
"lint" : " tslint -c tslint.json -p tsconfig.json" ,
16
- "test" : " mocha" ,
17
- "coverage" : " nyc mocha " ,
16
+ "test" : " tsc -p ./test/tsconfig.json && mocha" ,
17
+ "coverage" : " nyc npm run test " ,
18
18
"codecov" : " npm run coverage && nyc report --reporter=lcov" ,
19
19
"prepare" : " tsc --sourceMap false && npm run bundle" ,
20
20
"bundle" : " npm run bundle:dev && npm run bundle:prod" ,
58
58
"@types/chai" : " ^4.2.7" ,
59
59
"@types/fetch-mock" : " ^7.3.2" ,
60
60
"@types/mocha" : " ^5.2.7" ,
61
- "@types/node" : " ^13.1.2 " ,
61
+ "@types/node" : " ^14.11.8 " ,
62
62
"@types/sinon-chai" : " ^3.2.3" ,
63
63
"@types/sinon" : " 7.0.3" ,
64
64
"awesome-typescript-loader" : " ^5.2.1" ,
76
76
"tslint" : " ^5.20.1" ,
77
77
"tslint-config-prettier" : " ^1.18.0" ,
78
78
"typedoc" : " ^0.15.6" ,
79
- "typescript" : " 3.5.3" ,
79
+ "typescript" : " 4.0.3" ,
80
+ "tslib" : " 1.13.0" ,
80
81
"webpack" : " ^4.41.5" ,
81
82
"webpack-cli" : " ^3.3.10"
82
83
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "importHelpers" : true
5
+ }
6
+ }
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"build" : " tsc" ,
14
14
"lint" : " tslint -c tslint.json -p tsconfig.json" ,
15
- "test" : " mocha" ,
16
- "coverage" : " nyc mocha " ,
15
+ "test" : " tsc -p ./test/tsconfig.json && mocha" ,
16
+ "coverage" : " nyc npm run test " ,
17
17
"codecov" : " npm run coverage && nyc report --reporter=lcov" ,
18
18
"prepare" : " tsc --sourceMap false && npm run bundle" ,
19
19
"bundle" : " npm run bundle:dev && npm run bundle:prod" ,
55
55
"devDependencies" : {
56
56
"@types/chai" : " ^4.2.7" ,
57
57
"@types/mocha" : " ^5.2.7" ,
58
- "@types/node" : " ^13.1.2 " ,
58
+ "@types/node" : " ^14.11.8 " ,
59
59
"@types/sinon" : " 7.0.3" ,
60
60
"@types/sinon-chai" : " ^3.2.3" ,
61
61
"awesome-typescript-loader" : " ^5.2.1" ,
73
73
"tslint" : " ^5.20.1" ,
74
74
"tslint-config-prettier" : " ^1.18.0" ,
75
75
"typedoc" : " ^0.15.0" ,
76
- "typescript" : " 3.5.3" ,
76
+ "typescript" : " 4.0.3" ,
77
+ "tslib" : " 1.13.0" ,
77
78
"webpack" : " ^4.41.5" ,
78
79
"webpack-cli" : " ^3.3.10"
79
80
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "importHelpers" : true
5
+ }
6
+ }
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " tsc" ,
13
13
"lint" : " tslint -c tslint.json -p tsconfig.json" ,
14
- "test" : " mocha" ,
15
- "coverage" : " nyc mocha " ,
14
+ "test" : " tsc -p ./test/tsconfig.json && mocha" ,
15
+ "coverage" : " nyc npm run test " ,
16
16
"codecov" : " npm run coverage && nyc report --reporter=lcov" ,
17
17
"prepare" : " tsc --sourceMap false && npm run bundle" ,
18
18
"bundle" : " npm run bundle:dev && npm run bundle:prod" ,
66
66
"source-map-support" : " ^0.5.16" ,
67
67
"tslint" : " ^5.20.1" ,
68
68
"tslint-config-prettier" : " ^1.18.0" ,
69
- "typescript" : " 3.5.3" ,
69
+ "typescript" : " 4.0.3" ,
70
+ "tslib" : " 1.13.0" ,
70
71
"webpack" : " ^4.41.5" ,
71
72
"webpack-cli" : " ^3.3.10" ,
72
73
"typedoc" : " ^0.15.6"
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "importHelpers" : true
5
+ }
6
+ }
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"build" : " tsc" ,
14
14
"lint" : " tslint -c tslint.json -p tsconfig.json" ,
15
- "test" : " mocha" ,
16
- "coverage" : " nyc mocha " ,
15
+ "test" : " tsc -p ./test/tsconfig.json && mocha" ,
16
+ "coverage" : " nyc npm run test " ,
17
17
"codecov" : " npm run coverage && nyc report --reporter=lcov" ,
18
18
"prepare" : " tsc --sourceMap false && npm run bundle" ,
19
19
"bundle" : " npm run bundle:dev && npm run bundle:prod" ,
56
56
"devDependencies" : {
57
57
"@types/chai" : " ^4.2.7" ,
58
58
"@types/mocha" : " ^5.2.7" ,
59
- "@types/node" : " ^13.1.2 " ,
59
+ "@types/node" : " ^14.11.8 " ,
60
60
"@types/sinon" : " 7.0.3" ,
61
61
"@types/sinon-chai" : " ^3.2.3" ,
62
62
"awesome-typescript-loader" : " ^5.2.1" ,
74
74
"tslint" : " ^5.20.1" ,
75
75
"tslint-config-prettier" : " ^1.18.0" ,
76
76
"typedoc" : " ^0.15.0" ,
77
- "typescript" : " 3.5.3" ,
77
+ "typescript" : " 4.0.3" ,
78
+ "tslib" : " 1.13.0" ,
78
79
"webpack" : " ^4.41.5" ,
79
80
"webpack-cli" : " ^3.3.10"
80
81
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "importHelpers" : true
5
+ }
6
+ }
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"build" : " tsc" ,
14
14
"lint" : " tslint -c tslint.json -p tsconfig.json" ,
15
- "test" : " mocha" ,
16
- "coverage" : " nyc mocha " ,
15
+ "test" : " tsc -p ./test/tsconfig.json && mocha" ,
16
+ "coverage" : " nyc npm run test " ,
17
17
"codecov" : " npm run coverage && nyc report --reporter=lcov" ,
18
18
"prepare" : " tsc --sourceMap false && npm run bundle" ,
19
19
"webpack" : " webpack" ,
57
57
"devDependencies" : {
58
58
"@types/chai" : " ^4.2.7" ,
59
59
"@types/mocha" : " ^5.2.7" ,
60
- "@types/node" : " ^13.1.2 " ,
60
+ "@types/node" : " ^14.11.8 " ,
61
61
"@types/sinon" : " 7.0.3" ,
62
62
"@types/sinon-chai" : " ^3.2.3" ,
63
63
"awesome-typescript-loader" : " ^5.2.1" ,
75
75
"tslint" : " ^5.20.1" ,
76
76
"tslint-config-prettier" : " ^1.18.0" ,
77
77
"typedoc" : " ^0.15.0" ,
78
- "typescript" : " 3.5.3" ,
78
+ "typescript" : " 4.0.3" ,
79
+ "tslib" : " 1.13.0" ,
79
80
"webpack" : " ^4.41.5" ,
80
81
"webpack-cli" : " ^3.3.10"
81
82
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "importHelpers" : true
5
+ }
6
+ }
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " tsc" ,
13
13
"lint" : " tslint -c tslint.json -p tsconfig.json" ,
14
- "test" : " mocha" ,
15
- "coverage" : " nyc mocha " ,
14
+ "test" : " tsc -p ./test/tsconfig.json && mocha" ,
15
+ "coverage" : " nyc npm run test " ,
16
16
"codecov" : " npm run coverage && nyc report --reporter=lcov" ,
17
17
"prepare" : " tsc --sourceMap false && npm run bundle" ,
18
18
"bundle" : " npm run bundle:dev && npm run bundle:prod" ,
53
53
"devDependencies" : {
54
54
"@types/chai" : " ^4.2.7" ,
55
55
"@types/mocha" : " ^5.2.7" ,
56
- "@types/node" : " ^13.1.2 " ,
56
+ "@types/node" : " ^14.11.8 " ,
57
57
"@types/sinon" : " 7.0.3" ,
58
58
"@types/sinon-chai" : " ^3.2.3" ,
59
59
"awesome-typescript-loader" : " ^5.2.1" ,
71
71
"tslint" : " ^5.20.1" ,
72
72
"tslint-config-prettier" : " ^1.18.0" ,
73
73
"typedoc" : " ^0.15.0" ,
74
- "typescript" : " 3.5.3" ,
74
+ "typescript" : " 4.0.3" ,
75
+ "tslib" : " 1.13.0" ,
75
76
"webpack" : " ^4.41.5" ,
76
77
"webpack-cli" : " ^3.3.10" ,
77
78
"zlib" : " ^1.0.5"
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "importHelpers" : true
5
+ }
6
+ }
Original file line number Diff line number Diff line change 59
59
"typedoc" : " npx typedoc --disableOutputCheck --options typedoc.json"
60
60
},
61
61
"devDependencies" : {
62
- "@types/node" : " ^13.1.2 " ,
62
+ "@types/node" : " ^14.11.8 " ,
63
63
"lerna" : " ^3.20.2" ,
64
- "typescript" : " 3.5.3" ,
64
+ "typescript" : " 4.0.3" ,
65
+ "tslib" : " 1.13.0" ,
65
66
"codecov" : " 3.7.2" ,
66
67
"mockserver-node" : " 5.9.0" ,
67
68
"mockserver-client" : " 5.9.0" ,
68
- "ts-node" : " 8.6.2 " ,
69
+ "ts-node" : " 9.0.0 " ,
69
70
"puppeteer" : " ^2.1.1" ,
70
71
"puppeteer-to-istanbul" : " ^1.2.2" ,
71
72
"nyc" : " ^15.0.0" ,
You can’t perform that action at this time.
0 commit comments