@pnp/sp 4.15.0-v4nightly.20250811 → 4.16.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.
@@ -2,7 +2,7 @@ import { stringIsNullOrEmpty } from "@pnp/core";
2
2
  export function Telemetry() {
3
3
  return (instance) => {
4
4
  instance.on.pre(async function (url, init, result) {
5
- let clientTag = "PnPCoreJS:4.15.0:";
5
+ let clientTag = "PnPCoreJS:4.16.0:";
6
6
  // make our best guess based on url to the method called
7
7
  const { pathname } = new URL(url);
8
8
  // remove anything before the _api as that is potentially PII and we don't care, just want to get the called path to the REST API
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pnp/sp",
3
- "version": "4.15.0-v4nightly.20250811",
3
+ "version": "4.16.0",
4
4
  "description": "pnp - provides a fluent api for working with SharePoint REST",
5
5
  "main": "./index.js",
6
6
  "typings": "./index",
7
7
  "dependencies": {
8
8
  "tslib": "2.7.0",
9
- "@pnp/core": "4.15.0-v4nightly.20250811",
10
- "@pnp/queryable": "4.15.0-v4nightly.20250811"
9
+ "@pnp/core": "4.16.0",
10
+ "@pnp/queryable": "4.16.0"
11
11
  },
12
12
  "type": "module",
13
13
  "engines": {