@raclettejs/workbench 0.1.0 → 0.1.1

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 ADDED
@@ -0,0 +1,14 @@
1
+ # Changelog
2
+
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.1] - 03.09.2025
11
+
12
+ ### Changed
13
+
14
+ - Upgraded core version to 0.1.1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
- <!--![Latest release](https://gitlab.com/raclettejs/workbench/-/badges/release.svg)-->
1
+ [![NPM Version](https://img.shields.io/npm/v/%40raclettejs%2Fworkbench)](https://www.npmjs.com/package/@raclettejs/workbench)
2
+ [![NPM License](https://img.shields.io/npm/l/%40raclettejs%2Fworkbench)](LICENSE)
2
3
 
3
4
  > [!important] Beta Phase!
4
5
  > raclette is still in the Beta phase. There might be breaking changes over the next couple of month so be aware of migration needs. Visit our [Milestone Overview](https://gitlab.com/groups/raclettejs/-/milestones) for more insights and estimates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raclettejs/workbench",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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.0"
34
+ "@raclettejs/core": "^0.1.1"
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.0":
355
- version "0.1.0"
356
- resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.1.0.tgz#44f5e5371f2aba099fd996ca87587cb5c5d680ef"
357
- integrity sha512-xOA+G5+XsJSnXbxiUcsvm6PTWUTKmPargqy+1QbEIeR7e5NnRBH2pPXVW5UMXKnFVy5Uy3YjmGejxNa0YgAgOA==
354
+ "@raclettejs/core@^0.1.1":
355
+ version "0.1.1"
356
+ resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.1.1.tgz#79341fb6c5ba145ae5994208e5031fe6ae0305ae"
357
+ integrity sha512-9z+UjGiwI0TWc4gmNValkZ1iNecDZLkeu7v8o27TyiBCqwonyfQwrNWnVirCapCKrjQlqHfxZ4SP9E469D42eA==
358
358
  dependencies:
359
359
  chalk "^5.4.1"
360
360
  chokidar "3.5.3"