@ttt-productions/notification-core 0.4.4 → 0.4.5
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttt-productions/notification-core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"description": "Shared notification system for TTT Productions apps — active/history two-tier architecture with dedup, batch processing, and themed UI components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@tanstack/react-query": ">=5.0.0",
|
|
42
|
-
"@ttt-productions/query-core": "0.8.
|
|
43
|
-
"@ttt-productions/ui-core": "0.6.1",
|
|
42
|
+
"@ttt-productions/query-core": "^0.8.2",
|
|
43
|
+
"@ttt-productions/ui-core": "^0.6.1",
|
|
44
44
|
"firebase": ">=10.0.0",
|
|
45
45
|
"react": ">=18.0.0",
|
|
46
46
|
"react-dom": ">=18.0.0"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@tanstack/react-query": "^5.0.0",
|
|
70
|
-
"@ttt-productions/query-core": "0.8.
|
|
70
|
+
"@ttt-productions/query-core": "0.8.2",
|
|
71
71
|
"@ttt-productions/ui-core": "0.6.1",
|
|
72
72
|
"@types/react": "^19.0.0",
|
|
73
73
|
"@types/react-dom": "^19.0.0",
|