File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 13
13
"build:watch" : " nx run-many --target=build:watch --all" ,
14
14
"build:graph" : " nx graph" ,
15
15
"build:npm" : " nx run-many --target=build:npm --all" ,
16
+ "changelog" : " ts-node ./scripts/get-commit-list.ts" ,
16
17
"check:types" : " nx run-many --target=check:types --all" ,
17
18
"clean" : " nx run-many --target=clean --all" ,
18
19
"clean:all" : " nx run-many --target=clean:all --all && yarn" ,
32
33
"nx" : " 14.5.10" ,
33
34
"prettier" : " ^2.7.1" ,
34
35
"pretty-quick" : " ^3.1.3" ,
35
- "npm-run-all" : " ^4.1.5"
36
+ "npm-run-all" : " ^4.1.5" ,
37
+ "ts-node" : " ^10.9.2"
36
38
},
37
39
"volta" : {
38
40
"node" : " 14.21.2" ,
Original file line number Diff line number Diff line change 11500
11500
optionalDependencies:
11501
11501
fsevents "~2.3.2"
11502
11502
11503
+
11504
+ version "2.79.2"
11505
+ resolved "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
11506
+ integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
11507
+ optionalDependencies:
11508
+ fsevents "~2.3.2"
11509
+
11503
11510
11504
11511
version "3.2.0"
11505
11512
resolved "https://registry.npmjs.org/rollup/-/rollup-3.2.0.tgz#a6f44074418e55217967c8eca622f9638d396388"
@@ -12517,6 +12524,25 @@ ts-node@^10.9.1:
12517
12524
v8-compile-cache-lib "^3.0.1"
12518
12525
yn "3.1.1"
12519
12526
12527
+ ts-node@^10.9.2:
12528
+ version "10.9.2"
12529
+ resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
12530
+ integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
12531
+ dependencies:
12532
+ "@cspotcode/source-map-support" "^0.8.0"
12533
+ "@tsconfig/node10" "^1.0.7"
12534
+ "@tsconfig/node12" "^1.0.7"
12535
+ "@tsconfig/node14" "^1.0.0"
12536
+ "@tsconfig/node16" "^1.0.2"
12537
+ acorn "^8.4.1"
12538
+ acorn-walk "^8.1.1"
12539
+ arg "^4.1.0"
12540
+ create-require "^1.1.0"
12541
+ diff "^4.0.1"
12542
+ make-error "^1.1.1"
12543
+ v8-compile-cache-lib "^3.0.1"
12544
+ yn "3.1.1"
12545
+
12520
12546
tsconfig-paths@^3.9.0:
12521
12547
version "3.14.2"
12522
12548
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
You can’t perform that action at this time.
0 commit comments