@ankhorage/runtime 3.0.6 → 3.0.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/runtime
2
2
 
3
+ ## 3.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 0f7cc03: Update Ankhorage dependencies: `@ankhorage/contracts`.
8
+
3
9
  ## 3.0.6
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # @ankhorage/runtime
5
5
 
6
- ![license: MIT](./paradox/badges/license.svg) ![npm: v2.3.1](./paradox/badges/npm.svg) ![runtime: bun](./paradox/badges/runtime.svg) ![typescript: strict](./paradox/badges/typescript.svg) ![eslint: checked](./paradox/badges/eslint.svg) ![prettier: checked](./paradox/badges/prettier.svg) ![build: checked](./paradox/badges/build.svg) ![tests: checked](./paradox/badges/tests.svg) ![docs: paradox](./paradox/badges/docs.svg)
6
+ ![license: MIT](./paradox/badges/license.svg) ![npm: v3.0.7](./paradox/badges/npm.svg) ![runtime: bun](./paradox/badges/runtime.svg) ![typescript: strict](./paradox/badges/typescript.svg) ![eslint: checked](./paradox/badges/eslint.svg) ![prettier: checked](./paradox/badges/prettier.svg) ![build: checked](./paradox/badges/build.svg) ![tests: checked](./paradox/badges/tests.svg) ![docs: paradox](./paradox/badges/docs.svg)
7
7
 
8
8
  Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/runtime",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -67,7 +67,7 @@
67
67
  "knip:check": "ankhorage-knip"
68
68
  },
69
69
  "dependencies": {
70
- "@ankhorage/contracts": "^22.1.0",
70
+ "@ankhorage/contracts": "^22.1.1",
71
71
  "@ankhorage/data-sources": "^2.0.8",
72
72
  "@ankhorage/utility": "^1.4.0"
73
73
  },
@@ -1,7 +1,7 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="90" height="20" role="img" aria-label="npm: v2.3.1">
2
- <title>npm: v2.3.1</title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="90" height="20" role="img" aria-label="npm: v3.0.7">
2
+ <title>npm: v3.0.7</title>
3
3
  <rect width="38" height="20" fill="#374151"/>
4
4
  <rect x="38" width="52" height="20" fill="#cb3837"/>
5
5
  <text x="19" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">npm</text>
6
- <text x="64" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">v2.3.1</text>
6
+ <text x="64" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">v3.0.7</text>
7
7
  </svg>
@@ -6,10 +6,10 @@ Source: `src/ManifestContext.tsx:10:14`
6
6
 
7
7
  Export paths: `src/index.ts`
8
8
 
9
- | Prop | Type | Required | Default | Description |
10
- | -------- | ------------------------------ | -------- | ------- | ----------- |
11
- | children | `ReactNode` | no | — | |
12
- | value | `ManifestContextValue \| null` | yes | — | |
9
+ | Prop | Type | Required | Default | Description |
10
+ | --- | --- | --- | --- | --- |
11
+ | children | `ReactNode` | no | — | |
12
+ | value | `ManifestContextValue \| null` | yes | — | |
13
13
 
14
14
  ## ManifestProvider
15
15
 
@@ -17,12 +17,12 @@ Source: `src/ManifestContext.tsx:12:1`
17
17
 
18
18
  Export paths: `src/index.ts`
19
19
 
20
- | Prop | Type | Required | Default | Description |
21
- | -------------- | ----------------------------------------- | -------- | ------- | ----------- |
22
- | activeScreenId | `string \| undefined` | no | — | |
23
- | children | `React.ReactNode \| undefined` | no | — | |
24
- | manifest | `AppManifest` | yes | — | |
25
- | onScreenChange | `(screenId: string) => void \| undefined` | no | — | |
20
+ | Prop | Type | Required | Default | Description |
21
+ | --- | --- | --- | --- | --- |
22
+ | activeScreenId | `string \| undefined` | no | — | |
23
+ | children | `React.ReactNode \| undefined` | no | — | |
24
+ | manifest | `AppManifest` | yes | — | |
25
+ | onScreenChange | `(screenId: string) => void \| undefined` | no | — | |
26
26
 
27
27
  ## RuntimeRenderer
28
28
 
@@ -30,25 +30,25 @@ Source: `src/RuntimeRenderer.tsx:81:1`
30
30
 
31
31
  Export paths: `src/index.ts`
32
32
 
