@contractspec/module.notifications 0.0.0-canary-20260113170453 → 0.0.0-canary-20260114030712
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts7 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/notifications.capability.d.ts
|
|
4
|
-
declare const NotificationsCapability:
|
|
4
|
+
declare const NotificationsCapability: _contractspec_lib_contracts7.CapabilitySpec;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { NotificationsCapability };
|
|
7
7
|
//# sourceMappingURL=notifications.capability.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/notifications.feature.d.ts
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ import * as _contractspec_lib_contracts7 from "@contractspec/lib.contracts";
|
|
|
6
6
|
* Notifications feature module that bundles notification sending,
|
|
7
7
|
* listing, marking as read, and preference management capabilities.
|
|
8
8
|
*/
|
|
9
|
-
declare const NotificationsFeature:
|
|
9
|
+
declare const NotificationsFeature: _contractspec_lib_contracts0.FeatureModuleSpec;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { NotificationsFeature };
|
|
12
12
|
//# sourceMappingURL=notifications.feature.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/module.notifications",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260114030712",
|
|
4
4
|
"description": "Notification center module for ContractSpec applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"lint:check": "eslint src"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@contractspec/lib.schema": "0.0.0-canary-
|
|
29
|
-
"@contractspec/lib.contracts": "0.0.0-canary-
|
|
30
|
-
"@contractspec/lib.bus": "0.0.0-canary-
|
|
28
|
+
"@contractspec/lib.schema": "0.0.0-canary-20260114030712",
|
|
29
|
+
"@contractspec/lib.contracts": "0.0.0-canary-20260114030712",
|
|
30
|
+
"@contractspec/lib.bus": "0.0.0-canary-20260114030712",
|
|
31
31
|
"zod": "^4.3.5"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@contractspec/tool.typescript": "0.0.0-canary-
|
|
35
|
-
"@contractspec/tool.tsdown": "0.0.0-canary-
|
|
34
|
+
"@contractspec/tool.typescript": "0.0.0-canary-20260114030712",
|
|
35
|
+
"@contractspec/tool.tsdown": "0.0.0-canary-20260114030712",
|
|
36
36
|
"typescript": "^5.9.3"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|