@raclettejs/workbench 0.0.4 → 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 +1,39 @@
1
- # Pacifico Workbench
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)
3
+
4
+ > [!important] Beta Phase!
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
6
+
7
+ ## What is the **Workbench**?
8
+
9
+ **Key Features:**
10
+
11
+ - **Configure your Portal structure** - Define the sections of your portal. User Selfservice, Dashboards all in one UI
12
+ - **Define User interactions** - Define how users can visit your contents. As a page or as a Modal? Via click or shortcut?
13
+ - **Configure your Layouts** - Use an intuitive drag and drop editor to arrange the widgets for your users
14
+ - **Create Users** - Setup your User accounts
15
+ - **Define Tags** - Create tags to better organize your workresults!
16
+ - **Configure your Plugins** All Plugins which provide configurations capabilities can be maintained here!
17
+
18
+ ## What You Get
19
+
20
+ - ✅ One Platform to configure them all 🧀
21
+
22
+ ## Getting Started with the Workbench
23
+
24
+ Visit the [Workbench introduction](https://docs.raclettejs.com/docs/workbench/introduction) in our [online Documentation](https://docs.raclettejs.com)
25
+
26
+ ## Getting Started with raclette
27
+
28
+ Checkout our docs to [getting Started with raclette](https://docs.raclettejs.com/docs/introduction/getting-started)
29
+
30
+ ## Links
31
+
32
+ - 🌐 [Website ](https://raclettejs.com/)
33
+ - 📚 [Documentation](https://docs.raclettejs.com/)
34
+ - 🚀 [GitLab](https://gitlab.com/raclettejs) (source code)
35
+ - 📦 [npm](https://www.npmjs.com/org/raclettejs) (packages)
36
+
37
+ ## License
38
+
39
+ [MIT](https://gitlab.com/raclettejs/workbench/-/blob/main/LICENSE?ref_type=heads)
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@raclettejs/workbench",
3
- "version": "0.0.4",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
5
  "description": "racletteJS Workbench - used to configure your application, for dev and prod",
6
+ "repository": "https://gitlab.com/raclettejs/workbench",
6
7
  "author": "Pacifico Digital Explorations GmbH",
7
8
  "type": "module",
8
9
  "scripts": {
@@ -30,11 +31,11 @@
30
31
  ".": "./index.ts"
31
32
  },
32
33
  "dependencies": {
33
- "@raclettejs/core": "^0.0.4"
34
+ "@raclettejs/core": "^0.1.1"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@eslint/js": "^9.31.0",
37
- "@raclettejs/types": "^0.0.2",
38
+ "@raclettejs/types": "^0.1.0",
38
39
  "@sinclair/typebox": "^0.34.37",
39
40
  "@types/ramda": "^0.30.2",
40
41
  "@vueuse/core": "^13.5.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.0.4":
355
- version "0.0.4"
356
- resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.0.4.tgz#78d111ec2af497f0c51f4bbf6e32822914ebe207"
357
- integrity sha512-71jU6/LsijbMZS+/PJh7hrGc15gle+5lawKAxly1qfS/kaNcUMhaPtbzx6vnvBnpG1jnB5vph4IfYCowloElLg==
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"
@@ -367,10 +367,10 @@
367
367
  ramda "^0.31.3"
368
368
  tsc-alias "^1.8.16"
369
369
 
370
- "@raclettejs/types@^0.0.2":
371
- version "0.0.2"
372
- resolved "https://registry.yarnpkg.com/@raclettejs/types/-/types-0.0.2.tgz#909f587a4141c886382d5d13fb74198b726137aa"
373
- integrity sha512-FgFchyGj2ykolansXrsXKnO8A0QmbQukfeuBzNHr7wdHpHgOiZxiB3UVOfh6176o/1x6DBWlfZjkeqcN7WYaJA==
370
+ "@raclettejs/types@^0.1.0":
371
+ version "0.1.0"
372
+ resolved "https://registry.yarnpkg.com/@raclettejs/types/-/types-0.1.0.tgz#1a9202dfa8b8c53e7671fd23e06df202bdd26320"
373
+ integrity sha512-1Wx78P46iq8L0KU6023puBZZZ0skbZ3c8aRxXPd0snPiQ0SpU85JthGrEo4b0fQBwaDpUpv/ZoEO6Gw0r1Gd1A==
374
374
  dependencies:
375
375
  "@types/node" "*"
376
376
  fastify "^5.4"
Binary file
Binary file