@azure/communication-common
Advanced tools
Comparing version 1.1.0 to 1.1.1-alpha.20210902.1
# Release History | ||
## 1.1.1 (Unreleased) | ||
### Features Added | ||
### Breaking Changes | ||
### Bugs Fixed | ||
### Other Changes | ||
## 1.1.0 (2021-07-22) | ||
### Features Added | ||
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on `@types/node` has been updated to version 12. Read our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details. | ||
- Updated our internal core package dependencies to their latest versions in order to add support for Opentelemetry 1.0.0 which is compatible with the latest versions of our other client libraries. | ||
- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features | ||
@@ -8,0 +21,0 @@ ## 1.0.0 (2021-03-22) |
{ | ||
"name": "@azure/communication-common", | ||
"version": "1.1.0", | ||
"version": "1.1.1-alpha.20210902.1", | ||
"description": "Common package for Azure Communication services.", | ||
@@ -18,3 +18,3 @@ "sdk-type": "client", | ||
"build:test": "tsc -p . && rollup -c rollup.test.config.js 2>&1", | ||
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local", | ||
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
@@ -31,3 +31,2 @@ "clean": "rimraf dist dist-* temp types *.tgz *.log", | ||
"pack": "npm pack 2>&1", | ||
"prebuild": "npm run clean", | ||
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
@@ -77,4 +76,4 @@ "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", | ||
"devDependencies": { | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0", | ||
"@azure/dev-tool": "^1.0.0", | ||
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb", | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@microsoft/api-extractor": "7.7.11", | ||
@@ -81,0 +80,0 @@ "@rollup/plugin-commonjs": "11.0.2", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
147773
1