@contractspec/module.notifications 1.60.0 → 1.61.0
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 +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/module.notifications",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.0",
|
|
4
4
|
"description": "Notification center module for ContractSpec applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -27,91 +27,91 @@
|
|
|
27
27
|
"typecheck": "tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@contractspec/lib.schema": "1.
|
|
31
|
-
"@contractspec/lib.contracts": "1.
|
|
32
|
-
"@contractspec/lib.bus": "1.
|
|
30
|
+
"@contractspec/lib.schema": "1.61.0",
|
|
31
|
+
"@contractspec/lib.contracts": "1.61.0",
|
|
32
|
+
"@contractspec/lib.bus": "1.61.0",
|
|
33
33
|
"zod": "^4.3.5"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@contractspec/tool.typescript": "1.
|
|
36
|
+
"@contractspec/tool.typescript": "1.61.0",
|
|
37
37
|
"typescript": "^5.9.3",
|
|
38
|
-
"@contractspec/tool.bun": "1.
|
|
38
|
+
"@contractspec/tool.bun": "1.60.0"
|
|
39
39
|
},
|
|
40
40
|
"exports": {
|
|
41
41
|
".": {
|
|
42
42
|
"types": "./dist/index.d.ts",
|
|
43
43
|
"bun": "./dist/index.js",
|
|
44
|
-
"node": "./dist/node/index.
|
|
44
|
+
"node": "./dist/node/index.js",
|
|
45
45
|
"browser": "./dist/browser/index.js",
|
|
46
46
|
"default": "./dist/index.js"
|
|
47
47
|
},
|
|
48
48
|
"./channels": {
|
|
49
49
|
"types": "./dist/channels/index.d.ts",
|
|
50
50
|
"bun": "./dist/channels/index.js",
|
|
51
|
-
"node": "./dist/node/channels/index.
|
|
51
|
+
"node": "./dist/node/channels/index.js",
|
|
52
52
|
"browser": "./dist/browser/channels/index.js",
|
|
53
53
|
"default": "./dist/channels/index.js"
|
|
54
54
|
},
|
|
55
55
|
"./channels/index": {
|
|
56
56
|
"types": "./dist/channels/index.d.ts",
|
|
57
57
|
"bun": "./dist/channels/index.js",
|
|
58
|
-
"node": "./dist/node/channels/index.
|
|
58
|
+
"node": "./dist/node/channels/index.js",
|
|
59
59
|
"browser": "./dist/browser/channels/index.js",
|
|
60
60
|
"default": "./dist/channels/index.js"
|
|
61
61
|
},
|
|
62
62
|
"./contracts": {
|
|
63
63
|
"types": "./dist/contracts/index.d.ts",
|
|
64
64
|
"bun": "./dist/contracts/index.js",
|
|
65
|
-
"node": "./dist/node/contracts/index.
|
|
65
|
+
"node": "./dist/node/contracts/index.js",
|
|
66
66
|
"browser": "./dist/browser/contracts/index.js",
|
|
67
67
|
"default": "./dist/contracts/index.js"
|
|
68
68
|
},
|
|
69
69
|
"./contracts/index": {
|
|
70
70
|
"types": "./dist/contracts/index.d.ts",
|
|
71
71
|
"bun": "./dist/contracts/index.js",
|
|
72
|
-
"node": "./dist/node/contracts/index.
|
|
72
|
+
"node": "./dist/node/contracts/index.js",
|
|
73
73
|
"browser": "./dist/browser/contracts/index.js",
|
|
74
74
|
"default": "./dist/contracts/index.js"
|
|
75
75
|
},
|
|
76
76
|
"./entities": {
|
|
77
77
|
"types": "./dist/entities/index.d.ts",
|
|
78
78
|
"bun": "./dist/entities/index.js",
|
|
79
|
-
"node": "./dist/node/entities/index.
|
|
79
|
+
"node": "./dist/node/entities/index.js",
|
|
80
80
|
"browser": "./dist/browser/entities/index.js",
|
|
81
81
|
"default": "./dist/entities/index.js"
|
|
82
82
|
},
|
|
83
83
|
"./entities/index": {
|
|
84
84
|
"types": "./dist/entities/index.d.ts",
|
|
85
85
|
"bun": "./dist/entities/index.js",
|
|
86
|
-
"node": "./dist/node/entities/index.
|
|
86
|
+
"node": "./dist/node/entities/index.js",
|
|
87
87
|
"browser": "./dist/browser/entities/index.js",
|
|
88
88
|
"default": "./dist/entities/index.js"
|
|
89
89
|
},
|
|
90
90
|
"./notifications.capability": {
|
|
91
91
|
"types": "./dist/notifications.capability.d.ts",
|
|
92
92
|
"bun": "./dist/notifications.capability.js",
|
|
93
|
-
"node": "./dist/node/notifications.capability.
|
|
93
|
+
"node": "./dist/node/notifications.capability.js",
|
|
94
94
|
"browser": "./dist/browser/notifications.capability.js",
|
|
95
95
|
"default": "./dist/notifications.capability.js"
|
|
96
96
|
},
|
|
97
97
|
"./notifications.feature": {
|
|
98
98
|
"types": "./dist/notifications.feature.d.ts",
|
|
99
99
|
"bun": "./dist/notifications.feature.js",
|
|
100
|
-
"node": "./dist/node/notifications.feature.
|
|
100
|
+
"node": "./dist/node/notifications.feature.js",
|
|
101
101
|
"browser": "./dist/browser/notifications.feature.js",
|
|
102
102
|
"default": "./dist/notifications.feature.js"
|
|
103
103
|
},
|
|
104
104
|
"./templates": {
|
|
105
105
|
"types": "./dist/templates/index.d.ts",
|
|
106
106
|
"bun": "./dist/templates/index.js",
|
|
107
|
-
"node": "./dist/node/templates/index.
|
|
107
|
+
"node": "./dist/node/templates/index.js",
|
|
108
108
|
"browser": "./dist/browser/templates/index.js",
|
|
109
109
|
"default": "./dist/templates/index.js"
|
|
110
110
|
},
|
|
111
111
|
"./templates/index": {
|
|
112
112
|
"types": "./dist/templates/index.d.ts",
|
|
113
113
|
"bun": "./dist/templates/index.js",
|
|
114
|
-
"node": "./dist/node/templates/index.
|
|
114
|
+
"node": "./dist/node/templates/index.js",
|
|
115
115
|
"browser": "./dist/browser/templates/index.js",
|
|
116
116
|
"default": "./dist/templates/index.js"
|
|
117
117
|
}
|
|
@@ -126,77 +126,77 @@
|
|
|
126
126
|
".": {
|
|
127
127
|
"types": "./dist/index.d.ts",
|
|
128
128
|
"bun": "./dist/index.js",
|
|
129
|
-
"node": "./dist/node/index.
|
|
129
|
+
"node": "./dist/node/index.js",
|
|
130
130
|
"browser": "./dist/browser/index.js",
|
|
131
131
|
"default": "./dist/index.js"
|
|
132
132
|
},
|
|
133
133
|
"./channels": {
|
|
134
134
|
"types": "./dist/channels/index.d.ts",
|
|
135
135
|
"bun": "./dist/channels/index.js",
|
|
136
|
-
"node": "./dist/node/channels/index.
|
|
136
|
+
"node": "./dist/node/channels/index.js",
|
|
137
137
|
"browser": "./dist/browser/channels/index.js",
|
|
138
138
|
"default": "./dist/channels/index.js"
|
|
139
139
|
},
|
|
140
140
|
"./channels/index": {
|
|
141
141
|
"types": "./dist/channels/index.d.ts",
|
|
142
142
|
"bun": "./dist/channels/index.js",
|
|
143
|
-
"node": "./dist/node/channels/index.
|
|
143
|
+
"node": "./dist/node/channels/index.js",
|
|
144
144
|
"browser": "./dist/browser/channels/index.js",
|
|
145
145
|
"default": "./dist/channels/index.js"
|
|
146
146
|
},
|
|
147
147
|
"./contracts": {
|
|
148
148
|
"types": "./dist/contracts/index.d.ts",
|
|
149
149
|
"bun": "./dist/contracts/index.js",
|
|
150
|
-
"node": "./dist/node/contracts/index.
|
|
150
|
+
"node": "./dist/node/contracts/index.js",
|
|
151
151
|
"browser": "./dist/browser/contracts/index.js",
|
|
152
152
|
"default": "./dist/contracts/index.js"
|
|
153
153
|
},
|
|
154
154
|
"./contracts/index": {
|
|
155
155
|
"types": "./dist/contracts/index.d.ts",
|
|
156
156
|
"bun": "./dist/contracts/index.js",
|
|
157
|
-
"node": "./dist/node/contracts/index.
|
|
157
|
+
"node": "./dist/node/contracts/index.js",
|
|
158
158
|
"browser": "./dist/browser/contracts/index.js",
|
|
159
159
|
"default": "./dist/contracts/index.js"
|
|
160
160
|
},
|
|
161
161
|
"./entities": {
|
|
162
162
|
"types": "./dist/entities/index.d.ts",
|
|
163
163
|
"bun": "./dist/entities/index.js",
|
|
164
|
-
"node": "./dist/node/entities/index.
|
|
164
|
+
"node": "./dist/node/entities/index.js",
|
|
165
165
|
"browser": "./dist/browser/entities/index.js",
|
|
166
166
|
"default": "./dist/entities/index.js"
|
|
167
167
|
},
|
|
168
168
|
"./entities/index": {
|
|
169
169
|
"types": "./dist/entities/index.d.ts",
|
|
170
170
|
"bun": "./dist/entities/index.js",
|
|
171
|
-
"node": "./dist/node/entities/index.
|
|
171
|
+
"node": "./dist/node/entities/index.js",
|
|
172
172
|
"browser": "./dist/browser/entities/index.js",
|
|
173
173
|
"default": "./dist/entities/index.js"
|
|
174
174
|
},
|
|
175
175
|
"./notifications.capability": {
|
|
176
176
|
"types": "./dist/notifications.capability.d.ts",
|
|
177
177
|
"bun": "./dist/notifications.capability.js",
|
|
178
|
-
"node": "./dist/node/notifications.capability.
|
|
178
|
+
"node": "./dist/node/notifications.capability.js",
|
|
179
179
|
"browser": "./dist/browser/notifications.capability.js",
|
|
180
180
|
"default": "./dist/notifications.capability.js"
|
|
181
181
|
},
|
|
182
182
|
"./notifications.feature": {
|
|
183
183
|
"types": "./dist/notifications.feature.d.ts",
|
|
184
184
|
"bun": "./dist/notifications.feature.js",
|
|
185
|
-
"node": "./dist/node/notifications.feature.
|
|
185
|
+
"node": "./dist/node/notifications.feature.js",
|
|
186
186
|
"browser": "./dist/browser/notifications.feature.js",
|
|
187
187
|
"default": "./dist/notifications.feature.js"
|
|
188
188
|
},
|
|
189
189
|
"./templates": {
|
|
190
190
|
"types": "./dist/templates/index.d.ts",
|
|
191
191
|
"bun": "./dist/templates/index.js",
|
|
192
|
-
"node": "./dist/node/templates/index.
|
|
192
|
+
"node": "./dist/node/templates/index.js",
|
|
193
193
|
"browser": "./dist/browser/templates/index.js",
|
|
194
194
|
"default": "./dist/templates/index.js"
|
|
195
195
|
},
|
|
196
196
|
"./templates/index": {
|
|
197
197
|
"types": "./dist/templates/index.d.ts",
|
|
198
198
|
"bun": "./dist/templates/index.js",
|
|
199
|
-
"node": "./dist/node/templates/index.
|
|
199
|
+
"node": "./dist/node/templates/index.js",
|
|
200
200
|
"browser": "./dist/browser/templates/index.js",
|
|
201
201
|
"default": "./dist/templates/index.js"
|
|
202
202
|
}
|