@azure/core-auth
Advanced tools
Comparing version 1.1.1-dev.20200401.1 to 1.1.1-dev.20200402.2
# Release History | ||
## 1.1.1 (Unreleased) | ||
## 1.1.1 (2020-04-01) | ||
- Provided down-leveled type declaration files for users of older TypeScript versions between 3.1 and 3.6. | ||
@@ -6,0 +7,0 @@ ## 1.1.0 (2020-03-31) |
{ | ||
"name": "@azure/core-auth", | ||
"version": "1.1.1-dev.20200401.1", | ||
"version": "1.1.1-dev.20200402.2", | ||
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK", | ||
@@ -8,3 +8,10 @@ "sdk-type": "client", | ||
"module": "dist-esm/src/index.js", | ||
"types": "types/core-auth.d.ts", | ||
"types": "./types/latest/core-auth.d.ts", | ||
"typesVersions": { | ||
"<3.6": { | ||
"types/latest/*": [ | ||
"types/3.1/*" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
@@ -16,3 +23,4 @@ "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build:test": "tsc -p . && rollup -c rollup.test.config.js 2>&1", | ||
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local", | ||
"build:types": "downlevel-dts types/latest types/3.1", | ||
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types", | ||
"check-format": "prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
@@ -40,3 +48,4 @@ "clean": "rimraf dist dist-esm test-dist types *.tgz *.log", | ||
"dist-esm/src/", | ||
"types/core-auth.d.ts", | ||
"types/latest/core-auth.d.ts", | ||
"types/3.1", | ||
"README.md", | ||
@@ -80,2 +89,3 @@ "LICENSE" | ||
"cross-env": "^6.0.3", | ||
"downlevel-dts": "~0.4.0", | ||
"eslint": "^6.1.0", | ||
@@ -82,0 +92,0 @@ "eslint-config-prettier": "^6.0.0", |
@@ -15,3 +15,3 @@ ## Azure Core Authentication | ||
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/58bbeeea839b278d1238f908a3cec53749d636c3/CONTRIBUTING.md) to learn more about how to build and test the code. | ||
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/5cecc379f1c36574b0aaf065d9a94646b97dcb2c/CONTRIBUTING.md) to learn more about how to build and test the code. | ||
@@ -18,0 +18,0 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28050
16
328
30
1