@pnp/config-store
Advanced tools
Comparing version 2.1.0-beta6 to 2.1.0-beta7
@@ -1,3 +0,3 @@ | ||
export * from "./configuration"; | ||
export * from "./providers/index"; | ||
export * from "./configuration.js"; | ||
export * from "./providers/index.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
export * from "./configuration"; | ||
export * from "./providers/index"; | ||
export * from "./configuration.js"; | ||
export * from "./providers/index.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnp/config-store", | ||
"version": "2.1.0-beta6", | ||
"version": "2.1.0-beta7", | ||
"description": "pnp - provides a way to manage configuration within your application", | ||
@@ -8,6 +8,6 @@ "main": "./index.js", | ||
"dependencies": { | ||
"tslib": "2.0.0", | ||
"@pnp/common": "2.1.0-beta6", | ||
"@pnp/sp": "2.1.0-beta6", | ||
"@pnp/logging": "2.1.0-beta6" | ||
"tslib": "2.0.3", | ||
"@pnp/common": "2.1.0-beta7", | ||
"@pnp/sp": "2.1.0-beta7", | ||
"@pnp/logging": "2.1.0-beta7" | ||
}, | ||
@@ -14,0 +14,0 @@ "author": { |
@@ -1,2 +0,2 @@ | ||
import { IConfigurationProvider } from "../configuration"; | ||
import { IConfigurationProvider } from "../configuration.js"; | ||
import { ITypedHash, IPnPClientStore } from "@pnp/common"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,3 +0,3 @@ | ||
export { default as CachingConfigurationProvider, } from "./cachingConfigurationProvider"; | ||
export { default as SPListConfigurationProvider, } from "./spListConfigurationProvider"; | ||
export { default as CachingConfigurationProvider, } from "./cachingConfigurationProvider.js"; | ||
export { default as SPListConfigurationProvider, } from "./spListConfigurationProvider.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
export { default as CachingConfigurationProvider, } from "./cachingConfigurationProvider"; | ||
export { default as SPListConfigurationProvider, } from "./spListConfigurationProvider"; | ||
export { default as CachingConfigurationProvider, } from "./cachingConfigurationProvider.js"; | ||
export { default as SPListConfigurationProvider, } from "./spListConfigurationProvider.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,4 @@ | ||
import { IConfigurationProvider } from "../configuration"; | ||
import { IConfigurationProvider } from "../configuration.js"; | ||
import { ITypedHash } from "@pnp/common"; | ||
import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider"; | ||
import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider.js"; | ||
import { IWeb } from "@pnp/sp/webs"; | ||
@@ -5,0 +5,0 @@ import "@pnp/sp/lists/web"; |
@@ -1,2 +0,2 @@ | ||
import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider"; | ||
import { default as CachingConfigurationProvider } from "./cachingConfigurationProvider.js"; | ||
import "@pnp/sp/lists/web"; | ||
@@ -3,0 +3,0 @@ import "@pnp/sp/items/list"; |
@@ -0,0 +0,0 @@ ![SharePoint Patterns and Practices](https://devofficecdn.azureedge.net/media/Default/PnP/sppnp.png) |
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
25161
+ Added@pnp/common@2.1.0-beta7(transitive)
+ Added@pnp/logging@2.1.0-beta7(transitive)
+ Added@pnp/odata@2.1.0-beta7(transitive)
+ Added@pnp/sp@2.1.0-beta7(transitive)
+ Addedtslib@2.0.3(transitive)
- Removed@pnp/common@2.1.0-beta6(transitive)
- Removed@pnp/logging@2.1.0-beta6(transitive)
- Removed@pnp/odata@2.1.0-beta6(transitive)
- Removed@pnp/sp@2.1.0-beta6(transitive)
- Removedtslib@2.0.0(transitive)
Updated@pnp/common@2.1.0-beta7
Updated@pnp/logging@2.1.0-beta7
Updated@pnp/sp@2.1.0-beta7
Updatedtslib@2.0.3