@dpuse/dpuse-shared 0.3.633 → 0.3.634

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.
@@ -25,6 +25,6 @@ export type ContextModelGroupLocalisedConfig = Localised<ContextModelGroupConfig
25
25
  export interface ListContextOptions extends EngineContextActionOptions {
26
26
  placeholder: unknown;
27
27
  }
28
- export interface ContextListResult {
28
+ export interface ListContextResult {
29
29
  models: ContextModelGroupConfig[];
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.633",
3
+ "version": "0.3.634",
4
4
  "description": "Common constants, types and utilities used across all DPUse projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",