File tree Expand file tree Collapse file tree 3 files changed +22
-10
lines changed
packages/angular_devkit/build_angular/src/builders/ng-packagr Expand file tree Collapse file tree 3 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 178
178
"mini-css-extract-plugin" : " 2.3.0" ,
179
179
"minimatch" : " 3.0.4" ,
180
180
"minimist" : " ^1.2.0" ,
181
- "ng-packagr" : " 13.0.0-next.5 " ,
181
+ "ng-packagr" : " 13.0.0-next.6 " ,
182
182
"node-fetch" : " ^2.2.0" ,
183
183
"open" : " 8.2.1" ,
184
184
"ora" : " 5.4.1" ,
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ describe('NgPackagr Builder', () => {
56
56
57
57
await run . stop ( ) ;
58
58
59
- expect ( host . scopedSync ( ) . exists ( normalize ( './dist/lib/fesm2015/lib.js ' ) ) ) . toBe ( true ) ;
59
+ expect ( host . scopedSync ( ) . exists ( normalize ( './dist/lib/fesm2015/lib.mjs ' ) ) ) . toBe ( true ) ;
60
60
const content = virtualFs . fileBufferToString (
61
- host . scopedSync ( ) . read ( normalize ( './dist/lib/fesm2015/lib.js ' ) ) ,
61
+ host . scopedSync ( ) . read ( normalize ( './dist/lib/fesm2015/lib.mjs ' ) ) ,
62
62
) ;
63
63
expect ( content ) . toContain ( 'lib works' ) ;
64
64
@@ -90,7 +90,7 @@ describe('NgPackagr Builder', () => {
90
90
tap ( ( buildEvent ) => expect ( buildEvent . success ) . toBe ( true ) ) ,
91
91
debounceTime ( 1000 ) ,
92
92
map ( ( ) => {
93
- const fileName = './dist/lib/fesm2015/lib.js ' ;
93
+ const fileName = './dist/lib/fesm2015/lib.mjs ' ;
94
94
const content = virtualFs . fileBufferToString ( host . scopedSync ( ) . read ( normalize ( fileName ) ) ) ;
95
95
96
96
return content ;
Original file line number Diff line number Diff line change 114
114
115
115
" @angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#d008ca5d1aeebd192c7dca25d6eb09b9e69140c6 " :
116
116
version "0.0.0"
117
- uid d008ca5d1aeebd192c7dca25d6eb09b9e69140c6
118
117
resolved "https://github.com/angular/dev-infra-private-builds.git#d008ca5d1aeebd192c7dca25d6eb09b9e69140c6"
119
118
dependencies :
120
119
" @actions/core" " ^1.4.0"
1637
1636
magic-string "^0.25.7"
1638
1637
resolve "^1.17.0"
1639
1638
1639
+ " @rollup/plugin-commonjs@^21.0.0 " :
1640
+ version "21.0.0"
1641
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.0.tgz#b9e4342855ea20b5528f4587b9a90f642196a502"
1642
+ integrity sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw==
1643
+ dependencies :
1644
+ " @rollup/pluginutils" " ^3.1.0"
1645
+ commondir "^1.0.1"
1646
+ estree-walker "^2.0.1"
1647
+ glob "^7.1.6"
1648
+ is-reference "^1.2.1"
1649
+ magic-string "^0.25.7"
1650
+ resolve "^1.17.0"
1651
+
1640
1652
" @rollup/plugin-json@^4.1.0 " :
1641
1653
version "4.1.0"
1642
1654
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
@@ -7193,12 +7205,12 @@ next-tick@~1.0.0:
7193
7205
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
7194
7206
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
7195
7207
7196
-
7197
- version "13.0.0-next.5 "
7198
- resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.5 .tgz#1214b418c79b82eb52997a04fbef5328ab557478 "
7199
- integrity sha512-7hZ20WWMc6McpmxomTl7TdlYxqVoRqxO3VTm6eG9K0ixgWZ6CHJM5wP2JYkoemMGwRl8VveTNN89rwn709Dhew ==
7208
+
7209
+ version "13.0.0-next.6 "
7210
+ resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.6 .tgz#5e318fb38b63a6d7bced93fbbd87cdd5933d5234 "
7211
+ integrity sha512-wqxAloy5xV6sHKlOpZtSr0YniscZpi2gnqYN1iZQjpURqi6oosfi7fF3TyNzn/WGlMgYseXspzBypSqzbqnI8g ==
7200
7212
dependencies :
7201
- " @rollup/plugin-commonjs" " ^20 .0.0"
7213
+ " @rollup/plugin-commonjs" " ^21 .0.0"
7202
7214
" @rollup/plugin-json" " ^4.1.0"
7203
7215
" @rollup/plugin-node-resolve" " ^13.0.0"
7204
7216
ajv "^8.0.0"
You can’t perform that action at this time.
0 commit comments