@luigi-project/container 1.6.0-dev.20250430700 → 1.6.0-dev.20250441445

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.
@@ -17,7 +17,12 @@
17
17
  "kind": "field",
18
18
  "name": "activeFeatureToggleList",
19
19
  "type": {
20
- "text": "Array<string>"
20
+ "text": "Array<string>",
21
+ "references": [
22
+ {
23
+ "name": "string"
24
+ }
25
+ ]
21
26
  },
22
27
  "default": "undefined"
23
28
  },
@@ -25,7 +30,12 @@
25
30
  "kind": "field",
26
31
  "name": "allowRules",
27
32
  "type": {
28
- "text": "Array<string>"
33
+ "text": "Array<string>",
34
+ "references": [
35
+ {
36
+ "name": "string"
37
+ }
38
+ ]
29
39
  },
30
40
  "default": "undefined"
31
41
  },
@@ -137,7 +147,12 @@
137
147
  "kind": "field",
138
148
  "name": "sandboxRules",
139
149
  "type": {
140
- "text": "Array<string>"
150
+ "text": "Array<string>",
151
+ "references": [
152
+ {
153
+ "name": "string"
154
+ }
155
+ ]
141
156
  },
142
157
  "default": "undefined"
143
158
  },
@@ -474,7 +489,12 @@
474
489
  "kind": "field",
475
490
  "name": "activeFeatureToggleList",
476
491
  "type": {
477
- "text": "Array<string>"
492
+ "text": "Array<string>",
493
+ "references": [
494
+ {
495
+ "name": "string"
496
+ }
497
+ ]
478
498
  },
479
499
  "default": "undefined"
480
500
  },
package/package.json CHANGED
@@ -20,5 +20,5 @@
20
20
  "micro-frontends",
21
21
  "microfrontends"
22
22
  ],
23
- "version": "1.6.0-dev.20250430700"
23
+ "version": "1.6.0-dev.20250441445"
24
24
  }