@pnp/core 3.13.0 → 3.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/core",
3
- "version": "3.13.0",
3
+ "version": "3.14.0",
4
4
  "description": "pnp - provides shared functionality across all pnp libraries",
5
5
  "main": "./index.js",
6
6
  "typings": "./index",
package/readme.md CHANGED
@@ -4,8 +4,7 @@ The SharePoint Patterns and Practices client side libraries were created to help
4
4
  REST api details. Built with feedback from the community they represent a way to simplify your day-to-day dev cycle while relying on tested and proven
5
5
  patterns.
6
6
 
7
- Please use [http://aka.ms/sppnp](http://aka.ms/sppnp) for the latest updates around the whole *SharePoint Patterns and Practices (PnP) initiative*.
8
-
7
+ Please use [http://aka.ms/community/home](http://aka.ms/community/home) for the latest updates around the whole *Microsoft 365 and Power Platform Community(PnP)* initiative.
9
8
  ## Source & Docs
10
9
 
11
10
  This code is managed within the [main pnp repo](https://github.com/pnp/pnpjs), please report issues and submit pull requests there.