From 221a055dd8a423d5c5515fa3bc39a67087de4178 Mon Sep 17 00:00:00 2001 From: Mark Cowlishaw Date: Tue, 16 Jul 2024 11:33:24 -0700 Subject: [PATCH] Updating for released package --- eng/pipelines/templates/steps/npm-install.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/templates/steps/npm-install.yml b/eng/pipelines/templates/steps/npm-install.yml index 8cb9cf43cf82..3d9275c54852 100644 --- a/eng/pipelines/templates/steps/npm-install.yml +++ b/eng/pipelines/templates/steps/npm-install.yml @@ -11,7 +11,7 @@ steps: - script: npm --version --loglevel info displayName: npm --version - - script: npm install --no-package-lock --force + - script: npm install --no-package-lock displayName: npm install --no-package-lock - script: npm ls -a diff --git a/package.json b/package.json index 45dc1aa913f2..f5ae33a94be4 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "azure-rest-api-specs", "devDependencies": { - "@azure-tools/typespec-autorest": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvMzk1ODc5MS9hcnRpZmFjdE5hbWUvcGFja2FnZXM1/content?format=file&subPath=%2Fazure-tools-typespec-autorest-0.44.0-pr-1081.20240712.26.tgz", + "@azure-tools/typespec-autorest": "next", "@azure-tools/typespec-azure-core": "next", "@azure-tools/typespec-azure-portal-core": "next", - "@azure-tools/typespec-azure-resource-manager": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvMzk1ODc5MS9hcnRpZmFjdE5hbWUvcGFja2FnZXM1/content?format=file&subPath=%2Fazure-tools-typespec-azure-resource-manager-0.44.0-pr-1081.20240712.26.tgz", + "@azure-tools/typespec-azure-resource-manager": "next", "@azure-tools/typespec-client-generator-core": "next", "@azure-tools/typespec-azure-rulesets": "next", "@azure/avocado": "^0.8.4",