@raclettejs/workbench 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/yarn.lock +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raclettejs/workbench",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "AGPL-3.0-only",
5
5
  "description": "racletteJS Workbench - used to configure your application, for dev and prod",
6
6
  "author": "Pacifico Digital Explorations GmbH",
@@ -30,7 +30,7 @@
30
30
  ".": "./index.ts"
31
31
  },
32
32
  "dependencies": {
33
- "@raclettejs/core": "^0.0.1"
33
+ "@raclettejs/core": "^0.0.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@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.0.1":
355
- version "0.0.1"
356
- resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.0.1.tgz#162a55c7f4be02a407616fcc916c65c9a7d4c79e"
357
- integrity sha512-40cJuOqtZswYiU1hB970cXw8yr5H5S8WINGSRLY9LqfJSrhTW/T13ERoWZ/x8waU0ox1jpQhZZJtgu8QUOsAtw==
354
+ "@raclettejs/core@^0.0.3":
355
+ version "0.0.3"
356
+ resolved "https://registry.yarnpkg.com/@raclettejs/core/-/core-0.0.3.tgz#601f4fee27817b9d326c114b77124418d0bba11c"
357
+ integrity sha512-Lfjv3aRRBsI1U2yH4o3GjShDfhrW8VR0fIRI+GPXVaWdJcV8f9gp5hAeVMcYwPUqfMfBTpDUmGU0xk1Cbn/rgA==
358
358
  dependencies:
359
359
  chalk "^5.4.1"
360
360
  chokidar "3.5.3"