@twin.org/context 0.0.3-next.32 → 0.0.3-next.34

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/docs/changelog.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.34](https://github.com/twinfoundation/twin-framework/compare/context-v0.0.3-next.33...context-v0.0.3-next.34) (2026-05-06)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **context:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
16
+ * @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
17
+ * devDependencies
18
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
19
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
20
+ * @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
21
+
22
+ ## [0.0.3-next.33](https://github.com/twinfoundation/twin-framework/compare/context-v0.0.3-next.32...context-v0.0.3-next.33) (2026-05-05)
23
+
24
+
25
+ ### Miscellaneous Chores
26
+
27
+ * **context:** Synchronize repo versions
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
35
+ * @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
36
+ * devDependencies
37
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
38
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
39
+ * @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
40
+
3
41
  ## [0.0.3-next.32](https://github.com/twinfoundation/twin-framework/compare/context-v0.0.3-next.31...context-v0.0.3-next.32) (2026-04-30)
4
42
 
5
43
 
@@ -147,3 +147,21 @@ Nothing.
147
147
  #### Inherited from
148
148
 
149
149
  `IComponent.stop`
150
+
151
+ ***
152
+
153
+ ### health()? {#health}
154
+
155
+ > `optional` **health**(): `Promise`\<`IHealth`[]\>
156
+
157
+ Returns the health status of the component.
158
+
159
+ #### Returns
160
+
161
+ `Promise`\<`IHealth`[]\>
162
+
163
+ The health status of the component, can return multiple entries for elements within the component.
164
+
165
+ #### Inherited from
166
+
167
+ `IComponent.health`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/context",
3
- "version": "0.0.3-next.32",
3
+ "version": "0.0.3-next.34",
4
4
  "description": "Helper methods/classes for context handling",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,8 +14,8 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.3-next.32",
18
- "@twin.org/nameof": "0.0.3-next.32"
17
+ "@twin.org/core": "0.0.3-next.34",
18
+ "@twin.org/nameof": "0.0.3-next.34"
19
19
  },
20
20
  "main": "./dist/es/index.js",
21
21
  "types": "./dist/types/index.d.ts",