Skip to content

Commit

Permalink
Bump msal-node version (#313)
Browse files Browse the repository at this point in the history
* remove mockery ref

* bump package ver

* added utlity-common

* bump msal-node ver

* bump package ver

* bump package version
  • Loading branch information
v-mohithgc authored Apr 22, 2024
1 parent d615f01 commit af3ddf3
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'assert';
import assert = require("assert");
import * as ttm from 'azure-pipelines-task-lib/mock-test';
import * as path from 'path';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'assert';
import assert = require("assert");
import * as ttm from 'azure-pipelines-task-lib/mock-test';
import tl = require('azure-pipelines-task-lib/task');
import * as path from 'path';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'assert';
import assert = require("assert");
import * as ttm from 'azure-pipelines-task-lib/mock-test';
import tl = require('azure-pipelines-task-lib');
import * as path from 'path';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'assert';
import assert = require("assert");
import * as ttm from 'azure-pipelines-task-lib/mock-test';
import tl = require('azure-pipelines-task-lib');
import * as path from 'path';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'assert';
import assert = require("assert");
import * as ttm from 'azure-pipelines-task-lib/mock-test';
import tl = require('azure-pipelines-task-lib');
import * as path from 'path';
Expand Down
62 changes: 50 additions & 12 deletions common-npm-packages/azure-arm-rest/package-lock.json

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

6 changes: 3 additions & 3 deletions common-npm-packages/azure-arm-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-pipelines-tasks-azure-arm-rest",
"version": "3.238.0",
"version": "3.239.0",
"description": "Common Lib for Azure ARM REST apis",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@azure/msal-node": "1.14.5",
"@azure/msal-node": "^2.7.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"shelljs": "^0.8.5",
"typescript": "4.0.2"
"typescript": "^4.9.5"
},
"scripts": {
"build": "node ../build-scripts/downloadArchive.js https://vstsagenttools.blob.core.windows.net/tools/openssl/1.0.2/M138/openssl_fix_whitespace.zip ./openssl && node make.js"
Expand Down
3 changes: 2 additions & 1 deletion common-npm-packages/azure-arm-rest/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"declaration": true
"declaration": true,
"esModuleInterop": true
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit af3ddf3

Please sign in to comment.