@pnp/queryable
Advanced tools
Comparing version 3.1.0 to 3.2.0-v3nightly.20220311
@@ -14,3 +14,3 @@ /** | ||
get: function () { | ||
return factory(this, path); | ||
return factory(this, path || name); | ||
}, | ||
@@ -17,0 +17,0 @@ }); |
{ | ||
"name": "@pnp/queryable", | ||
"version": "3.1.0", | ||
"description": "pnp - provides shared odata functionality and base classes", | ||
"main": "./index.js", | ||
"typings": "./index", | ||
"dependencies": { | ||
"tslib": "2.3.1", | ||
"@pnp/core": "3.1.0" | ||
}, | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://github.com/sponsors/patrick-rodgers/" | ||
}, | ||
"type": "module", | ||
"engines": { | ||
"node": ">=14.15.1" | ||
}, | ||
"author": { | ||
"name": "Microsoft and other contributors" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnp/pnpjs/issues" | ||
}, | ||
"homepage": "https://github.com/pnp/pnpjs", | ||
"repository": { | ||
"type": "git", | ||
"url": "git:github.com/pnp/pnpjs" | ||
} | ||
"name": "@pnp/queryable", | ||
"version": "3.2.0-v3nightly.20220311", | ||
"description": "pnp - provides shared odata functionality and base classes", | ||
"main": "./index.js", | ||
"typings": "./index", | ||
"dependencies": { | ||
"tslib": "2.3.1", | ||
"@pnp/core": "3.2.0-v3nightly.20220311" | ||
}, | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://github.com/sponsors/patrick-rodgers/" | ||
}, | ||
"type": "module", | ||
"engines": { | ||
"node": ">=14.15.1" | ||
}, | ||
"author": { | ||
"name": "Microsoft and other contributors" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnp/pnpjs/issues" | ||
}, | ||
"homepage": "https://github.com/pnp/pnpjs", | ||
"repository": { | ||
"type": "git", | ||
"url": "git:github.com/pnp/pnpjs" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
73020
1
+ Added@pnp/core@3.2.0-v3nightly.20220311(transitive)
- Removed@pnp/core@3.1.0(transitive)