@xwiki/cristal-wiki-config-default 0.21.0 → 0.22.0

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,18 @@
1
1
  # @xwiki/cristal-wiki-config-default
2
2
 
3
+ ## 0.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Cristal 0.22 Release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @xwiki/cristal-api@0.22.0
13
+ - @xwiki/cristal-configuration-api@0.22.0
14
+ - @xwiki/cristal-wiki-config-api@0.22.0
15
+
3
16
  ## 0.21.0
4
17
 
5
18
  ### Minor Changes
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "../../../api-extractor.json"
4
+ }
@@ -5,6 +5,7 @@ import { Ref } from 'vue';
5
5
  /**
6
6
  * Default implementation for {@link WikiConfigProxy}.
7
7
  * @since 0.18
8
+ * @beta
8
9
  */
9
10
  export declare class DefaultWikiConfigProxy implements WikiConfigProxy {
10
11
  private readonly cristalApp;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,7 @@
1
1
  import { Container } from 'inversify';
2
+ /**
3
+ * @beta
4
+ */
2
5
  export declare class ComponentInit {
3
6
  constructor(container: Container);
4
7
  }
package/dist/index.d.ts CHANGED
@@ -1,4 +1,7 @@
1
1
  import { Container } from 'inversify';
2
+ /**
3
+ * @beta
4
+ */
2
5
  export declare class ComponentInit {
3
6
  constructor(container: Container);
4
7
  }