@sudobility/di_rn 0.1.68 → 0.1.70

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/README.md +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,7 +26,6 @@ npm install @react-native-community/netinfo
26
26
  npm install @react-navigation/native
27
27
  npm install @react-native-firebase/analytics
28
28
  npm install @notifee/react-native
29
- npm install react-native-config
30
29
  ```
31
30
 
32
31
  Follow the installation instructions for each native dependency in their respective documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/di_rn",
3
- "version": "0.1.68",
3
+ "version": "0.1.70",
4
4
  "description": "React Native implementations of dependency injection services for Sudobility",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "prepublishOnly": "bun run build"
28
28
  },
29
29
  "peerDependencies": {
30
- "@sudobility/di": "^1.5.50",
30
+ "@sudobility/di": "^1.5.51",
31
31
  "@sudobility/types": "^1.9.61",
32
32
  "react": "^18.0.0 || ^19.0.0",
33
33
  "react-native": ">=0.72.0",
@@ -44,7 +44,7 @@
44
44
  "@react-native-community/netinfo": "^11.4.1",
45
45
  "@react-navigation/native": "^7.1.28",
46
46
  "@sudobility/components-rn": "^1.0.39",
47
- "@sudobility/di": "^1.5.50",
47
+ "@sudobility/di": "^1.5.51",
48
48
  "@sudobility/subscription_lib": "^0.0.38",
49
49
  "@sudobility/types": "^1.9.61",
50
50
  "@types/node": "^22.0.0",