@raclettejs/types 0.1.33-canary.2 → 0.1.33
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 +18 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.33
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
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
|
+
- Updated dependencies
|
|
13
|
+
- Updated dependencies [9bc0e96]
|
|
14
|
+
- Updated dependencies [9bc0e96]
|
|
15
|
+
- Updated dependencies [9bc0e96]
|
|
16
|
+
- Updated dependencies [9bc0e96]
|
|
17
|
+
- @raclettejs/core@0.1.33
|
|
18
|
+
|
|
3
19
|
All notable changes to this project will be documented in this file.
|
|
4
20
|
|
|
5
21
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
@@ -28,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
28
44
|
### Updated
|
|
29
45
|
|
|
30
46
|
- core release
|
|
31
|
-
-
|
|
47
|
+
-
|
|
48
|
+
|
|
32
49
|
## [0.1.25] - 2026-04-17 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.23...v0.1.25" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
33
50
|
|
|
34
51
|
### Updated
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raclettejs/types",
|
|
3
|
-
"version": "0.1.33
|
|
3
|
+
"version": "0.1.33",
|
|
4
4
|
"description": "Type definitions for the raclette framework",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"repository": "https://gitlab.com/raclettejs/types",
|
|
7
7
|
"author": "Pacifico Digital Explorations GmbH <info@raclettejs.com>",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"scripts": {
|
|
10
|
+
":install": "yarn install",
|
|
10
11
|
"build": "tsc || true",
|
|
11
12
|
"prepublishOnly": "yarn build"
|
|
12
13
|
},
|
|
@@ -21,11 +22,11 @@
|
|
|
21
22
|
"typescript": "5.9.3"
|
|
22
23
|
},
|
|
23
24
|
"peerDependencies": {
|
|
24
|
-
"@raclettejs/core": "^0.1.33
|
|
25
|
+
"@raclettejs/core": "^0.1.33"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"@emnapi/core": "1.9.2",
|
|
28
29
|
"@emnapi/runtime": "1.9.2",
|
|
29
|
-
"@raclettejs/core": "^0.1.33
|
|
30
|
+
"@raclettejs/core": "^0.1.33"
|
|
30
31
|
}
|
|
31
32
|
}
|