@bpmn-io/form-js-viewer 1.8.0 → 1.8.1

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.
@@ -28,6 +28,7 @@ export class Form {
28
28
  */
29
29
  private _state;
30
30
  get: {
31
+ <Name extends never>(name: Name): null[Name];
31
32
  <T>(name: string): T;
32
33
  <T_1>(name: string, strict: true): T_1;
33
34
  <T_2>(name: string, strict: boolean): T_2;
@@ -1,2 +1,2 @@
1
- export function createInjector(bootstrapModules: any): Injector;
1
+ export function createInjector(bootstrapModules: any): Injector<null>;
2
2
  import { Injector } from 'didi';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-viewer",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "View forms - powered by bpmn.io",
5
5
  "exports": {
6
6
  ".": {
@@ -47,7 +47,7 @@
47
47
  "@carbon/grid": "^11.11.0",
48
48
  "big.js": "^6.2.1",
49
49
  "classnames": "^2.3.1",
50
- "didi": "^10.0.1",
50
+ "didi": "^10.2.2",
51
51
  "dompurify": "^3.0.8",
52
52
  "feelers": "^1.3.1",
53
53
  "feelin": "^3.0.1",
@@ -64,5 +64,5 @@
64
64
  "files": [
65
65
  "dist"
66
66
  ],
67
- "gitHead": "ec587c5fb75597a73d3d689fb7a8079499391a8c"
67
+ "gitHead": "98d0c362ba37b809703027173c58441c1a2af5c2"
68
68
  }