expo-notifications 0.30.0 → 0.30.1-canary-20250407-10a9b42

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 (28) hide show
  1. package/android/build.gradle +2 -2
  2. package/expo-module.config.json +7 -1
  3. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42-sources.jar +0 -0
  4. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42-sources.jar.md5 +1 -0
  5. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42-sources.jar.sha1 +1 -0
  6. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42-sources.jar.sha256 +1 -0
  7. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42-sources.jar.sha512 +1 -0
  8. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar +0 -0
  9. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar.md5 +1 -0
  10. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar.sha1 +1 -0
  11. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar.sha256 +1 -0
  12. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar.sha512 +1 -0
  13. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.module +156 -0
  14. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.module.md5 +1 -0
  15. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.module.sha1 +1 -0
  16. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.module.sha256 +1 -0
  17. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.module.sha512 +1 -0
  18. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.pom +90 -0
  19. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.pom.md5 +1 -0
  20. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.pom.sha1 +1 -0
  21. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.pom.sha256 +1 -0
  22. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/0.30.1-canary-20250407-10a9b42/expo.modules.notifications-0.30.1-canary-20250407-10a9b42.pom.sha512 +1 -0
  23. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/maven-metadata.xml +13 -0
  24. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/maven-metadata.xml.md5 +1 -0
  25. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/maven-metadata.xml.sha1 +1 -0
  26. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/maven-metadata.xml.sha256 +1 -0
  27. package/local-maven-repo/host/exp/exponent/expo.modules.notifications/maven-metadata.xml.sha512 +1 -0
  28. package/package.json +7 -8
@@ -5,13 +5,13 @@ plugins {
5
5
  }
6
6
 
7
7
  group = 'host.exp.exponent'
8
- version = '0.30.0'
8
+ version = '0.30.1-canary-20250407-10a9b42'
9
9
 
10
10
  android {
11
11
  namespace "expo.modules.notifications"
12
12
  defaultConfig {
13
13
  versionCode 21
14
- versionName '0.30.0'
14
+ versionName '0.30.1-canary-20250407-10a9b42'
15
15
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
16
  }
17
17
 
@@ -29,6 +29,12 @@
29
29
  "expo.modules.notifications.notifications.scheduling.NotificationScheduler",
30
30
  "expo.modules.notifications.serverregistration.ServerRegistrationModule",
31
31
  "expo.modules.notifications.tokens.PushTokenModule"
32
- ]
32
+ ],
33
+ "publication": {
34
+ "groupId": "host.exp.exponent",
35
+ "artifactId": "expo.modules.notifications",
36
+ "version": "0.30.1-canary-20250407-10a9b42",
37
+ "repository": "local-maven-repo"
38
+ }
33
39
  }
34
40
  }
