@xwiki/cristal-settings-api 0.24.0 → 0.25.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xwiki/cristal-settings-api",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "license": "LGPL 2.1",
5
5
  "author": "XWiki Org Community <contact@xwiki.org>",
6
6
  "homepage": "https://cristal.xwiki.org/",
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "types": "./dist/index.d.ts",
22
22
  "devDependencies": {
23
+ "@xwiki/platform-dsapi": "18.0.0-1766398944",
23
24
  "typescript": "5.9.3",
24
- "@xwiki/cristal-dev-config": "0.24.0",
25
- "@xwiki/cristal-dsapi": "0.24.0"
25
+ "@xwiki/cristal-dev-config": "0.25.0"
26
26
  },
27
27
  "scripts": {
28
28
  "api-extractor:local": "api-extractor run --local",
package/tsconfig.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "outDir": "dist",
5
5
  "resolveJsonModule": true,
6
6
  "isolatedDeclarations": false,
7
- "types": ["@xwiki/cristal-dsapi"],
7
+ "types": ["@xwiki/platform-dsapi"],
8
8
  "emitDeclarationOnly": true,
9
9
  "noEmit": false,
10
10
  "declarationMap": true
package/CHANGELOG.md DELETED
@@ -1,43 +0,0 @@
1
- # @xwiki/cristal-settings-api
2
-
3
- ## 0.23.0
4
-
5
- ### Minor Changes
6
-
7
- - Cristal 0.23 Release
8
-
9
- ## 0.22.0
10
-
11
- ### Minor Changes
12
-
13
- - Cristal 0.22 Release
14
-
15
- ## 0.21.0
16
-
17
- ### Minor Changes
18
-
19
- - Cristal 0.21 Release
20
-
21
- ## 0.20.0
22
-
23
- ### Minor Changes
24
-
25
- - Cristal 0.20 Release
26
-
27
- ## 0.20.0-rc.0
28
-
29
- ### Minor Changes
30
-
31
- - Cristal 0.20-rc-1 Release
32
-
33
- ## 0.19.0
34
-
35
- ### Minor Changes
36
-
37
- - 3eea53e: Cristal 0.19 Release
38
-
39
- ## 0.18.0
40
-
41
- ### Minor Changes
42
-
43
- - Cristal 0.18 Release