@dhis2/app-service-offline 3.14.1 → 3.14.2

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface RenderCounts {
3
2
  [index: string]: number;
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="jest" />
2
1
  export declare const successfulRecordingMock: jest.Mock<any, any>;
3
2
  export declare const errorRecordingMock: jest.Mock<any, any>;
4
3
  export declare const failedMessageRecordingMock: jest.Mock<any, any>;
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.1",
4
+ "version": "3.14.2",
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.1",
37
+ "@dhis2/app-service-config": "3.14.2",
38
38
  "prop-types": "^15.7.2",
39
39
  "react": "^16.8.6 || ^18",
40
40
  "react-dom": "^16.8.6 || ^18"