@microsoft/sp-core-library
Advanced tools
Comparing version 1.16.0-rc.0 to 1.16.0
{ | ||
"name": "@microsoft/sp-core-library", | ||
"version": "1.16.0-rc.0", | ||
"version": "1.16.0", | ||
"description": "SharePoint Framework core libraries", | ||
@@ -13,9 +13,17 @@ "license": "https://aka.ms/spfx/license", | ||
}, | ||
"devDependencies": { | ||
"@ms/odsp-core-bundle": "1.3.26", | ||
"@ms/spfx-internal-web-build-rig": "0.1.0", | ||
"@rushstack/heft": "0.47.11", | ||
"@types/react": "17.0.45", | ||
"@types/react-dom": "17.0.17", | ||
"react": "17.0.1", | ||
"react-dom": "17.0.1" | ||
}, | ||
"dependencies": { | ||
"@microsoft/sp-lodash-subset": "1.16.0-rc.0", | ||
"@microsoft/sp-module-interfaces": "1.16.0-rc.0", | ||
"@microsoft/sp-odata-types": "1.16.0-rc.0", | ||
"@microsoft/sp-lodash-subset": "1.16.0", | ||
"@microsoft/sp-module-interfaces": "1.16.0", | ||
"@microsoft/sp-odata-types": "1.16.0", | ||
"tslib": "2.3.1" | ||
}, | ||
"scripts": {}, | ||
"engines": { | ||
@@ -29,3 +37,16 @@ "node": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0" | ||
"react-dom": ">=16.13.1 <18.0.0" | ||
}, | ||
"scripts": { | ||
"build": "heft test --clean", | ||
"clean": "heft clean", | ||
"deploy": "heft dev-deploy", | ||
"start": "heft start --clean", | ||
"test": "heft test --no-build", | ||
"test-watch": "heft test --watch", | ||
"build-watch": "heft build --lite", | ||
"_phase:build": "heft build --clean", | ||
"_phase:test": "heft test --no-build", | ||
"_phase:build-incremental": "heft build --lite", | ||
"_phase:depscan": "heft depscan" | ||
} | ||
} | ||
} |
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
479739
0
7
+ Added@microsoft/sp-lodash-subset@1.16.0(transitive)
+ Added@microsoft/sp-module-interfaces@1.16.0(transitive)
+ Added@microsoft/sp-odata-types@1.16.0(transitive)
- Removed@microsoft/sp-lodash-subset@1.16.0-rc.0(transitive)
- Removed@microsoft/sp-module-interfaces@1.16.0-rc.0(transitive)
- Removed@microsoft/sp-odata-types@1.16.0-rc.0(transitive)