@contractspec/example.team-hub 3.2.0 → 3.4.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/dist/browser/index.js
CHANGED
|
@@ -610,7 +610,14 @@ var TeamHubFeature = defineFeature({
|
|
|
610
610
|
{ key: "rituals", version: "1.0.0" },
|
|
611
611
|
{ key: "announcements", version: "1.0.0" }
|
|
612
612
|
]
|
|
613
|
-
}
|
|
613
|
+
},
|
|
614
|
+
telemetry: [{ key: "team-hub.telemetry", version: "1.0.0" }],
|
|
615
|
+
docs: [
|
|
616
|
+
"docs.examples.team-hub",
|
|
617
|
+
"docs.examples.team-hub.goal",
|
|
618
|
+
"docs.examples.team-hub.usage",
|
|
619
|
+
"docs.examples.team-hub.constraints"
|
|
620
|
+
]
|
|
614
621
|
});
|
|
615
622
|
export {
|
|
616
623
|
UpdateTaskStatusInputModel,
|
|
@@ -62,7 +62,14 @@ var TeamHubFeature = defineFeature({
|
|
|
62
62
|
{ key: "rituals", version: "1.0.0" },
|
|
63
63
|
{ key: "announcements", version: "1.0.0" }
|
|
64
64
|
]
|
|
65
|
-
}
|
|
65
|
+
},
|
|
66
|
+
telemetry: [{ key: "team-hub.telemetry", version: "1.0.0" }],
|
|
67
|
+
docs: [
|
|
68
|
+
"docs.examples.team-hub",
|
|
69
|
+
"docs.examples.team-hub.goal",
|
|
70
|
+
"docs.examples.team-hub.usage",
|
|
71
|
+
"docs.examples.team-hub.constraints"
|
|
72
|
+
]
|
|
66
73
|
});
|
|
67
74
|
export {
|
|
68
75
|
TeamHubFeature
|
package/dist/index.js
CHANGED
|
@@ -611,7 +611,14 @@ var TeamHubFeature = defineFeature({
|
|
|
611
611
|
{ key: "rituals", version: "1.0.0" },
|
|
612
612
|
{ key: "announcements", version: "1.0.0" }
|
|
613
613
|
]
|
|
614
|
-
}
|
|
614
|
+
},
|
|
615
|
+
telemetry: [{ key: "team-hub.telemetry", version: "1.0.0" }],
|
|
616
|
+
docs: [
|
|
617
|
+
"docs.examples.team-hub",
|
|
618
|
+
"docs.examples.team-hub.goal",
|
|
619
|
+
"docs.examples.team-hub.usage",
|
|
620
|
+
"docs.examples.team-hub.constraints"
|
|
621
|
+
]
|
|
615
622
|
});
|
|
616
623
|
export {
|
|
617
624
|
UpdateTaskStatusInputModel,
|
package/dist/node/index.js
CHANGED
|
@@ -610,7 +610,14 @@ var TeamHubFeature = defineFeature({
|
|
|
610
610
|
{ key: "rituals", version: "1.0.0" },
|
|
611
611
|
{ key: "announcements", version: "1.0.0" }
|
|
612
612
|
]
|
|
613
|
-
}
|
|
613
|
+
},
|
|
614
|
+
telemetry: [{ key: "team-hub.telemetry", version: "1.0.0" }],
|
|
615
|
+
docs: [
|
|
616
|
+
"docs.examples.team-hub",
|
|
617
|
+
"docs.examples.team-hub.goal",
|
|
618
|
+
"docs.examples.team-hub.usage",
|
|
619
|
+
"docs.examples.team-hub.constraints"
|
|
620
|
+
]
|
|
614
621
|
});
|
|
615
622
|
export {
|
|
616
623
|
UpdateTaskStatusInputModel,
|
|
@@ -62,7 +62,14 @@ var TeamHubFeature = defineFeature({
|
|
|
62
62
|
{ key: "rituals", version: "1.0.0" },
|
|
63
63
|
{ key: "announcements", version: "1.0.0" }
|
|
64
64
|
]
|
|
65
|
-
}
|
|
65
|
+
},
|
|
66
|
+
telemetry: [{ key: "team-hub.telemetry", version: "1.0.0" }],
|
|
67
|
+
docs: [
|
|
68
|
+
"docs.examples.team-hub",
|
|
69
|
+
"docs.examples.team-hub.goal",
|
|
70
|
+
"docs.examples.team-hub.usage",
|
|
71
|
+
"docs.examples.team-hub.constraints"
|
|
72
|
+
]
|
|
66
73
|
});
|
|
67
74
|
export {
|
|
68
75
|
TeamHubFeature
|
package/dist/team-hub.feature.js
CHANGED
|
@@ -63,7 +63,14 @@ var TeamHubFeature = defineFeature({
|
|
|
63
63
|
{ key: "rituals", version: "1.0.0" },
|
|
64
64
|
{ key: "announcements", version: "1.0.0" }
|
|
65
65
|
]
|
|
66
|
-
}
|
|
66
|
+
},
|
|
67
|
+
telemetry: [{ key: "team-hub.telemetry", version: "1.0.0" }],
|
|
68
|
+
docs: [
|
|
69
|
+
"docs.examples.team-hub",
|
|
70
|
+
"docs.examples.team-hub.goal",
|
|
71
|
+
"docs.examples.team-hub.usage",
|
|
72
|
+
"docs.examples.team-hub.constraints"
|
|
73
|
+
]
|
|
67
74
|
});
|
|
68
75
|
export {
|
|
69
76
|
TeamHubFeature
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.team-hub",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Team Hub example with spaces, tasks, rituals, and announcements",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"typecheck": "tsc --noEmit"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contractspec/lib.schema": "3.
|
|
23
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
22
|
+
"@contractspec/lib.schema": "3.4.0",
|
|
23
|
+
"@contractspec/lib.contracts-spec": "3.4.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@contractspec/tool.typescript": "3.
|
|
26
|
+
"@contractspec/tool.typescript": "3.4.0",
|
|
27
27
|
"typescript": "^5.9.3",
|
|
28
|
-
"@contractspec/tool.bun": "3.
|
|
28
|
+
"@contractspec/tool.bun": "3.4.0"
|
|
29
29
|
},
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|