@raclettejs/types 0.1.33 → 0.1.35
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 +14 -15
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [0.1.35] - 2026-05-14 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.34...v0.1.35" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
11
|
+
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
|
-
- Exporter Functionality
|
|
8
|
-
- 9bc0e96: devOps: canary release
|
|
9
|
-
- 9bc0e96: fix: fixed wrong import in workbench plugin
|
|
10
|
-
- 9bc0e96: devOps: test release nr2
|
|
11
|
-
- 9bc0e96: devOps: canary release pre exporter
|
|
12
15
|
- Updated dependencies
|
|
13
|
-
-
|
|
14
|
-
- Updated dependencies [9bc0e96]
|
|
15
|
-
- Updated dependencies [9bc0e96]
|
|
16
|
-
- Updated dependencies [9bc0e96]
|
|
17
|
-
- @raclettejs/core@0.1.33
|
|
16
|
+
- @raclettejs/core@0.1.35
|
|
18
17
|
|
|
19
|
-
|
|
18
|
+
## [0.1.34] - 2026-05-13 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.32...v0.1.34" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
20
|
+
### Patch Changes
|
|
23
21
|
|
|
24
|
-
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @raclettejs/core@0.1.34
|
|
25
24
|
|
|
26
25
|
## [0.1.32] - 2026-04-30 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.31...v0.1.32" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
27
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raclettejs/types",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.35",
|
|
4
4
|
"description": "Type definitions for the raclette framework",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"repository": "https://gitlab.com/raclettejs/types",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"typescript": "5.9.3"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@raclettejs/core": "^0.1.
|
|
25
|
+
"@raclettejs/core": "^0.1.35"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@emnapi/core": "1.9.2",
|
|
29
29
|
"@emnapi/runtime": "1.9.2",
|
|
30
|
-
"@raclettejs/core": "^0.1.
|
|
30
|
+
"@raclettejs/core": "^0.1.35"
|
|
31
31
|
}
|
|
32
32
|
}
|