33
- | Prop | Type | Required | Default | Description |
34
- | ----------------- | --------------------------------------------------------------------- | -------- | ------- | ----------- |
35
- | apis | `ApiDefinitionRegistry \| undefined` | no | — | |
36
- | bindingContext | `Record<string, unknown> \| undefined` | no | — | |
37
- | dataBindings | `ComponentDataBindingRegistry \| undefined` | no | — | |
38
- | dbAdapter | `DbAdapter \| undefined` | no | — | |
39
- | dbRealtimeAdapter | `DbRealtimeAdapter \| undefined` | no | — | |
40
- | disableActions | `boolean \| undefined` | no | — | |
41
- | executeAction | `RuntimeActionExecutor \| undefined` | no | — | |
42
- | executeOperation | `RuntimeBindingOperationExecutor \| undefined` | no | — | |
43
- | isRoot | `boolean \| undefined` | no | — | |
44
- | mediaAssets | `MediaAssetRegistry \| undefined` | no | — | |
45
- | node | `UiNode` | yes | — | |
46
- | onDiagnostics | `(diagnostics: readonly DataSourceDiagnostic[]) => void \| undefined` | no | — | |
47
- | operationResults | `RuntimeBindingOperationResultCache \| undefined` | no | — | |
48
- | registry | `ComponentRegistry \| undefined` | no | — | |
49
- | resolveMediaAsset | `RuntimeMediaAssetResolver \| undefined` | no | — | |
50
- | stateAdapter | `StateAdapter \| undefined` | no | — | |
51
- | wrapNode | `(args: RuntimeRendererWrapArgs) => React.ReactNode \| undefined` | no | — | |
33
+ | Prop | Type | Required | Default | Description |
34
+ | --- | --- | --- | --- | --- |
35
+ | apis | `ApiDefinitionRegistry \| undefined` | no | — | |
36
+ | bindingContext | `Record<string, unknown> \| undefined` | no | — | |
37
+ | dataBindings | `ComponentDataBindingRegistry \| undefined` | no | — | |
38
+ | dbAdapter | `DbAdapter \| undefined` | no | — | |
39
+ | dbRealtimeAdapter | `DbRealtimeAdapter \| undefined` | no | — | |
40
+ | disableActions | `boolean \| undefined` | no | — | |
41
+ | executeAction | `RuntimeActionExecutor \| undefined` | no | — | |
42
+ | executeOperation | `RuntimeBindingOperationExecutor \| undefined` | no | — | |
43
+ | isRoot | `boolean \| undefined` | no | — | |
44
+ | mediaAssets | `MediaAssetRegistry \| undefined` | no | — | |
45
+ | node | `UiNode` | yes | — | |
46
+ | onDiagnostics | `(diagnostics: readonly DataSourceDiagnostic[]) => void \| undefined` | no | — | |
47
+ | operationResults | `RuntimeBindingOperationResultCache \| undefined` | no | — | |
48
+ | registry | `ComponentRegistry \| undefined` | no | — | |
49
+ | resolveMediaAsset | `RuntimeMediaAssetResolver \| undefined` | no | — | |
50
+ | stateAdapter | `StateAdapter \| undefined` | no | — | |
51
+ | wrapNode | `(args: RuntimeRendererWrapArgs) => React.ReactNode \| undefined` | no | — | |
52
52
 
53
53
  ## RuntimeRendererConfigProvider
54
54
 
@@ -56,10 +56,10 @@ Source: `src/RuntimeRendererConfig.tsx:164:1`
56
56
 
57
57
  Export paths: `src/index.ts`
58
58
 
59
- | Prop | Type | Required | Default | Description |
60
- | -------- | ------------------------------ | -------- | ------- | ----------- |
61
- | children | `React.ReactNode \| undefined` | no | — | |
62
- | value | `RuntimeRendererConfig` | yes | — | |
59
+ | Prop | Type | Required | Default | Description |
60
+ | --- | --- | --- | --- | --- |
61
+ | children | `React.ReactNode \| undefined` | no | — | |
62
+ | value | `RuntimeRendererConfig` | yes | — | |
63
63
 
64
64
  ## RuntimeScreen
65
65
 
@@ -67,9 +67,9 @@ Source: `src/RuntimeScreen.tsx:17:1`
67
67
 
68
68
  Export paths: `src/index.ts`
69
69
 
70
- | Prop | Type | Required | Default | Description |
71
- | ------------ | -------------------------------- | -------- | ------- | ----------- |
72
- | manifest | `AppManifest` | yes | — | |
73
- | registry | `ComponentRegistry \| undefined` | no | — | |
74
- | screen | `ScreenSpec` | yes | — | |
75
- | stateAdapter | `StateAdapter \| undefined` | no | — | |
70
+ | Prop | Type | Required | Default | Description |
71
+ | --- | --- | --- | --- | --- |
72
+ | manifest | `AppManifest` | yes | — | |
73
+ | registry | `ComponentRegistry \| undefined` | no | — | |
74
+ | screen | `ScreenSpec` | yes | — | |
75
+ | stateAdapter | `StateAdapter \| undefined` | no | — | |