@azure/core-paging
Advanced tools
Comparing version 1.1.3-alpha.20200929.1 to 1.1.3
# Release History | ||
## 1.1.3 (Unreleased) | ||
## 1.1.3 (2020-09-30) | ||
- Also pack `esm` build in addition to `commonjs` build. This fixes the warning about `core-paging` in Angular 10 applications [Issue 11550](https://github.com/Azure/azure-sdk-for-js/issues/11550). | ||
@@ -6,0 +7,0 @@ ## 1.1.2 (2020-09-02) |
@@ -5,3 +5,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.1.3-alpha.20200929.1", | ||
"version": "1.1.3", | ||
"description": "Core types for paging async iterable iterators", | ||
@@ -18,3 +18,4 @@ "tags": [ | ||
], | ||
"main": "dist-esm/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist-esm/src/index.js", | ||
"types": "./types/latest/core-paging.d.ts", | ||
@@ -31,3 +32,4 @@ "typesVersions": { | ||
"types/3.1", | ||
"dist-esm/index.js", | ||
"dist/index.js", | ||
"dist-esm/src/index.js", | ||
"LICENSE", | ||
@@ -47,6 +49,6 @@ "README.md" | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build": "tsc -p .", | ||
"build": "tsc -p tsconfig.json && tsc -p tsconfig.es.json", | ||
"build:test": "echo skipped", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "echo skipped", | ||
"clean": "rimraf dist dist-esm", | ||
"execute:samples": "echo skipped", | ||
@@ -74,3 +76,3 @@ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"", | ||
"devDependencies": { | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha", | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0", | ||
"@types/node": "^8.0.0", | ||
@@ -77,0 +79,0 @@ "eslint": "^6.1.0", |
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
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
9218
8
74
0