@@ -0,0 +1 @@
1
+ f48c1f1c889fa23763780c7af35d92efe7c285d7e5446f991ec786ad82d5d187a6b5ca3bcfdb583cc21ba24ba099403b1be7595f4aa5c4a6a03b9389aecdde94
@@ -0,0 +1 @@
1
+ fbea8d892d370878da17934fd68fd08eef792cd62f022868f1b834a7f58104174669282d7a0ed4b1d305785c98334fb51c0e0fb90035785e034a4895d1928d08
@@ -0,0 +1,156 @@
1
+ {
2
+ "formatVersion": "1.1",
3
+ "component": {
4
+ "group": "host.exp.exponent",
5
+ "module": "expo.modules.notifications",
6
+ "version": "0.30.1-canary-20250407-10a9b42",
7
+ "attributes": {
8
+ "org.gradle.status": "release"
9
+ }
10
+ },
11
+ "createdBy": {
12
+ "gradle": {
13
+ "version": "8.13"
14
+ }
15
+ },
16
+ "variants": [
17
+ {
18
+ "name": "releaseVariantReleaseApiPublication",
19
+ "attributes": {
20
+ "org.gradle.category": "library",
21
+ "org.gradle.dependency.bundling": "external",
22
+ "org.gradle.libraryelements": "aar",
23
+ "org.gradle.usage": "java-api"
24
+ },
25
+ "files": [
26
+ {
27
+ "name": "expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar",
28
+ "url": "expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar",
29
+ "size": 391135,
30
+ "sha512": "fbea8d892d370878da17934fd68fd08eef792cd62f022868f1b834a7f58104174669282d7a0ed4b1d305785c98334fb51c0e0fb90035785e034a4895d1928d08",
31
+ "sha256": "995243fd00f61c293115171d06d59273b679009a22b877f885bbb89c3c0e9c12",
32
+ "sha1": "be8380a4a80b7f87a656b7422fbd5697f564de0b",
33
+ "md5": "fb197f09fc6be6a3457c996cf85b1b9a"
34
+ }
35
+ ]
36
+ },
37
+ {
38
+ "name": "releaseVariantReleaseRuntimePublication",
39
+ "attributes": {
40
+ "org.gradle.category": "library",
41
+ "org.gradle.dependency.bundling": "external",
42
+ "org.gradle.libraryelements": "aar",
43
+ "org.gradle.usage": "java-runtime"
44
+ },
45
+ "dependencies": [
46
+ {
47
+ "group": "org.jetbrains.kotlin",
48
+ "module": "kotlin-parcelize-runtime",
49
+ "version": {
50
+ "requires": "2.0.21"
51
+ }
52
+ },
53
+ {
54
+ "group": "org.jetbrains.kotlin",
55
+ "module": "kotlin-stdlib-jdk7",
56
+ "version": {
57
+ "requires": "2.0.21"
58
+ }
59
+ },
60
+ {
61
+ "group": "androidx.core",
62
+ "module": "core",
63
+ "version": {
64
+ "requires": "1.6.0"
65
+ }
66
+ },
67
+ {
68
+ "group": "androidx.lifecycle",
69
+ "module": "lifecycle-runtime",
70
+ "version": {
71
+ "requires": "2.2.0"
72
+ }
73
+ },
74
+ {
75
+ "group": "androidx.lifecycle",
76
+ "module": "lifecycle-process",
77
+ "version": {
78
+ "requires": "2.2.0"
79
+ }
80
+ },
81
+ {
82
+ "group": "androidx.lifecycle",
83
+ "module": "lifecycle-common-java8",
84
+ "version": {
85
+ "requires": "2.2.0"
86
+ }
87
+ },
88
+ {
89
+ "group": "org.jetbrains.kotlinx",
90
+ "module": "kotlinx-coroutines-android",
91
+ "version": {
92
+ "requires": "1.7.3"
93
+ }
94
+ },
95
+ {
96
+ "group": "com.google.firebase",
97
+ "module": "firebase-messaging",
98
+ "version": {
99
+ "requires": "24.0.1"
100
+ }
101
+ },
102
+ {
103
+ "group": "me.leolin",
104
+ "module": "ShortcutBadger",
105
+ "version": {
106
+ "requires": "1.1.22"
107
+ },
108
+ "excludes": [
109
+ {
110
+ "group": "*",
111
+ "module": "*"
112
+ }
113
+ ],
114
+ "thirdPartyCompatibility": {
115
+ "artifactSelector": {
116
+ "name": "ShortcutBadger",
117
+ "type": "aar",
118
+ "extension": "aar"
119
+ }
120
+ }
121
+ }
122
+ ],
123
+ "files": [
124
+ {
125
+ "name": "expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar",
126
+ "url": "expo.modules.notifications-0.30.1-canary-20250407-10a9b42.aar",
127
+ "size": 391135,
128
+ "sha512": "fbea8d892d370878da17934fd68fd08eef792cd62f022868f1b834a7f58104174669282d7a0ed4b1d305785c98334fb51c0e0fb90035785e034a4895d1928d08",
129
+ "sha256": "995243fd00f61c293115171d06d59273b679009a22b877f885bbb89c3c0e9c12",
130
+ "sha1": "be8380a4a80b7f87a656b7422fbd5697f564de0b",
131
+ "md5": "fb197f09fc6be6a3457c996cf85b1b9a"
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "name": "releaseVariantReleaseSourcePublication",
137
+ "attributes": {
138
+ "org.gradle.category": "documentation",
139
+ "org.gradle.dependency.bundling": "external",
140
+ "org.gradle.docstype": "sources",
141
+ "org.gradle.usage": "java-runtime"
142
+ },
143
+ "files": [
144
+ {
145
+ "name": "expo.modules.notifications-0.30.1-canary-20250407-10a9b42-sources.jar",
146
+ "url": "expo.modules.notifications-0.30.1-canary-20250407-10a9b42-sources.jar",
147
+ "size": 102165,
148
+ "sha512": "f48c1f1c889fa23763780c7af35d92efe7c285d7e5446f991ec786ad82d5d187a6b5ca3bcfdb583cc21ba24ba099403b1be7595f4aa5c4a6a03b9389aecdde94",
149
+ "sha256": "c3f50adbe6dd7691f93bbf7497783f84832d278e50e06fb8a211352a50781ced",
150
+ "sha1": "4477020747f36746885f815e8e4be4b0a57f6ab8",
151
+ "md5": "32964435fbffade2cdea759ea245feea"
152
+ }
153
+ ]
154
+ }
155
+ ]
156
+ }
@@ -0,0 +1 @@
1
+ 767451cc21deac838209a199512ffac2d4383a98d8e84c5c3496456e1c23f86e0f940f7630b8347f5c5a8fe57c34be39b355f9bbb3c33be47ae26939da796c92
@@ -0,0 +1,90 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
+ <!-- This module was also published with a richer model, Gradle metadata, -->
5
+ <!-- which should be used instead. Do not delete the following line which -->
6
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
+ <!-- that they should prefer consuming it instead. -->
8
+ <!-- do_not_remove: published-with-gradle-metadata -->
9
+ <modelVersion>4.0.0</modelVersion>
10
+ <groupId>host.exp.exponent</groupId>
11
+ <artifactId>expo.modules.notifications</artifactId>
12
+ <version>0.30.1-canary-20250407-10a9b42</version>
13
+ <packaging>aar</packaging>
14
+ <name>expo.modules.notifications</name>
15
+ <url>https://github.com/expo/expo</url>
16
+ <licenses>
17
+ <license>
18
+ <name>MIT License</name>
19
+ <url>https://github.com/expo/expo/blob/main/LICENSE</url>
20
+ </license>
21
+ </licenses>
22
+ <scm>
23
+ <connection>https://github.com/expo/expo.git</connection>
24
+ <developerConnection>https://github.com/expo/expo.git</developerConnection>
25
+ <url>https://github.com/expo/expo</url>
26
+ </scm>
27
+ <dependencies>
28
+ <dependency>
29
+ <groupId>org.jetbrains.kotlin</groupId>
30
+ <artifactId>kotlin-parcelize-runtime</artifactId>
31
+ <version>2.0.21</version>
32
+ <scope>runtime</scope>
33
+ </dependency>
34
+ <dependency>
35
+ <groupId>org.jetbrains.kotlin</groupId>
36
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
37
+ <version>2.0.21</version>
38
+ <scope>runtime</scope>
39
+ </dependency>
40
+ <dependency>
41
+ <groupId>androidx.core</groupId>
42
+ <artifactId>core</artifactId>
43
+ <version>1.6.0</version>
44
+ <scope>runtime</scope>
45
+ </dependency>
46
+ <dependency>
47
+ <groupId>androidx.lifecycle</groupId>
48
+ <artifactId>lifecycle-runtime</artifactId>
49
+ <version>2.2.0</version>
50
+ <scope>runtime</scope>
51
+ </dependency>
52
+ <dependency>
53
+ <groupId>androidx.lifecycle</groupId>
54
+ <artifactId>lifecycle-process</artifactId>
55
+ <version>2.2.0</version>
56
+ <scope>runtime</scope>
57
+ </dependency>
58
+ <dependency>
59
+ <groupId>androidx.lifecycle</groupId>
60
+ <artifactId>lifecycle-common-java8</artifactId>
61
+ <version>2.2.0</version>
62
+ <scope>runtime</scope>
63
+ </dependency>
64
+ <dependency>
65
+ <groupId>org.jetbrains.kotlinx</groupId>
66
+ <artifactId>kotlinx-coroutines-android</artifactId>
67
+ <version>1.7.3</version>
68
+ <scope>runtime</scope>
69
+ </dependency>
70
+ <dependency>
71
+ <groupId>com.google.firebase</groupId>
72
+ <artifactId>firebase-messaging</artifactId>
73
+ <version>24.0.1</version>
74
+ <scope>runtime</scope>
75
+ </dependency>
76
+ <dependency>
77
+ <groupId>me.leolin</groupId>
78
+ <artifactId>ShortcutBadger</artifactId>
79
+ <version>1.1.22</version>
80
+ <type>aar</type>
81
+ <scope>runtime</scope>
82
+ <exclusions>
83
+ <exclusion>
84
+ <groupId>*</groupId>
85
+ <artifactId>*</artifactId>
86
+ </exclusion>
87
+ </exclusions>
88
+ </dependency>
89
+ </dependencies>
90
+ </project>
@@ -0,0 +1 @@
1
+ 2fab896481e5517a6e5737f62c0ce50d9addbf8738c3319b1bb211a049a9c26f28740e1ec3bbacea9f76e28ed1f251bf3155a4842851cc14d9b4f303142d3d6e
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <metadata>
3
+ <groupId>host.exp.exponent</groupId>
4
+ <artifactId>expo.modules.notifications</artifactId>
5
+ <versioning>
6
+ <latest>0.30.1-canary-20250407-10a9b42</latest>
7
+ <release>0.30.1-canary-20250407-10a9b42</release>
8
+ <versions>
9
+ <version>0.30.1-canary-20250407-10a9b42</version>
10
+ </versions>
11
+ <lastUpdated>20250407111640</lastUpdated>
12
+ </versioning>
13
+ </metadata>
@@ -0,0 +1 @@
1
+ 61374263772651b1d740b4e1479aa75328da78ea
@@ -0,0 +1 @@
1
+ bfaf270e08e0e21a11618336a94b3e8eb3e8a215562c55774f86ca86fdbb2e2c
@@ -0,0 +1 @@
1
+ ff322e9545edca93726be8978c5a1706673f85361bcfa04ad42f8204995e8657a93b7b33779308882078fb006b1ea15731be041aed19f31129a75d9db21df19a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-notifications",
3
- "version": "0.30.0",
3
+ "version": "0.30.1-canary-20250407-10a9b42",
4
4
  "description": "Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -42,22 +42,21 @@
42
42
  ]
43
43
  },
44
44
  "dependencies": {
45
- "@expo/image-utils": "^0.7.0",
45
+ "@expo/image-utils": "0.7.1-canary-20250407-10a9b42",
46
46
  "@ide/backoff": "^1.0.0",
47
47
  "abort-controller": "^3.0.0",
48
48
  "assert": "^2.0.0",
49
49
  "badgin": "^1.1.5",
50
- "expo-application": "~6.1.0",
51
- "expo-constants": "~17.1.0"
50
+ "expo-application": "6.1.1-canary-20250407-10a9b42",
51
+ "expo-constants": "17.1.1-canary-20250407-10a9b42"
52
52
  },
53
53
  "devDependencies": {
54
- "expo-module-scripts": "^4.1.0",
54
+ "expo-module-scripts": "4.1.1-canary-20250407-10a9b42",
55
55
  "memfs": "^3.2.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "expo": "*",
58
+ "expo": "53.0.0-canary-20250407-10a9b42",
59
59
  "react": "*",
60
60
  "react-native": "*"
61
- },
62
- "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
61
+ }
63
62
  }