mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 22:44:59 +00:00
3e9f4519c4
Updated SPFx to version 1.14 Update to PnPjs version 3.0 Removed logging interface Updated codebase for current better coding practices Added samples to show how to utilize new PnPjs version 3 features
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-async-await-sp-pnp-js-client-side-solution",
|
|
"id": "c3bd0bfa-1bee-4af0-ad3d-a72d02b4dc7c",
|
|
"version": "2.0.0.0",
|
|
"isDomainIsolated": false,
|
|
"includeClientSideAssets": true,
|
|
"features": [
|
|
{
|
|
"title": "react-async-await-sp-pnp-js Feature",
|
|
"description": "The feature that activates elements of the react-async-await-sp-pnp-js solution.",
|
|
"id": "f603896e-4507-4787-a6bf-1f44b985645e",
|
|
"version": "1.0.0.0"
|
|
}
|
|
],
|
|
"developer": {
|
|
"name": "",
|
|
"privacyUrl": "",
|
|
"termsOfUseUrl": "",
|
|
"websiteUrl": "",
|
|
"mpnId": "M365PnPJS"
|
|
},
|
|
"metadata": {
|
|
"shortDescription": {
|
|
"default": "react-async-await-sp-pnp-js description"
|
|
},
|
|
"longDescription": {
|
|
"default": "react-async-await-sp-pnp-js description"
|
|
},
|
|
"screenshotPaths": [],
|
|
"videoUrl": "",
|
|
"categories": []
|
|
}
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-async-await-sp-pnp-js.sppkg"
|
|
}
|
|
} |