@oracle/offline-persistence-toolkit
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -5,44 +5,44 @@ (function(){ | ||
{ | ||
'opt/offline-persistence-toolkit-core-1.1.4': [ | ||
'persistenceUtils', | ||
'impl/logger', | ||
'impl/PersistenceXMLHttpRequest', | ||
'persistenceStoreManager', | ||
'impl/defaultCacheHandler', | ||
'impl/PersistenceSyncManager', | ||
'impl/OfflineCache', | ||
'impl/offlineCacheManager', | ||
'impl/fetch', | ||
'persistenceManager' | ||
'persist/offline-persistence-toolkit-core-1.1.5': [ | ||
'persist/persistenceUtils', | ||
'persist/impl/logger', | ||
'persist/impl/PersistenceXMLHttpRequest', | ||
'persist/persistenceStoreManager', | ||
'persist/impl/defaultCacheHandler', | ||
'persist/impl/PersistenceSyncManager', | ||
'persist/impl/OfflineCache', | ||
'persist/impl/offlineCacheManager', | ||
'persist/impl/fetch', | ||
'persist/persistenceManager' | ||
], | ||
'opt/offline-persistence-toolkit-pouchdbstore-1.1.4': [ | ||
'PersistenceStore', | ||
'impl/storageUtils', | ||
'pouchdb-browser-6.3.4', | ||
'impl/pouchDBPersistenceStore', | ||
'pouchDBPersistenceStoreFactory', | ||
'persistenceStoreFactory' | ||
'persist/offline-persistence-toolkit-pouchdbstore-1.1.5': [ | ||
'persist/PersistenceStore', | ||
'persist/impl/storageUtils', | ||
'persist/pouchdb-browser-6.3.4', | ||
'persist/impl/pouchDBPersistenceStore', | ||
'persist/pouchDBPersistenceStoreFactory', | ||
'persist/persistenceStoreFactory' | ||
], | ||
'opt/offline-persistence-toolkit-localstore-1.1.4': [ | ||
'PersistenceStore', | ||
'impl/storageUtils', | ||
'impl/keyValuePersistenceStore', | ||
'impl/localPersistenceStore', | ||
'localPersistenceStoreFactory', | ||
'persistenceStoreFactory' | ||
'persist/offline-persistence-toolkit-localstore-1.1.5': [ | ||
'persist/PersistenceStore', | ||
'persist/impl/storageUtils', | ||
'persist/impl/keyValuePersistenceStore', | ||
'persist/impl/localPersistenceStore', | ||
'persist/localPersistenceStoreFactory', | ||
'persist/persistenceStoreFactory' | ||
], | ||
'opt/offline-persistence-toolkit-filesystemstore-1.1.4': [ | ||
'impl/storageUtils', | ||
'impl/keyValuePersistenceStore', | ||
'impl/fileSystemPersistenceStore', | ||
'fileSystemPersistenceStoreFactory' | ||
'persist/offline-persistence-toolkit-filesystemstore-1.1.5': [ | ||
'persist/impl/storageUtils', | ||
'persist/impl/keyValuePersistenceStore', | ||
'persist/impl/fileSystemPersistenceStore', | ||
'persist/fileSystemPersistenceStoreFactory' | ||
], | ||
'opt/offline-persistence-toolkit-responseproxy-1.1.4': [ | ||
'fetchStrategies', | ||
'cacheStrategies', | ||
'defaultResponseProxy', | ||
'simpleJsonShredding', | ||
'oracleRestJsonShredding', | ||
'simpleBinaryDataShredding', | ||
'queryHandlers' | ||
'persist/offline-persistence-toolkit-responseproxy-1.1.5': [ | ||
'persist/fetchStrategies', | ||
'persist/cacheStrategies', | ||
'persist/defaultResponseProxy', | ||
'persist/simpleJsonShredding', | ||
'persist/oracleRestJsonShredding', | ||
'persist/simpleBinaryDataShredding', | ||
'persist/queryHandlers' | ||
] | ||
@@ -49,0 +49,0 @@ } |
@@ -1,2 +0,2 @@ | ||
!function(){requirejs.config({bundles:{"opt/offline-persistence-toolkit-core-1.1.4":["persistenceUtils","impl/logger","impl/PersistenceXMLHttpRequest","persistenceStoreManager","impl/defaultCacheHandler","impl/PersistenceSyncManager","impl/OfflineCache","impl/offlineCacheManager","impl/fetch","persistenceManager"],"opt/offline-persistence-toolkit-pouchdbstore-1.1.4":["PersistenceStore","impl/storageUtils","pouchdb-browser-6.3.4","impl/pouchDBPersistenceStore","pouchDBPersistenceStoreFactory","persistenceStoreFactory"],"opt/offline-persistence-toolkit-localstore-1.1.4":["PersistenceStore","impl/storageUtils","impl/keyValuePersistenceStore","impl/localPersistenceStore","localPersistenceStoreFactory","persistenceStoreFactory"],"opt/offline-persistence-toolkit-filesystemstore-1.1.4":["impl/storageUtils","impl/keyValuePersistenceStore","impl/fileSystemPersistenceStore","fileSystemPersistenceStoreFactory"],"opt/offline-persistence-toolkit-responseproxy-1.1.4":["fetchStrategies","cacheStrategies","defaultResponseProxy","simpleJsonShredding","oracleRestJsonShredding","simpleBinaryDataShredding","queryHandlers"]}})}(); | ||
!function(){requirejs.config({bundles:{"persist/offline-persistence-toolkit-core-1.1.5":["persist/persistenceUtils","persist/impl/logger","persist/impl/PersistenceXMLHttpRequest","persist/persistenceStoreManager","persist/impl/defaultCacheHandler","persist/impl/PersistenceSyncManager","persist/impl/OfflineCache","persist/impl/offlineCacheManager","persist/impl/fetch","persist/persistenceManager"],"persist/offline-persistence-toolkit-pouchdbstore-1.1.5":["persist/PersistenceStore","persist/impl/storageUtils","persist/pouchdb-browser-6.3.4","persist/impl/pouchDBPersistenceStore","persist/pouchDBPersistenceStoreFactory","persist/persistenceStoreFactory"],"persist/offline-persistence-toolkit-localstore-1.1.5":["persist/PersistenceStore","persist/impl/storageUtils","persist/impl/keyValuePersistenceStore","persist/impl/localPersistenceStore","persist/localPersistenceStoreFactory","persist/persistenceStoreFactory"],"persist/offline-persistence-toolkit-filesystemstore-1.1.5":["persist/impl/storageUtils","persist/impl/keyValuePersistenceStore","persist/impl/fileSystemPersistenceStore","persist/fileSystemPersistenceStoreFactory"],"persist/offline-persistence-toolkit-responseproxy-1.1.5":["persist/fetchStrategies","persist/cacheStrategies","persist/defaultResponseProxy","persist/simpleJsonShredding","persist/oracleRestJsonShredding","persist/simpleBinaryDataShredding","persist/queryHandlers"]}})}(); | ||
//# sourceMappingURL=bundles-config.js.map |
{ | ||
"name": "@oracle/offline-persistence-toolkit", | ||
"title": "Offline Persistence Toolkit", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Offline Persistence Toolkit by Oracle Corp.", | ||
@@ -6,0 +6,0 @@ "author": "oraclejet", |
@@ -1,2 +0,2 @@ | ||
# offline-persistence-toolkit 1.1.4 # | ||
# offline-persistence-toolkit 1.1.5 # | ||
@@ -61,3 +61,3 @@ offline-persistence-toolkit is a client-side JavaScript library that provides caching and offline support at the HTTP request layer. This support is transparent to the user and is done through the Fetch API and an XHR adapter. HTTP requests made while the client device is offline are captured for replay when connection to the server is restored. Additional capabilities include a persistent storage layer, synchronization manager, binary data support and various configuration APIs for customizing the default behavior. This framework can be used in both ServiceWorker and non-ServiceWorker contexts within web and hybrid mobile apps. | ||
paths: { | ||
'persist' : 'js/libs/persist/v1.1.4/min' | ||
'persist' : 'js/libs/persist/v1.1.5/min' | ||
@@ -67,8 +67,16 @@ // Other path mappings here | ||
``` | ||
For Oracle JET apps, also open `appDir/src/js/main-release-paths.json` and add the `'persist' : 'js/libs/persist/v1.1.4/min'` entry to the list of paths. | ||
For Oracle JET apps, also open `appDir/src/js/main-release-paths.json` and add the `'persist' : 'js/libs/persist/v1.1.5/min'` entry to the list of paths. | ||
You can choose the name of the paths prefix. That is, you can use a different value to the ‘persist’ value shown in the examples. | ||
It is recommended to add the version number as a convention in your application build step such as `'persist' : 'js/libs/persist/v1.1.4/min'`. | ||
It is recommended to add the version number as a convention in your application build step such as `'persist' : 'js/libs/persist/v1.1.5/min'`. | ||
Versions of the toolkit are also available on CDN under the latest JET release. e.g. | ||
https://static.oracle.com/cdn/jet/v5.1.0/3rdparty/opt/debug | ||
or | ||
https://static.oracle.com/cdn/jet/v5.1.0/3rdparty/opt/min | ||
The toolkit makes heavy use of the [Promise API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise "Promise API"). If you are targeting environments that do not support the Promise API, you will need to polyfill this feature. We recommend the [es6-promise polyfill](https://github.com/stefanpenner/es6-promise "es6-promise polyfill"). | ||
@@ -88,3 +96,3 @@ | ||
'pouchfind': 'js/libs/pouchdb.find', | ||
'persist' : 'js/libs/persist/v1.1.4/min' | ||
'persist' : 'js/libs/persist/v1.1.5/min' | ||
@@ -91,0 +99,0 @@ // Other path mappings here |
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
4379445
64929
429