create-raclette-app 0.1.30 → 0.1.32

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
@@ -7,15 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [0.1.30] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.30...v0.1.30" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
10
+ ## [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>
11
11
 
12
- ## [0.1.29] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.29...v0.1.29" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
12
+ ## [0.1.31] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.30...v0.1.31" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
13
13
 
14
- ## [0.1.28] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.28...v0.1.28" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
14
+ ## [0.1.30] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.29...v0.1.30" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
15
15
 
16
- ### Updated
16
+ ## [0.1.29] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.28...v0.1.29" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
17
17
 
18
- - core release
18
+ ## [0.1.28] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.27...v0.1.28" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
19
19
 
20
20
  ## [0.1.27] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.26...v0.1.27" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
21
21
 
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
 
24
24
  - core release
25
25
 
26
+
26
27
  ## [0.1.26] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.25...v0.1.26" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
27
28
 
28
29
  ### Updated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-raclette-app",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "description": "CLI tool to create a racletteJS application boilerplate",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -17,12 +17,12 @@
17
17
  "lint:fix": "eslint --fix"
18
18
  },
19
19
  "dependencies": {
20
- "@raclettejs/workbench": "0.1.30",
21
- "@raclettejs/core": "0.1.30"
20
+ "@raclettejs/workbench": "0.1.32",
21
+ "@raclettejs/core": "0.1.32"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@eslint/js": "9.35.0",
25
- "@raclettejs/types": "0.1.30",
25
+ "@raclettejs/types": "0.1.32",
26
26
  "@sinclair/typebox": "0.34.48",
27
27
  "@typescript-eslint/eslint-plugin": "^8.32.1",
28
28
  "@typescript-eslint/parser": "^8.32.1",