Skip to content

Commit

Permalink
main - e8d26ef build: update io_bazel_rules_sass digest to adeaf81 (#…
Browse files Browse the repository at this point in the history
…2552)
  • Loading branch information
angular-robot committed Jan 14, 2025
1 parent d952b7e commit 744e5a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundles/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45022,7 +45022,7 @@ import * as fs4 from "fs";
import lockfile2 from "@yarnpkg/lockfile";
async function verifyNgDevToolIsUpToDate(workspacePath) {
var _a2, _b2, _c2;
const localVersion = `0.0.0-5eecdf8f865b200c5b7fbc24aa778ab0286f796b`;
const localVersion = `0.0.0-e8d26efbaea89c31f1580c61c968c8119f5247a6`;
const workspacePackageJsonFile = path7.join(workspacePath, workspaceRelativePackageJsonPath);
const workspaceDirLockFile = path7.join(workspacePath, workspaceRelativeYarnLockFilePath);
try {
Expand Down
2 changes: 1 addition & 1 deletion bundles/cli.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/ng-dev",
"version": "0.0.0-5eecdf8f865b200c5b7fbc24aa778ab0286f796b",
"version": "0.0.0-e8d26efbaea89c31f1580c61c968c8119f5247a6",
"type": "module",
"private": true,
"bin": "./bundles/cli.mjs",
Expand Down
2 changes: 1 addition & 1 deletion utils/version-check.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/version-check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Log } from './logging.js';
*/
export async function verifyNgDevToolIsUpToDate(workspacePath) {
// The placeholder will be replaced by the `pkg_npm` substitutions.
const localVersion = `0.0.0-5eecdf8f865b200c5b7fbc24aa778ab0286f796b`;
const localVersion = `0.0.0-e8d26efbaea89c31f1580c61c968c8119f5247a6`;
const workspacePackageJsonFile = path.join(workspacePath, workspaceRelativePackageJsonPath);
const workspaceDirLockFile = path.join(workspacePath, workspaceRelativeYarnLockFilePath);
try {
Expand Down

0 comments on commit 744e5a7

Please sign in to comment.