Skip to content

Commit 8b63c57

Browse files
author
Angular Builds
committed
1284b43 build: update dependency @rollup/plugin-commonjs to v26
1 parent c5feccd commit 8b63c57

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/build-webpack",
3-
"version": "0.1801.0-next.1+sha-f3ed0fe",
3+
"version": "0.1801.0-next.1+sha-1284b43",
44
"description": "Webpack Builder for Architect",
55
"experimental": true,
66
"main": "src/index.js",
@@ -16,7 +16,7 @@
1616
"./*.js": "./*.js"
1717
},
1818
"dependencies": {
19-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f3ed0fe",
19+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#1284b43",
2020
"rxjs": "7.8.1"
2121
},
2222
"peerDependencies": {

src/builders/webpack-dev-server/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BuilderContext } from '@angular-devkit/architect';
99
import { Observable } from 'rxjs';

src/builders/webpack-dev-server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __importDefault = (this && this.__importDefault) || function (mod) {
1010
return (mod && mod.__esModule) ? mod : { "default": mod };

src/builders/webpack/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BuilderContext, BuilderOutput } from '@angular-devkit/architect';
99
import { Observable } from 'rxjs';

src/builders/webpack/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __importDefault = (this && this.__importDefault) || function (mod) {
1010
return (mod && mod.__esModule) ? mod : { "default": mod };

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
export * from './builders/webpack';
99
export * from './builders/webpack-dev-server';

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/utils.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Compilation, Configuration } from 'webpack';
99
export interface EmittedFiles {

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Jun 05 2024 22:29:12 GMT+0000 (Coordinated Universal Time)
1+
Thu Jun 06 2024 09:17:40 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)