@dhis2/app-service-offline
Advanced tools
Comparing version 2.12.0-beta.1 to 2.12.0
@@ -36,2 +36,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "clearSensitiveCaches", { | ||
enumerable: true, | ||
get: function () { | ||
return _clearSensitiveCaches.clearSensitiveCaches; | ||
} | ||
}); | ||
@@ -44,2 +50,4 @@ var _offlineProvider = require("./lib/offline-provider"); | ||
var _onlineStatus = require("./lib/online-status"); | ||
var _onlineStatus = require("./lib/online-status"); | ||
var _clearSensitiveCaches = require("./lib/clear-sensitive-caches"); |
export { OfflineProvider } from './lib/offline-provider'; | ||
export { CacheableSection, useCacheableSection } from './lib/cacheable-section'; | ||
export { useCachedSections } from './lib/cacheable-section-state'; | ||
export { useOnlineStatus } from './lib/online-status'; | ||
export { useOnlineStatus } from './lib/online-status'; | ||
export { clearSensitiveCaches } from './lib/clear-sensitive-caches'; |
@@ -5,1 +5,2 @@ export { OfflineProvider } from './lib/offline-provider'; | ||
export { useOnlineStatus } from './lib/online-status'; | ||
export { clearSensitiveCaches } from './lib/clear-sensitive-caches'; |
{ | ||
"name": "@dhis2/app-service-offline", | ||
"description": "A runtime service for online/offline detection and offline caching", | ||
"version": "2.12.0-beta.1", | ||
"version": "2.12.0", | ||
"main": "./build/cjs/index.js", | ||
@@ -36,3 +36,3 @@ "module": "./build/es/index.js", | ||
"peerDependencies": { | ||
"@dhis2/app-service-alerts": "2.12.0-beta.1", | ||
"@dhis2/app-service-alerts": "2.12.0", | ||
"prop-types": "^15.7.2", | ||
@@ -39,0 +39,0 @@ "react": "^16.8.6", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
161478
49
3997
1