@pnp/common
Advanced tools
Comparing version 2.1.0-beta6 to 2.1.0-beta7
@@ -1,2 +0,2 @@ | ||
import { isFunc, objectDefinedNotNull } from "./util"; | ||
import { isFunc, objectDefinedNotNull } from "./util.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * Used to calculate the object properties, with polyfill if needed |
@@ -1,8 +0,8 @@ | ||
export * from "./collections"; | ||
export * from "./libconfig"; | ||
export * from "./net"; | ||
export * from "./spfxcontextinterface"; | ||
export * from "./storage"; | ||
export * from "./util"; | ||
export * from "./safe-global"; | ||
export * from "./collections.js"; | ||
export * from "./libconfig.js"; | ||
export * from "./net.js"; | ||
export * from "./spfxcontextinterface.js"; | ||
export * from "./storage.js"; | ||
export * from "./util.js"; | ||
export * from "./safe-global.js"; | ||
//# sourceMappingURL=index.d.ts.map |
14
index.js
@@ -1,8 +0,8 @@ | ||
export * from "./collections"; | ||
export * from "./libconfig"; | ||
export * from "./net"; | ||
export * from "./spfxcontextinterface"; | ||
export * from "./storage"; | ||
export * from "./util"; | ||
export * from "./safe-global"; | ||
export * from "./collections.js"; | ||
export * from "./libconfig.js"; | ||
export * from "./net.js"; | ||
export * from "./spfxcontextinterface.js"; | ||
export * from "./storage.js"; | ||
export * from "./util.js"; | ||
export * from "./safe-global.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
import { ITypedHash } from "./collections"; | ||
import { ISPFXContext } from "./spfxcontextinterface"; | ||
import { ITypedHash } from "./collections.js"; | ||
import { ISPFXContext } from "./spfxcontextinterface.js"; | ||
export interface ILibraryConfiguration { | ||
@@ -4,0 +4,0 @@ /** |
import { __read, __values } from "tslib"; | ||
import { mergeMaps, objectToMap } from "./collections"; | ||
import { mergeMaps, objectToMap } from "./collections.js"; | ||
export function setup(config, runtime) { | ||
@@ -4,0 +4,0 @@ if (runtime === void 0) { runtime = DefaultRuntime; } |
@@ -1,2 +0,2 @@ | ||
import { ISPFXContext } from "./spfxcontextinterface"; | ||
import { ISPFXContext } from "./spfxcontextinterface.js"; | ||
export interface IConfigOptions { | ||
@@ -3,0 +3,0 @@ headers?: string[][] | { |
import { __awaiter, __extends, __generator } from "tslib"; | ||
import { assign, objectDefinedNotNull } from "./util"; | ||
import { safeGlobal } from "./safe-global"; | ||
import { assign, objectDefinedNotNull } from "./util.js"; | ||
import { safeGlobal } from "./safe-global.js"; | ||
export function mergeHeaders(target, source) { | ||
@@ -5,0 +5,0 @@ if (objectDefinedNotNull(source)) { |
{ | ||
"name": "@pnp/common", | ||
"version": "2.1.0-beta6", | ||
"version": "2.1.0-beta7", | ||
"description": "pnp - provides shared functionality across all pnp libraries", | ||
@@ -8,3 +8,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"tslib": "2.0.0" | ||
"tslib": "2.0.3" | ||
}, | ||
@@ -11,0 +11,0 @@ "author": { |
@@ -0,0 +0,0 @@ ![SharePoint Patterns and Practices](https://devofficecdn.azureedge.net/media/Default/PnP/sppnp.png) |
import { __awaiter, __generator } from "tslib"; | ||
import { dateAdd, getCtxCallback, jsS, objectDefinedNotNull } from "./util"; | ||
import { DefaultRuntime } from "./libconfig"; | ||
import { dateAdd, getCtxCallback, jsS, objectDefinedNotNull } from "./util.js"; | ||
import { DefaultRuntime } from "./libconfig.js"; | ||
/** | ||
@@ -5,0 +5,0 @@ * A wrapper class to provide a consistent interface to browser based storage |
@@ -1,2 +0,2 @@ | ||
import { ITypedHash } from "./collections"; | ||
import { ITypedHash } from "./collections.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * Gets a callback function which will maintain context across async calls. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
68884
+ Addedtslib@2.0.3(transitive)
- Removedtslib@2.0.0(transitive)
Updatedtslib@2.0.3