@sudobility/di 1.5.8 → 1.5.14
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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/di",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.14",
|
|
4
4
|
"description": "Platform-agnostic dependency injection interfaces for React and React Native projects with platform-specific implementations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/web/index.js",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"test:watch": "vitest",
|
|
90
90
|
"test:coverage": "vitest run --coverage",
|
|
91
91
|
"test:ci": "vitest run --coverage",
|
|
92
|
-
"prepublishOnly": "
|
|
92
|
+
"prepublishOnly": "bun run clean && bun run test && bun run build",
|
|
93
93
|
"typecheck": "tsc --noEmit",
|
|
94
94
|
"lint": "eslint src --ext .ts,.tsx",
|
|
95
95
|
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
],
|
|
106
106
|
"author": "johnqh",
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@sudobility/types": "^1.9.
|
|
108
|
+
"@sudobility/types": "^1.9.41",
|
|
109
109
|
"@types/node": "^24.5.2",
|
|
110
110
|
"@types/react": "^19.2.2",
|
|
111
111
|
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
@@ -119,17 +119,17 @@
|
|
|
119
119
|
"vitest": "^3.2.4"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
122
|
-
"@
|
|
123
|
-
"react": ">=18.0.0",
|
|
124
|
-
"react-native": ">=0.70.0",
|
|
122
|
+
"@notifee/react-native": ">=7.0.0",
|
|
125
123
|
"@react-native-async-storage/async-storage": ">=1.19.0",
|
|
126
124
|
"@react-native-community/netinfo": ">=9.0.0",
|
|
127
|
-
"@notifee/react-native": ">=7.0.0",
|
|
128
|
-
"@react-native-firebase/app": ">=18.0.0",
|
|
129
125
|
"@react-native-firebase/analytics": ">=18.0.0",
|
|
130
|
-
"@react-native-firebase/
|
|
126
|
+
"@react-native-firebase/app": ">=18.0.0",
|
|
131
127
|
"@react-native-firebase/messaging": ">=18.0.0",
|
|
132
|
-
"firebase": ">=
|
|
128
|
+
"@react-native-firebase/remote-config": ">=18.0.0",
|
|
129
|
+
"@sudobility/types": "^1.9.41",
|
|
130
|
+
"firebase": ">=10.0.0",
|
|
131
|
+
"react": ">=18.0.0",
|
|
132
|
+
"react-native": ">=0.70.0"
|
|
133
133
|
},
|
|
134
134
|
"peerDependenciesMeta": {
|
|
135
135
|
"react-native": {
|