@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.
- package/CHANGELOG.md +6 -0
- package/package.json +11 -13
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@janiscommerce/app-push-notification",
|
|
3
|
-
"version": "0.0
|
|
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.
|
|
34
|
-
"@react-native-firebase/messaging": "^18.
|
|
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
|
|
40
|
-
"react-native": ">=0.67.5
|
|
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.
|
|
52
|
-
"@react-native-firebase/messaging": "^18.
|
|
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": {
|