@ttt-productions/notification-core 0.4.0 → 0.4.1

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 (1) hide show
  1. package/package.json +21 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttt-productions/notification-core",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
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",
@@ -45,6 +45,26 @@
45
45
  "react": ">=18.0.0",
46
46
  "react-dom": ">=18.0.0"
47
47
  },
48
+ "peerDependenciesMeta": {
49
+ "@tanstack/react-query": {
50
+ "optional": true
51
+ },
52
+ "@ttt-productions/query-core": {
53
+ "optional": true
54
+ },
55
+ "@ttt-productions/ui-core": {
56
+ "optional": true
57
+ },
58
+ "firebase": {
59
+ "optional": true
60
+ },
61
+ "react": {
62
+ "optional": true
63
+ },
64
+ "react-dom": {
65
+ "optional": true
66
+ }
67
+ },
48
68
  "devDependencies": {
49
69
  "@tanstack/react-query": "^5.0.0",
50
70
  "@ttt-productions/query-core": "*",