@raclettejs/workbench 0.1.3 → 0.1.6

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,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.5] + [0.1.6] - 11.09.2025
11
+
12
+ ### Changed
13
+
14
+ - raclette core update
15
+
16
+ ## [0.1.4] - 10.09.2025
17
+
18
+ ### Changed
19
+
20
+ - raclette core update
21
+
10
22
  ## [0.1.3] - 10.09.2025
11
23
 
12
24
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raclettejs/workbench",
3
- "version": "0.1.3",
3
+ "version": "0.1.6",
4
4
  "license": "MIT",
5
5
  "description": "racletteJS Workbench - used to configure your application, for dev and prod",
6
6
  "repository": "https://gitlab.com/raclettejs/workbench",
@@ -31,7 +31,7 @@
31
31
  ".": "./index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@raclettejs/core": "^0.1.3"
34
+ "@raclettejs/core": "^0.1.6"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@eslint/js": "^9.31.0",
package/yarn.lock CHANGED
@@ -351,10 +351,10 @@
351
351
  resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
352
352
  integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
353
353
 
354
- "@raclettejs/core@^0.1.3":
355
- version "0.1.3"
356
- resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.1.3.tgz#bfc7bee6b66851493fdc8518a89c3d80da6412b4"
357
- integrity sha512-B1cj0b0ajG4dhk3YjQkz9A4IXv8wS4ZfT7I98XSla/8CMFs0StVKpC4e2IHoNSZFFU62H1/kfrW+qC8Ntn5x/w==
354
+ "@raclettejs/core@^0.1.6":
355
+ version "0.1.6"
356
+ resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.1.6.tgz#2358a830ca610e6b3026abb9c153b52bfe872387"
357
+ integrity sha512-X2BCuHgqLxUSvCMnLOnpi9iZTRE3zjVD4o6JFuyOBzxlmOqKp2p6VKOvVD3+5AO8eHz4lUxCUg+XZjTKF3mVXQ==
358
358
  dependencies:
359
359
  chalk "^5.4.1"
360
360
  chokidar "3.5.3"