chore: align with daily-notification-plugin 2.0.0 (org.timesafari namespace)

- Update Android manifest, Java imports, and capacitor.plugins.json to use
  org.timesafari.dailynotification (receivers, intent action, plugin classpath)
- Update iOS Info.plist BGTaskSchedulerPermittedIdentifiers to org.timesafari.*
- Bump @timesafari/daily-notification-plugin 1.3.3 → 2.0.0 (package-lock, Podfile.lock)
- Update docs and test-notification-receiver.sh to reference new package/action names
- Lockfile: minor bumps for @expo/cli, @expo/fingerprint, @expo/router-server, babel-preset-expo
This commit is contained in:
Jose Olarte III
2026-03-12 17:20:45 +08:00
parent fb9d5165df
commit 9902e5fac7
14 changed files with 60 additions and 60 deletions

32
package-lock.json generated
View File

@@ -4637,9 +4637,9 @@
}
},
"node_modules/@expo/cli": {
"version": "55.0.15",
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-55.0.15.tgz",
"integrity": "sha512-Qd4aF2+wT9LtdV7G/gULbx/t8FJ/OVtwuNkLcZt1XlosQ5XX/C/3ywZXYl+/bYcHUmuO1TBD3Fg05bNlmL6vrw==",
"version": "55.0.16",
"resolved": "https://registry.npmjs.org/@expo/cli/-/cli-55.0.16.tgz",
"integrity": "sha512-rp1mBnA5msGDPTfFuqVl+9RsJOtuA0cXsWSJpHdvsIxcSVg0oJyF/rgvrwsFrNQCLXzkMXm+o3CsY9iL1D/CDA==",
"license": "MIT",
"optional": true,
"dependencies": {
@@ -4658,7 +4658,7 @@
"@expo/plist": "^0.5.2",
"@expo/prebuild-config": "^55.0.8",
"@expo/require-utils": "^55.0.2",
"@expo/router-server": "^55.0.9",
"@expo/router-server": "^55.0.10",
"@expo/schema-utils": "^55.0.2",
"@expo/spawn-async": "^1.7.2",
"@expo/ws-tunnel": "^1.0.1",
@@ -5467,9 +5467,9 @@
}
},
"node_modules/@expo/fingerprint": {
"version": "0.16.5",
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.16.5.tgz",
"integrity": "sha512-mLrcymtgkW9IJ/G1e8MH1Xt2VIb1MOS86ePY0ePcnV3nVyJqm7gfa/AXD1Hk+eZXvf8XhioYz6QZaamBdEzR3A==",
"version": "0.16.6",
"resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.16.6.tgz",
"integrity": "sha512-nRITNbnu3RKSHPvKVehrSU4KG2VY9V8nvULOHBw98ukHCAU4bGrU5APvcblOkX3JAap+xEHsg/mZvqlvkLInmQ==",
"license": "MIT",
"optional": true,
"dependencies": {
@@ -6175,9 +6175,9 @@
}
},
"node_modules/@expo/router-server": {
"version": "55.0.9",
"resolved": "https://registry.npmjs.org/@expo/router-server/-/router-server-55.0.9.tgz",
"integrity": "sha512-LcCFi+P1qfZOsw0DO4JwNKRxtWt4u2bjTYj0PUe4WVf9NVG/NfUetAXYRbBS6P+gupfM6SC+/bdzdqCWQh7j8g==",
"version": "55.0.10",
"resolved": "https://registry.npmjs.org/@expo/router-server/-/router-server-55.0.10.tgz",
"integrity": "sha512-NZQzHwkaedufNPayVfPxsZGEMngOD3gDvYx9lld4sitRexrKDx5sHmmNHi6IByGbmCb4jwLXub5sIyWh6z1xPQ==",
"license": "MIT",
"optional": true,
"dependencies": {
@@ -8685,8 +8685,8 @@
}
},
"node_modules/@timesafari/daily-notification-plugin": {
"version": "1.3.3",
"resolved": "git+https://gitea.anomalistdesign.com/trent_larson/daily-notification-plugin.git#b8d9b6247d670929418b12e7135d8dd3c9684277",
"version": "2.0.0",
"resolved": "git+https://gitea.anomalistdesign.com/trent_larson/daily-notification-plugin.git#ca6a75ded82eda036508947fa78e41a45656fac3",
"license": "MIT",
"workspaces": [
"packages/*"
@@ -11323,9 +11323,9 @@
}
},
"node_modules/babel-preset-expo": {
"version": "55.0.10",
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-55.0.10.tgz",
"integrity": "sha512-aRtW7qJKohGU2V0LUJ6IeP7py3+kVUo9zcc8+v1Kix8jGGuIvqvpo9S6W1Fmn9VFP2DBwkFDLiyzkCZS85urVA==",
"version": "55.0.11",
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-55.0.11.tgz",
"integrity": "sha512-ti8t4xufD6gUQQh+qY+b+VT/1zyA0n1PBnwOzCkPUyEDiIVBpaOixR+BzVH68hqu9mH2wDfzoFuGgv+2LfRdqw==",
"license": "MIT",
"optional": true,
"dependencies": {
@@ -11356,7 +11356,7 @@
"peerDependencies": {
"@babel/runtime": "^7.20.0",
"expo": "*",
"expo-widgets": "^55.0.2",
"expo-widgets": "^55.0.4",
"react-refresh": ">=0.14.0 <1.0.0"
},
"peerDependenciesMeta": {