@janiscommerce/app-push-notification 0.0.7 → 0.1.0

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/CHANGELOG.md +6 -0
  2. package/package.json +11 -13
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.1.0] - 2025-11-11
6
+
7
+ ### Added
8
+
9
+ - Support up to react 19
10
+
5
11
  ## [0.0.7] - 2025-07-23
6
12
 
7
13
  ### Fixed
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@janiscommerce/app-push-notification",
3
- "version": "0.0.7",
3
+ "version": "0.1.0",
4
4
  "type": "commonjs",
5
5
  "description": "This package will take care of performing the main actions for registration to receive notifications in the foreground and background.",
6
6
  "main": "lib/index.js",
7
7
  "scripts": {
8
- "test": "jest",
8
+ "test": "jest --forceExit",
9
9
  "lint": "eslint .",
10
10
  "build-docs": "jsdoc2md --template template-readme.hbs --files lib/NotificationProvider/index.js lib/NotificationContext.js > README.md",
11
- "test:coverage": "jest --collectCoverage",
12
- "validate:code": "npm run lint -- --fix && jest --collectCoverage"
11
+ "test:coverage": "jest --collectCoverage --forceExit",
12
+ "validate:code": "npm run lint -- --fix && jest --collectCoverage --forceExit"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
@@ -30,14 +30,13 @@
30
30
  "@janiscommerce/app-request": "^2.2.0",
31
31
  "@notifee/react-native": "^7.8.2",
32
32
  "@react-native-async-storage/async-storage": "^1.18.1",
33
- "@react-native-firebase/app": "^18.3.1",
34
- "@react-native-firebase/messaging": "^18.3.1",
35
- "axios": "^1.3.6",
36
- "react-native-device-info": "^8.5.0"
33
+ "@react-native-firebase/app": "^18.9.0",
34
+ "@react-native-firebase/messaging": "^18.9.0",
35
+ "axios": "^1.3.6"
37
36
  },
38
37
  "peerDependencies": {
39
- "react": ">=17.0.2 <=18.2.0",
40
- "react-native": ">=0.67.5 <=0.72.0"
38
+ "react": ">=17.0.2 <19.0.0",
39
+ "react-native": ">=0.67.5 <0.75.0"
41
40
  },
42
41
  "devDependencies": {
43
42
  "@babel/core": "^7.22.10",
@@ -48,8 +47,8 @@
48
47
  "@babel/runtime": "^7.12.5",
49
48
  "@janiscommerce/app-request": "^2.2.0",
50
49
  "@react-native-community/eslint-config": "^2.0.0",
51
- "@react-native-firebase/app": "^18.3.1",
52
- "@react-native-firebase/messaging": "^18.3.1",
50
+ "@react-native-firebase/app": "^18.9.0",
51
+ "@react-native-firebase/messaging": "^18.9.0",
53
52
  "@testing-library/react-native": "^12.0.1",
54
53
  "babel-eslint": "^10.1.0",
55
54
  "babel-jest": "^26.6.3",
@@ -72,7 +71,6 @@
72
71
  "prettier": "^2.4.1",
73
72
  "react": "^17.0.2",
74
73
  "react-native": "^0.67.5",
75
- "react-native-device-info": "^8.5.0",
76
74
  "react-test-renderer": "^17.0.2"
77
75
  },
78
76
  "bugs": {