Skip to content

Commit 0a05ff3

Browse files
author
Angular Builds
committed
b1500d3 build: update npm_translate_lock and update to to typescript 5.7.2
1 parent 01fb4eb commit 0a05ff3

File tree

5 files changed

+44
-4
lines changed

5 files changed

+44
-4
lines changed

index.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.dev/license
7+
*/
8+
export * from './src/index';

index.js

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
"use strict";
2+
/**
3+
* @license
4+
* Copyright Google LLC All Rights Reserved.
5+
*
6+
* Use of this source code is governed by an MIT-style license that can be
7+
* found in the LICENSE file at https://angular.dev/license
8+
*/
9+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10+
if (k2 === undefined) k2 = k;
11+
var desc = Object.getOwnPropertyDescriptor(m, k);
12+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
13+
desc = { enumerable: true, get: function() { return m[k]; } };
14+
}
15+
Object.defineProperty(o, k2, desc);
16+
}) : (function(o, m, k, k2) {
17+
if (k2 === undefined) k2 = k;
18+
o[k2] = m[k];
19+
}));
20+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
21+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
22+
};
23+
Object.defineProperty(exports, "__esModule", { value: true });
24+
__exportStar(require("./src/index"), exports);

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@angular-devkit/architect",
3-
"version": "0.1901.0-next.1+sha-1bf9381",
3+
"version": "0.1901.0-next.1+sha-b1500d3",
44
"description": "Angular Build Facade",
55
"experimental": true,
66
"main": "src/index.js",
77
"typings": "src/index.d.ts",
88
"dependencies": {
9-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#1bf9381",
9+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#b1500d3",
1010
"rxjs": "7.8.1"
1111
},
1212
"builders": "./builders/builders.json",
@@ -17,7 +17,6 @@
1717
"devkit",
1818
"sdk"
1919
],
20-
"packageManager": "[email protected]",
2120
"repository": {
2221
"type": "git",
2322
"url": "https://github.com/angular/angular-cli.git"
@@ -40,5 +39,8 @@
4039
"puppeteer": {
4140
"built": true
4241
}
42+
},
43+
"pnpm": {
44+
"onlyBuiltDependencies": []
4345
}
4446
}

tsconfig-build.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"types": ["node"]
5+
}
6+
}

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Dec 16 2024 14:07:39 GMT+0000 (Coordinated Universal Time)
1+
Mon Dec 16 2024 17:22:02 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)