@dpuse/dpuse-shared 0.3.777 → 0.3.780

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/README.md CHANGED
@@ -153,7 +153,7 @@ _Note: Sonda's Vite reports currently exclude CSS files, since Vite does not gen
153
153
  | dist/dpuse-shared-componentModulePresenter.es.js | 411 B · brotli 225 B |
154
154
  | dist/moduleConfig.schema-CcJFr8H1.js | 405 B · brotli 224 B |
155
155
  | dist/dpuse-shared-componentModuleCookbook.es.js | 370 B · brotli 203 B |
156
- | dist/dpuse-shared-componentModuleTool.es.js | 325 B · brotli 223 B |
156
+ | dist/dpuse-shared-componentModuleTool.es.js | 302 B · brotli 216 B |
157
157
  | dist/dpuse-shared-componentRecipe.es.js | 94 B · brotli 70 B |
158
158
  | dist/dpuse-shared-componentConnection.es.js | 0 B · brotli 1 B |
159
159
  | dist/dpuse-shared-componentContext.es.js | 0 B · brotli 1 B |
@@ -1,6 +1,6 @@
1
1
  async function e(e, t) {
2
2
  let n = `dpuse-tool-${t}`, r = e.find((e) => e.id === n);
3
- if (!r) throw Error(`Connector could not load unknown tool '${t}'.`);
3
+ if (!r) throw Error(`Tool '${t} not found'.`);
4
4
  return new (await (import(
5
5
  /* @vite-ignore */
6
6
  `https://engine-eu.dpuse.app/tools/${t}_v${r.version}/${n}.es.js`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.777",
3
+ "version": "0.3.780",
4
4
  "private": false,
5
5
  "description": "Common constants, types and utilities used across all DPUse projects.",
6
6
  "license": "MIT",
@@ -147,7 +147,7 @@
147
147
  "test": "node -e \"import('@dpuse/dpuse-development').then(m => m.testProject())\""
148
148
  },
149
149
  "devDependencies": {
150
- "@dpuse/dpuse-development": "^0.3.705",
150
+ "@dpuse/dpuse-development": "^0.3.706",
151
151
  "@dpuse/eslint-config-dpuse": "^1.0.116",
152
152
  "@types/node": "^26.2.0",
153
153
  "eslint": "^10.8.1",