@dhis2/app-service-offline 3.14.5 → 3.14.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,4 +8,4 @@ This library is intended for use with the [DHIS2 Application Platform](https://g
8
8
 
9
9
  This package is internal to `@dhis2/app-runtime` and generally should not be installed independently.
10
10
 
11
- See [the docs](https://runtime.dhis2.nu) for more.
11
+ See [the docs](https://developers.dhis2.org/docs/app-runtime/getting-started) for more.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dhis2/app-service-offline",
3
3
  "description": "A runtime service for online/offline detection and offline caching",
4
- "version": "3.14.5",
4
+ "version": "3.14.7",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/es/index.js",
7
7
  "types": "build/types/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "coverage": "yarn test --coverage"
35
35
  },
36
36
  "peerDependencies": {
37
- "@dhis2/app-service-config": "3.14.5",
37
+ "@dhis2/app-service-config": "3.14.7",
38
38
  "react": "^16.8.6 || ^18",
39
39
  "react-dom": "^16.8.6 || ^18"
40
40
  },