@raclettejs/workbench 0.1.8 → 0.1.10

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,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [0.1.8] - 10.09.2025
10
+ ## [0.1.10] - 12.09.2025
11
+
12
+ ### Versions
13
+
14
+ - updated core
15
+
16
+ ## [0.1.9] - 11.09.2025
17
+
18
+ ### Versions
19
+
20
+ - updated core
21
+
22
+ ## [0.1.8] - 11.09.2025
11
23
 
12
24
  ### QoL
13
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raclettejs/workbench",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
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.8"
34
+ "@raclettejs/core": "^0.1.10"
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.8":
355
- version "0.1.8"
356
- resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.1.8.tgz#950849fc6c7bbe9706b84f6a85f0fd169c35a2c3"
357
- integrity sha512-VAnwN9Pn6dL0JIWbVP+Qrfp2HC9SVipQvgmOjrNkyuTBlOHhJZ8N7zuVlQSIDkWxKqhr4b2OPSm/oSw+Inuifg==
354
+ "@raclettejs/core@^0.1.10":
355
+ version "0.1.10"
356
+ resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.1.10.tgz#95d8b5a9d190d17c139534a1d45a28dbeb600fe3"
357
+ integrity sha512-iUeDQn89RG0Zrch8Yyxdz1w4rrTdRcmbJG5Okq6XFCc46R1H5NsoVGII0bbbcEYQLL9hheaimdi4oA2xIquF7Q==
358
358
  dependencies:
359
359
  chalk "^5.4.1"
360
360
  chokidar "3.5.3"